TUEN-YUE commited on
Commit
f3e9a7f
·
verified ·
1 Parent(s): 70812fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
  {}
3
  ---
4
- To test, first download the word2vec pretrained model and unzip\\
5
- https://drive.google.com/file/d/0B7XkCwpI5KDYNlNUTTlSS21pQmM/edit?usp=sharing\\
6
- Put it under certain path\\
7
- Then run eval_py.ipynb in the repo.\\
8
- Remember to replace the path to test data and word2vec pretrained model.\\
9
- Find access token in the token.txt\\
10
- \\
11
- If you can't import model from huggingface directly, you can try the train&test notebook.\\
12
- First, download the config.json and safetensor from this repo.\\
13
  Then, run every cell except the trainning part.
 
1
  ---
2
  {}
3
  ---
4
+ To test, first download the word2vec pretrained model and unzip
5
+ https://drive.google.com/file/d/0B7XkCwpI5KDYNlNUTTlSS21pQmM/edit?usp=sharing
6
+ Put it under certain path
7
+ Then run eval_py.ipynb in the repo.
8
+ Remember to replace the path to test data and word2vec pretrained model.
9
+ Find access token in the token.txt
10
+
11
+ If you can't import model from huggingface directly, you can try the train&test notebook.
12
+ First, download the config.json and safetensor from this repo.
13
  Then, run every cell except the trainning part.