Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ Remember to replace the path to test data and word2vec pretrained model.
|
|
10 |
Find access token in the token.txt
|
11 |
|
12 |
If you can't import model from huggingface directly, you can try the train+test notebook.
|
13 |
-
First, download the
|
14 |
Then, run every cell except the trainning part. Make sure the evaluation cell can load the checkpoint from the directory.
|
15 |
An example of project directory looks like this:
|
16 |
https://cdn-uploads.huggingface.co/production/uploads/673ab29d3c897b60a54ea67f/GbN3U6bSUhya5FeQn-TjO.png
|
|
|
10 |
Find access token in the token.txt
|
11 |
|
12 |
If you can't import model from huggingface directly, you can try the train+test notebook.
|
13 |
+
First, download the whole directory and put the config.json and safetensor under *./exp/fox_nbc/checkpoints/best/*.
|
14 |
Then, run every cell except the trainning part. Make sure the evaluation cell can load the checkpoint from the directory.
|
15 |
An example of project directory looks like this:
|
16 |
https://cdn-uploads.huggingface.co/production/uploads/673ab29d3c897b60a54ea67f/GbN3U6bSUhya5FeQn-TjO.png
|