finiteautomata commited on
Commit
1e58616
1 Parent(s): 132c6ce

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +21 -17
dataset_infos.json CHANGED
@@ -4,38 +4,42 @@
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": 19542853460,
34
- "num_examples": 124494660,
35
- "dataset_name": "spanish-tweets"
 
 
 
 
 
 
36
  }
37
  },
38
- "download_size": 10618679444,
39
- "dataset_size": 19542853460,
40
- "size_in_bytes": 30161532904
41
  }}
 
4
  "homepage": "",
5
  "license": "",
6
  "features": {
 
 
 
 
 
 
7
  "text": {
8
  "dtype": "string",
9
  "_type": "Value"
10
  },
11
  "tweet_id": {
12
+ "dtype": "string",
13
  "_type": "Value"
14
  },
15
  "user_id": {
 
 
 
 
16
  "dtype": "string",
17
  "_type": "Value"
18
  }
19
  },
20
+ "builder_name": "json",
21
+ "config_name": "default",
22
+ "version": {
23
+ "version_str": "0.0.0",
24
+ "major": 0,
25
+ "minor": 0,
26
+ "patch": 0
27
+ },
28
  "splits": {
29
  "train": {
30
  "name": "train",
31
+ "num_bytes": 3358310095,
32
+ "num_examples": 24898932,
33
+ "dataset_name": null
34
+ },
35
+ "test": {
36
+ "name": "test",
37
+ "num_bytes": 905774909,
38
+ "num_examples": 6224733,
39
+ "dataset_name": null
40
  }
41
  },
42
+ "download_size": 2628886986,
43
+ "dataset_size": 4264085004,
44
+ "size_in_bytes": 6892971990
45
  }}