Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,13 @@
|
|
1 |
---
|
2 |
{}
|
3 |
---
|
4 |
-
To test, first download the word2vec pretrained model and unzip
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|