Upload meta.yaml
Browse files
meta.yaml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
espnet: '202310'
|
2 |
+
files:
|
3 |
+
asr_model_file: exp/asr_configuracion.yml_raw_es_bpe32_sp/valid.acc.ave_2best.pth
|
4 |
+
lm_file: exp/lm_train_lm_es_bpe32/40epoch.pth
|
5 |
+
python: "3.8"
|
6 |
+
pytorch: 1.12.1
|
7 |
+
yaml_files:
|
8 |
+
asr_train_config: exp/asr_configuracion.yml_raw_es_bpe32_sp/config.yaml
|
9 |
+
lm_train_config: exp/lm_train_lm_es_bpe32/config.yaml
|