Commit ·
9d17853
1
Parent(s): 7faec16
Fix readme
Browse files
README.md
CHANGED
|
@@ -39,7 +39,7 @@ cd egs2/geolid/lid1
|
|
| 39 |
# Download the exp_combined to egs2/geolid/lid1
|
| 40 |
hf download espnet/geolid_vl107only_shared_trainable --local-dir . --exclude "README.md" "meta.yaml" ".gitattributes"
|
| 41 |
|
| 42 |
-
./run_voxlingua107_only.sh --skip_data_prep false --skip_train true
|
| 43 |
```
|
| 44 |
|
| 45 |
This will download the pre-trained model and run inference using the VoxLingua107 test data.
|
|
|
|
| 39 |
# Download the exp_combined to egs2/geolid/lid1
|
| 40 |
hf download espnet/geolid_vl107only_shared_trainable --local-dir . --exclude "README.md" "meta.yaml" ".gitattributes"
|
| 41 |
|
| 42 |
+
./run_voxlingua107_only.sh --skip_data_prep false --skip_train true --lid_config conf/voxlingua107_only/mms_ecapa_upcon_32_44_it0.4_shared_trainable.yaml
|
| 43 |
```
|
| 44 |
|
| 45 |
This will download the pre-trained model and run inference using the VoxLingua107 test data.
|