Vilém Zouhar commited on
fix wget typo
Browse files
README.md
CHANGED
|
@@ -31,9 +31,9 @@ mkdir -p computed/models
|
|
| 31 |
pip3 install -e .
|
| 32 |
|
| 33 |
# download the three models
|
| 34 |
-
wget https://huggingface.co/zouharvi/PWESuite-metric_learner/resolve/main/rnn_metric_learning_token_ort_all.
|
| 35 |
-
wget https://huggingface.co/zouharvi/PWESuite-metric_learner/resolve/main/rnn_metric_learning_token_ipa_all.
|
| 36 |
-
wget https://huggingface.co/zouharvi/PWESuite-metric_learner/resolve/main/rnn_metric_learning_panphon_all.
|
| 37 |
```
|
| 38 |
|
| 39 |
Then, in Python, you can run [this example script](https://github.com/zouharvi/pwesuite/blob/master/scripts/50-use_metric_learner.py):
|
|
|
|
| 31 |
pip3 install -e .
|
| 32 |
|
| 33 |
# download the three models
|
| 34 |
+
wget https://huggingface.co/zouharvi/PWESuite-metric_learner/resolve/main/rnn_metric_learning_token_ort_all.pt -O computed/models/
|
| 35 |
+
wget https://huggingface.co/zouharvi/PWESuite-metric_learner/resolve/main/rnn_metric_learning_token_ipa_all.pt -O computed/models/
|
| 36 |
+
wget https://huggingface.co/zouharvi/PWESuite-metric_learner/resolve/main/rnn_metric_learning_panphon_all.pt -O computed/models/
|
| 37 |
```
|
| 38 |
|
| 39 |
Then, in Python, you can run [this example script](https://github.com/zouharvi/pwesuite/blob/master/scripts/50-use_metric_learner.py):
|