Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
other
Annotations Creators:
expert-generated
Source Datasets:
original
License:
Daniel Vila commited on
Commit
a28e393
1 Parent(s): 35a0b88

Upload dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +42 -1
dataset_infos.json CHANGED
@@ -1 +1,42 @@
1
- {"rubrix--wildfire_tweets": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"context_annotations": [{"domain": {"description": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}, "name": {"dtype": "string", "id": null, "_type": "Value"}}, "entity": {"description": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}, "name": {"dtype": "string", "id": null, "_type": "Value"}}}], "created_at": {"dtype": "string", "id": null, "_type": "Value"}, "text": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}, "withheld": {"copyright": {"dtype": "bool", "id": null, "_type": "Value"}, "country_codes": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": null, "config_name": null, "version": null, "splits": {"unlabelled": {"name": "unlabelled", "num_bytes": 2308969, "num_examples": 2967, "dataset_name": "wildfire_tweets"}, "train": {"name": "train", "num_bytes": 24275, "num_examples": 104, "dataset_name": "wildfire_tweets"}}, "download_checksums": null, "download_size": 558192, "post_processing_size": null, "dataset_size": 2333244, "size_in_bytes": 2891436}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"rubrix--wildfire_tweets": {
2
+ "description": "",
3
+ "citation": "",
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,
24
+ "supervised_keys": null,
25
+ "task_templates": null,
26
+ "builder_name": null,
27
+ "config_name": null,
28
+ "version": 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
+ }}