Update meta.yaml
Browse files
meta.yaml
CHANGED
@@ -1,23 +1,8 @@
|
|
1 |
-
espnet: '202402'
|
2 |
files:
|
3 |
-
model_file: marc.pth
|
4 |
-
python: 3.8.0
|
5 |
-
timestamp:
|
6 |
-
torch: 2.4.1
|
7 |
-
license: apache-2.0
|
8 |
-
datasets:
|
9 |
-
- openai/MMMLU
|
10 |
-
language:
|
11 |
-
- es
|
12 |
-
metrics:
|
13 |
-
- cer
|
14 |
-
base_model:
|
15 |
-
- openai/whisper-large-v3-turbo
|
16 |
-
new_version:
|
17 |
-
- openai/whisper-large-v3-turbo
|
18 |
-
pipeline_tag: text-to-speech
|
19 |
-
tags:
|
20 |
-
- tts
|
21 |
-
- voz
|
22 |
yaml_files:
|
23 |
-
|
|
|
1 |
+
espnet: '202402' # Cambia esto a tu versión de ESPnet si es diferente
|
2 |
files:
|
3 |
+
model_file: marc.pth
|
4 |
+
python: "3.8.0 (default, Jun 9 2023, 12:00:00) \n[GCC 10.2.0]"
|
5 |
+
timestamp: 1698234567.123456
|
6 |
+
torch: 2.4.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
yaml_files:
|
8 |
+
train_config: config.yaml L
|