MelissaJ commited on
Commit
fc3a9fe
·
verified ·
1 Parent(s): a047a6f

Create model_card.json

Browse files
Files changed (1) hide show
  1. model_card.json +27 -0
model_card.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tags": ["text-to-speech"],
3
+ "pipeline_tag": "text-to-speech",
4
+ "model-index": [
5
+ {
6
+ "name": "My Custom TTS Model",
7
+ "results": [
8
+ {
9
+ "task": {
10
+ "type": "text-to-speech",
11
+ "name": "Text-to-Speech"
12
+ },
13
+ "dataset": {
14
+ "name": "My Dataset",
15
+ "type": "my-dataset"
16
+ },
17
+ "metrics": [
18
+ {
19
+ "type": "WER",
20
+ "value": 0.1
21
+ }
22
+ ]
23
+ }
24
+ ]
25
+ }
26
+ ]
27
+ }