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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -4
README.md CHANGED
@@ -1,7 +1,13 @@
1
  ---
2
  {}
3
  ---
4
- To test, first download the word2vec pretrained model and unzip https://drive.google.com/file/d/0B7XkCwpI5KDYNlNUTTlSS21pQmM/edit?usp=sharing and put it under certain path
5
- then run eval_py.ipynb in the repo.
6
- Remember to replace the path to test data and word2vec pretrained model.
7
- Find access token in the token.txt
 
 
 
 
 
 
 
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.