ddcccc commited on
Commit
bf4c294
1 Parent(s): 31a4e42

Upload dataset

Browse files
README.md CHANGED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ - split: valid
10
+ path: data/valid-*
11
+ dataset_info:
12
+ features:
13
+ - name: claim_id
14
+ dtype: int64
15
+ - name: claim
16
+ dtype: string
17
+ - name: evidence
18
+ dtype: string
19
+ - name: evidence_label
20
+ dtype: string
21
+ - name: label
22
+ dtype: string
23
+ - name: category
24
+ dtype: string
25
+ splits:
26
+ - name: train
27
+ num_bytes: 1561492.8
28
+ num_examples: 4298
29
+ - name: test
30
+ num_bytes: 557676.0
31
+ num_examples: 1535
32
+ - name: valid
33
+ num_bytes: 669211.2
34
+ num_examples: 1842
35
+ download_size: 1377895
36
+ dataset_size: 2788380.0
37
+ ---
data/test-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc4b5c29bad0344dc30060a3cfa5b570435042a4bf82e3578c1e1260d0ead066
3
- size 246574
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d55dcfc105daf607988a008bf0f571aec8ab8a22ddaa002f845fbb19aff9858
3
+ size 280357
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ebd41ed52b6708c8158d1cfeb10fde59ecfbed88c5b62aa25a4670e372f8639
3
- size 519698
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eedbe84ae0c197c71c0ca2172606096d972f0dd3822a6f3d5c4249cab9e5184d
3
+ size 765736
data/valid-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e1bbf3134c292dd13e9dc3881305d0ab022711c0b353aa37963cbd298d5f2ab3
3
- size 288086
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf1239fc1517d1e8b91cbc46464a45c2907760d056440cee780ca0d8b74cb600
3
+ size 331802
dataset_infos.json CHANGED
@@ -1 +1,127 @@
1
- {"amandakonet--climate_fever_adopted": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"claim_id": {"dtype": "int64", "id": null, "_type": "Value"}, "claim": {"dtype": "string", "id": null, "_type": "Value"}, "evidence": {"dtype": "string", "id": null, "_type": "Value"}, "evidence_label": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "category": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": null, "config_name": null, "version": null, "splits": {"train": {"name": "train", "num_bytes": 1561504.0, "num_examples": 4298, "dataset_name": "climate_fever_adopted"}, "test": {"name": "test", "num_bytes": 557680.0, "num_examples": 1535, "dataset_name": "climate_fever_adopted"}, "valid": {"name": "valid", "num_bytes": 669216.0, "num_examples": 1842, "dataset_name": "climate_fever_adopted"}}, "download_checksums": null, "download_size": 1054358, "post_processing_size": null, "dataset_size": 2788400.0, "size_in_bytes": 3842758.0}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "amandakonet--climate_fever_adopted": {
3
+ "description": "",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "",
7
+ "features": {
8
+ "claim_id": {
9
+ "dtype": "int64",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "claim": {
14
+ "dtype": "string",
15
+ "id": null,
16
+ "_type": "Value"
17
+ },
18
+ "evidence": {
19
+ "dtype": "string",
20
+ "id": null,
21
+ "_type": "Value"
22
+ },
23
+ "evidence_label": {
24
+ "dtype": "string",
25
+ "id": null,
26
+ "_type": "Value"
27
+ },
28
+ "label": {
29
+ "dtype": "string",
30
+ "id": null,
31
+ "_type": "Value"
32
+ },
33
+ "category": {
34
+ "dtype": "string",
35
+ "id": null,
36
+ "_type": "Value"
37
+ }
38
+ },
39
+ "post_processed": null,
40
+ "supervised_keys": null,
41
+ "task_templates": null,
42
+ "builder_name": null,
43
+ "config_name": null,
44
+ "version": null,
45
+ "splits": {
46
+ "train": {
47
+ "name": "train",
48
+ "num_bytes": 1561504.0,
49
+ "num_examples": 4298,
50
+ "dataset_name": "climate_fever_adopted"
51
+ },
52
+ "test": {
53
+ "name": "test",
54
+ "num_bytes": 557680.0,
55
+ "num_examples": 1535,
56
+ "dataset_name": "climate_fever_adopted"
57
+ },
58
+ "valid": {
59
+ "name": "valid",
60
+ "num_bytes": 669216.0,
61
+ "num_examples": 1842,
62
+ "dataset_name": "climate_fever_adopted"
63
+ }
64
+ },
65
+ "download_checksums": null,
66
+ "download_size": 1054358,
67
+ "post_processing_size": null,
68
+ "dataset_size": 2788400.0,
69
+ "size_in_bytes": 3842758.0
70
+ },
71
+ "default": {
72
+ "description": "",
73
+ "citation": "",
74
+ "homepage": "",
75
+ "license": "",
76
+ "features": {
77
+ "claim_id": {
78
+ "dtype": "int64",
79
+ "_type": "Value"
80
+ },
81
+ "claim": {
82
+ "dtype": "string",
83
+ "_type": "Value"
84
+ },
85
+ "evidence": {
86
+ "dtype": "string",
87
+ "_type": "Value"
88
+ },
89
+ "evidence_label": {
90
+ "dtype": "string",
91
+ "_type": "Value"
92
+ },
93
+ "label": {
94
+ "dtype": "string",
95
+ "_type": "Value"
96
+ },
97
+ "category": {
98
+ "dtype": "string",
99
+ "_type": "Value"
100
+ }
101
+ },
102
+ "config_name": "default",
103
+ "splits": {
104
+ "train": {
105
+ "name": "train",
106
+ "num_bytes": 1561492.8,
107
+ "num_examples": 4298,
108
+ "dataset_name": null
109
+ },
110
+ "test": {
111
+ "name": "test",
112
+ "num_bytes": 557676.0,
113
+ "num_examples": 1535,
114
+ "dataset_name": null
115
+ },
116
+ "valid": {
117
+ "name": "valid",
118
+ "num_bytes": 669211.2,
119
+ "num_examples": 1842,
120
+ "dataset_name": null
121
+ }
122
+ },
123
+ "download_size": 1377895,
124
+ "dataset_size": 2788380.0,
125
+ "size_in_bytes": 4166275.0
126
+ }
127
+ }