finiteautomata
commited on
Commit
•
2971ce6
1
Parent(s):
cda88dd
Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +12 -24
dataset_infos.json
CHANGED
@@ -1,53 +1,41 @@
|
|
1 |
-
{"
|
2 |
"description": "",
|
3 |
"citation": "",
|
4 |
"homepage": "",
|
5 |
"license": "",
|
6 |
"features": {
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
"text": {
|
8 |
"dtype": "string",
|
9 |
-
"id": null,
|
10 |
"_type": "Value"
|
11 |
},
|
12 |
"tweet_id": {
|
13 |
"dtype": "int64",
|
14 |
-
"id": null,
|
15 |
"_type": "Value"
|
16 |
},
|
17 |
"user_id": {
|
18 |
"dtype": "int64",
|
19 |
-
"id": null,
|
20 |
"_type": "Value"
|
21 |
},
|
22 |
"screen_name": {
|
23 |
"dtype": "string",
|
24 |
-
"id": null,
|
25 |
"_type": "Value"
|
26 |
}
|
27 |
},
|
28 |
-
"post_processed": null,
|
29 |
-
"supervised_keys": null,
|
30 |
-
"task_templates": null,
|
31 |
-
"builder_name": "json",
|
32 |
-
"config_name": "default",
|
33 |
-
"version": {
|
34 |
-
"version_str": "0.0.0",
|
35 |
-
"description": null,
|
36 |
-
"major": 0,
|
37 |
-
"minor": 0,
|
38 |
-
"patch": 0
|
39 |
-
},
|
40 |
"splits": {
|
41 |
"train": {
|
42 |
"name": "train",
|
43 |
-
"num_bytes":
|
44 |
-
"num_examples":
|
45 |
"dataset_name": "spanish-tweets"
|
46 |
}
|
47 |
},
|
48 |
-
"
|
49 |
-
"
|
50 |
-
"
|
51 |
-
"dataset_size": 1660179322,
|
52 |
-
"size_in_bytes": 2667567808
|
53 |
}}
|
|
|
1 |
+
{"default": {
|
2 |
"description": "",
|
3 |
"citation": "",
|
4 |
"homepage": "",
|
5 |
"license": "",
|
6 |
"features": {
|
7 |
+
"_id": {
|
8 |
+
"$oid": {
|
9 |
+
"dtype": "string",
|
10 |
+
"_type": "Value"
|
11 |
+
}
|
12 |
+
},
|
13 |
"text": {
|
14 |
"dtype": "string",
|
|
|
15 |
"_type": "Value"
|
16 |
},
|
17 |
"tweet_id": {
|
18 |
"dtype": "int64",
|
|
|
19 |
"_type": "Value"
|
20 |
},
|
21 |
"user_id": {
|
22 |
"dtype": "int64",
|
|
|
23 |
"_type": "Value"
|
24 |
},
|
25 |
"screen_name": {
|
26 |
"dtype": "string",
|
|
|
27 |
"_type": "Value"
|
28 |
}
|
29 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
"splits": {
|
31 |
"train": {
|
32 |
"name": "train",
|
33 |
+
"num_bytes": 2898512697,
|
34 |
+
"num_examples": 18674199,
|
35 |
"dataset_name": "spanish-tweets"
|
36 |
}
|
37 |
},
|
38 |
+
"download_size": 1575757617,
|
39 |
+
"dataset_size": 2898512697,
|
40 |
+
"size_in_bytes": 4474270314
|
|
|
|
|
41 |
}}
|