Add task type
Browse files
README.md
CHANGED
@@ -8,7 +8,17 @@ datasets:
|
|
8 |
- facebook/voxpopuli
|
9 |
model-index:
|
10 |
- name: speecht5_finetuned_voxpopuli_es
|
11 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
8 |
- facebook/voxpopuli
|
9 |
model-index:
|
10 |
- name: speecht5_finetuned_voxpopuli_es
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Text to Speech
|
14 |
+
type: text-to-speech
|
15 |
+
dataset:
|
16 |
+
name: voxpopuli
|
17 |
+
type: facebook/voxpopuli
|
18 |
+
metrics:
|
19 |
+
- name: Loss
|
20 |
+
type: loss
|
21 |
+
value: 0.4625
|
22 |
---
|
23 |
|
24 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|