lhoestq HF staff commited on
Commit
4ae5a32
1 Parent(s): 237a372

Add 'de' config data files

Browse files
README.md CHANGED
@@ -4,7 +4,27 @@ language:
4
  - en
5
  - ja
6
  dataset_info:
7
- config_name: en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  features:
9
  - name: text
10
  dtype: string
@@ -25,6 +45,14 @@ dataset_info:
25
  download_size: 382768
26
  dataset_size: 685860
27
  configs:
 
 
 
 
 
 
 
 
28
  - config_name: en
29
  data_files:
30
  - split: train
 
4
  - en
5
  - ja
6
  dataset_info:
7
+ - config_name: de
8
+ features:
9
+ - name: text
10
+ dtype: string
11
+ - name: label
12
+ dtype: int32
13
+ - name: label_text
14
+ dtype: string
15
+ splits:
16
+ - name: train
17
+ num_bytes: 839355
18
+ num_examples: 5600
19
+ - name: validation
20
+ num_bytes: 72051
21
+ num_examples: 466
22
+ - name: test
23
+ num_bytes: 142977
24
+ num_examples: 934
25
+ download_size: 610356
26
+ dataset_size: 1054383
27
+ - config_name: en
28
  features:
29
  - name: text
30
  dtype: string
 
45
  download_size: 382768
46
  dataset_size: 685860
47
  configs:
48
+ - config_name: de
49
+ data_files:
50
+ - split: train
51
+ path: de/train-*
52
+ - split: validation
53
+ path: de/validation-*
54
+ - split: test
55
+ path: de/test-*
56
  - config_name: en
57
  data_files:
58
  - split: train
dataset_infos.json CHANGED
@@ -116,28 +116,22 @@
116
  "features": {
117
  "text": {
118
  "dtype": "string",
119
- "id": null,
120
  "_type": "Value"
121
  },
122
  "label": {
123
  "dtype": "int32",
124
- "id": null,
125
  "_type": "Value"
126
  },
127
  "label_text": {
128
  "dtype": "string",
129
- "id": null,
130
  "_type": "Value"
131
  }
132
  },
133
- "post_processed": null,
134
- "supervised_keys": null,
135
- "task_templates": null,
136
- "builder_name": "amazon_counterfactual",
137
  "config_name": "de",
138
  "version": {
139
  "version_str": "1.0.0",
140
- "description": "",
141
  "major": 1,
142
  "minor": 0,
143
  "patch": 0
@@ -145,41 +139,26 @@
145
  "splits": {
146
  "train": {
147
  "name": "train",
148
- "num_bytes": 840063,
149
  "num_examples": 5600,
150
- "dataset_name": "amazon_counterfactual"
151
  },
152
  "validation": {
153
  "name": "validation",
154
- "num_bytes": 72118,
155
  "num_examples": 466,
156
- "dataset_name": "amazon_counterfactual"
157
  },
158
  "test": {
159
  "name": "test",
160
- "num_bytes": 143102,
161
  "num_examples": 934,
162
- "dataset_name": "amazon_counterfactual"
163
- }
164
- },
165
- "download_checksums": {
166
- "data/DE_train.tsv": {
167
- "num_bytes": 705786,
168
- "checksum": "52710850d8bef30422421f4ca238a4d3e76d44e1e01e2458320b949cd66fbcd1"
169
- },
170
- "data/DE_valid.tsv": {
171
- "num_bytes": 60990,
172
- "checksum": "677831289a71ebba856dfaecec92dfc9dfade9a954f8e50c923407a1fcda981a"
173
- },
174
- "data/DE_test.tsv": {
175
- "num_bytes": 120712,
176
- "checksum": "ccfb853849a85ea747fbb435bad7c50336bd2c28c523be4479535a8872870476"
177
  }
178
  },
179
- "download_size": 887488,
180
- "post_processing_size": null,
181
- "dataset_size": 1055283,
182
- "size_in_bytes": 1942771
183
  },
184
  "en": {
185
  "description": "The dataset contains sentences from Amazon customer reviews (sampled from Amazon product review dataset) annotated for counterfactual detection (CFD) binary classification. Counterfactual statements describe events that did not or cannot take place. Counterfactual statements may be identified as statements of the form \u2013 If p was true, then q would be true (i.e. assertions whose antecedent (p) and consequent (q) are known or assumed to be false).\n",
 
116
  "features": {
117
  "text": {
118
  "dtype": "string",
 
119
  "_type": "Value"
120
  },
121
  "label": {
122
  "dtype": "int32",
 
123
  "_type": "Value"
124
  },
125
  "label_text": {
126
  "dtype": "string",
 
127
  "_type": "Value"
128
  }
129
  },
130
+ "builder_name": "parquet",
131
+ "dataset_name": "amazon_counterfactual",
 
 
132
  "config_name": "de",
133
  "version": {
134
  "version_str": "1.0.0",
 
135
  "major": 1,
136
  "minor": 0,
137
  "patch": 0
 
139
  "splits": {
140
  "train": {
141
  "name": "train",
142
+ "num_bytes": 839355,
143
  "num_examples": 5600,
144
+ "dataset_name": null
145
  },
146
  "validation": {
147
  "name": "validation",
148
+ "num_bytes": 72051,
149
  "num_examples": 466,
150
+ "dataset_name": null
151
  },
152
  "test": {
153
  "name": "test",
154
+ "num_bytes": 142977,
155
  "num_examples": 934,
156
+ "dataset_name": null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
157
  }
158
  },
159
+ "download_size": 610356,
160
+ "dataset_size": 1054383,
161
+ "size_in_bytes": 1664739
 
162
  },
163
  "en": {
164
  "description": "The dataset contains sentences from Amazon customer reviews (sampled from Amazon product review dataset) annotated for counterfactual detection (CFD) binary classification. Counterfactual statements describe events that did not or cannot take place. Counterfactual statements may be identified as statements of the form \u2013 If p was true, then q would be true (i.e. assertions whose antecedent (p) and consequent (q) are known or assumed to be false).\n",
de/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baddb13b8c7b5d728e957e8d11d0896c8fcfefe5c5c8857211e4c2f7db81b37a
3
+ size 83858
de/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41e90ff3028dbbcc2841dbc8b9be54a518a8c1ba67240790df5305a72202f82a
3
+ size 483205
de/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb8a928bc0bf2dfd4b454cd207faf79df9d3572414a67bae05ae04285da5c73c
3
+ size 43293