ray
commited on
Commit
•
e1681d4
1
Parent(s):
6e96d52
add yue data
Browse files- yue/data-00000-of-00001.arrow +3 -0
- yue/dataset_info.json +37 -0
- yue/state.json +19 -0
yue/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5240c72788794eb494b3ee0039adf545ad2cb0c86388ba5e7a0c3bcd935e9ce0
|
3 |
+
size 409320448
|
yue/dataset_info.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "",
|
4 |
+
"features": {
|
5 |
+
"id": {
|
6 |
+
"dtype": "string",
|
7 |
+
"_type": "Value"
|
8 |
+
},
|
9 |
+
"url": {
|
10 |
+
"dtype": "string",
|
11 |
+
"_type": "Value"
|
12 |
+
},
|
13 |
+
"title": {
|
14 |
+
"dtype": "string",
|
15 |
+
"_type": "Value"
|
16 |
+
},
|
17 |
+
"input_ids": {
|
18 |
+
"feature": {
|
19 |
+
"feature": {
|
20 |
+
"dtype": "int32",
|
21 |
+
"_type": "Value"
|
22 |
+
},
|
23 |
+
"_type": "Sequence"
|
24 |
+
},
|
25 |
+
"_type": "Sequence"
|
26 |
+
},
|
27 |
+
"phonemes": {
|
28 |
+
"feature": {
|
29 |
+
"dtype": "string",
|
30 |
+
"_type": "Value"
|
31 |
+
},
|
32 |
+
"_type": "Sequence"
|
33 |
+
}
|
34 |
+
},
|
35 |
+
"homepage": "",
|
36 |
+
"license": ""
|
37 |
+
}
|
yue/state.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "5ee9756d3e6e4ba1",
|
8 |
+
"_format_columns": [
|
9 |
+
"id",
|
10 |
+
"url",
|
11 |
+
"title",
|
12 |
+
"input_ids",
|
13 |
+
"phonemes"
|
14 |
+
],
|
15 |
+
"_format_kwargs": {},
|
16 |
+
"_format_type": null,
|
17 |
+
"_output_all_columns": false,
|
18 |
+
"_split": null
|
19 |
+
}
|