Update model
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ if you haven't done that already.
|
|
22 |
|
23 |
```bash
|
24 |
cd espnet
|
25 |
-
git checkout
|
26 |
pip install -e .
|
27 |
cd egs2/universa_unite/uni_versa1
|
28 |
./run.sh --skip_data_prep false --skip_train true --download_model espnet/arecho_scale_v0.1-large-decoder
|
|
|
22 |
|
23 |
```bash
|
24 |
cd espnet
|
25 |
+
git checkout 0b68ffd26362f4b50e7c73942c5bbdbc0a220bd4
|
26 |
pip install -e .
|
27 |
cd egs2/universa_unite/uni_versa1
|
28 |
./run.sh --skip_data_prep false --skip_train true --download_model espnet/arecho_scale_v0.1-large-decoder
|
data/token_list/metric_500_percentile_overall_scale_w-numerical/tokens.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
meta.yaml
CHANGED
@@ -2,7 +2,7 @@ espnet: '202503'
|
|
2 |
files:
|
3 |
model_file: exp/universa_universa_ar_overall_scale_token_wavlm_large/5epoch.pth
|
4 |
python: "3.9.18 | packaged by conda-forge | (main, Dec 23 2023, 17:20:25) \n[GCC 12.3.0]"
|
5 |
-
timestamp:
|
6 |
torch: 2.6.0.dev20241210+cu124
|
7 |
yaml_files:
|
8 |
train_config: exp/universa_universa_ar_overall_scale_token_wavlm_large/config.yaml
|
|
|
2 |
files:
|
3 |
model_file: exp/universa_universa_ar_overall_scale_token_wavlm_large/5epoch.pth
|
4 |
python: "3.9.18 | packaged by conda-forge | (main, Dec 23 2023, 17:20:25) \n[GCC 12.3.0]"
|
5 |
+
timestamp: 1749801346.179477
|
6 |
torch: 2.6.0.dev20241210+cu124
|
7 |
yaml_files:
|
8 |
train_config: exp/universa_universa_ar_overall_scale_token_wavlm_large/config.yaml
|