Daniel Vila commited on
Commit
955bc31
·
1 Parent(s): 2e8bb70

Upload dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +13 -68
dataset_infos.json CHANGED
@@ -4,75 +4,20 @@
4
  "homepage": "",
5
  "license": "",
6
  "features": {
7
- "context_annotations": [
8
- {
9
- "domain": {
10
- "description": {
11
- "dtype": "string",
12
- "id": null,
13
- "_type": "Value"
14
- },
15
- "id": {
16
- "dtype": "string",
17
- "id": null,
18
- "_type": "Value"
19
- },
20
- "name": {
21
- "dtype": "string",
22
- "id": null,
23
- "_type": "Value"
24
- }
25
- },
26
- "entity": {
27
- "description": {
28
- "dtype": "string",
29
- "id": null,
30
- "_type": "Value"
31
- },
32
- "id": {
33
- "dtype": "string",
34
- "id": null,
35
- "_type": "Value"
36
- },
37
- "name": {
38
- "dtype": "string",
39
- "id": null,
40
- "_type": "Value"
41
- }
42
- }
43
- }
44
- ],
45
- "created_at": {
46
- "dtype": "string",
47
- "id": null,
48
- "_type": "Value"
49
- },
50
  "text": {
51
  "dtype": "string",
52
  "id": null,
53
  "_type": "Value"
54
  },
55
- "id": {
56
- "dtype": "string",
 
 
 
 
 
57
  "id": null,
58
- "_type": "Value"
59
- },
60
- "withheld": {
61
- "copyright": {
62
- "dtype": "bool",
63
- "id": null,
64
- "_type": "Value"
65
- },
66
- "country_codes": {
67
- "feature": {
68
- "dtype": "string",
69
- "id": null,
70
- "_type": "Value"
71
- },
72
- "length": -1,
73
- "id": null,
74
- "_type": "Sequence"
75
- }
76
  }
77
  },
78
  "post_processed": null,
@@ -84,14 +29,14 @@
84
  "splits": {
85
  "train": {
86
  "name": "train",
87
- "num_bytes": 2308227,
88
- "num_examples": 2967,
89
  "dataset_name": "wildfire_tweets"
90
  }
91
  },
92
  "download_checksums": null,
93
- "download_size": 539174,
94
  "post_processing_size": null,
95
- "dataset_size": 2308227,
96
- "size_in_bytes": 2847401
97
  }}
 
4
  "homepage": "",
5
  "license": "",
6
  "features": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  "text": {
8
  "dtype": "string",
9
  "id": null,
10
  "_type": "Value"
11
  },
12
+ "label": {
13
+ "num_classes": 3,
14
+ "names": [
15
+ "against",
16
+ "favor",
17
+ "none"
18
+ ],
19
  "id": null,
20
+ "_type": "ClassLabel"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  }
22
  },
23
  "post_processed": null,
 
29
  "splits": {
30
  "train": {
31
  "name": "train",
32
+ "num_bytes": 24275,
33
+ "num_examples": 104,
34
  "dataset_name": "wildfire_tweets"
35
  }
36
  },
37
  "download_checksums": null,
38
+ "download_size": 19018,
39
  "post_processing_size": null,
40
+ "dataset_size": 24275,
41
+ "size_in_bytes": 43293
42
  }}