ZzMeei
commited on
Commit
•
b02eab8
1
Parent(s):
bce9750
update dataset
Browse files- dataset_infos.json +22 -0
dataset_infos.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"my-dataset": {
|
3 |
+
"description": "A brief description of your dataset.",
|
4 |
+
"citation": "Citation for your dataset.",
|
5 |
+
"homepage": "URL to the homepage of your dataset.",
|
6 |
+
"license": "License for your dataset.",
|
7 |
+
"features": {
|
8 |
+
"text": {
|
9 |
+
"dtype": "string",
|
10 |
+
"id": null
|
11 |
+
}
|
12 |
+
},
|
13 |
+
"splits": {
|
14 |
+
"train": {
|
15 |
+
"num_bytes": 123456,
|
16 |
+
"num_examples": 1000
|
17 |
+
}
|
18 |
+
},
|
19 |
+
"download_size": 123456,
|
20 |
+
"dataset_size": 123456
|
21 |
+
}
|
22 |
+
}
|