Upload state.json with huggingface_hub
Browse files- state.json +30 -0
state.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "",
|
4 |
+
"features": {
|
5 |
+
"wikidata_id": {
|
6 |
+
"dtype": "string",
|
7 |
+
"_type": "Value"
|
8 |
+
},
|
9 |
+
"version_id": {
|
10 |
+
"dtype": "string",
|
11 |
+
"_type": "Value"
|
12 |
+
},
|
13 |
+
"input_ids": {
|
14 |
+
"feature": {
|
15 |
+
"dtype": "int32",
|
16 |
+
"_type": "Value"
|
17 |
+
},
|
18 |
+
"_type": "Sequence"
|
19 |
+
},
|
20 |
+
"phonemes": {
|
21 |
+
"feature": {
|
22 |
+
"dtype": "string",
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"_type": "Sequence"
|
26 |
+
}
|
27 |
+
},
|
28 |
+
"homepage": "",
|
29 |
+
"license": ""
|
30 |
+
}
|