You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-55Lines changed: 3 additions & 55 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,34 +46,12 @@ Please make sure all the required programs are successfully installed
46
46
47
47
### 1.2 Download pre-trained/fine-tuned models
48
48
49
-
The source files and useful scripts are in this repository. The pre-trained and fine-tuned models have been uploaded on **Google Drive** since the size of some models is larger than 100MB. PLEASE make sure to download models after cloning this repository.
49
+
The source files and useful scripts are in this repository. The pre-trained and fine-tuned models have been uploaded on **Zenodo** since the size of some models is larger than 100MB. PLEASE make sure to download models after cloning this repository.
50
50
51
-
Please download the model you need through the link below and save them in the `models` directory. You can also download models using the download_models.py script in the scripts directory.
51
+
Please download the model you need through the link below and save them in the `models` directory.
52
52
53
-
```
54
-
conda install gdown [optional]
55
-
python models/download_models.py -d all -o ./models
Pre-trained/Fine-tuned models were uploaded on Google Drive. You can download those models through not only the above links but given python script.
264
-
265
-
**USAGE**
266
-
267
-
```
268
-
download_models.py \
269
-
-d all \
270
-
-o models
271
-
```
272
-
Using the above command, all pre-trained/fine-tuned models will be downloaded in the `models` directory. You can give relative path of the target directory through `-o` option. Moreover, You can download specific model(s) instead of downloading all models.
0 commit comments