Upload dataset
Browse files- README.md +31 -0
- agnews/test-00000-of-00001.parquet +3 -0
- agnews/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,5 +1,30 @@
|
|
1 |
---
|
2 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
- config_name: biasframes_intent
|
4 |
features:
|
5 |
- name: text
|
@@ -251,6 +276,12 @@ dataset_info:
|
|
251 |
download_size: 2036473
|
252 |
dataset_size: 8197800
|
253 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
254 |
- config_name: biasframes_intent
|
255 |
data_files:
|
256 |
- split: train
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: agnews
|
4 |
+
features:
|
5 |
+
- name: text
|
6 |
+
dtype: string
|
7 |
+
- name: hypothesis
|
8 |
+
dtype: string
|
9 |
+
- name: labels
|
10 |
+
dtype:
|
11 |
+
class_label:
|
12 |
+
names:
|
13 |
+
'0': entailment
|
14 |
+
'1': not_entailment
|
15 |
+
- name: task_name
|
16 |
+
dtype: string
|
17 |
+
- name: label_text
|
18 |
+
dtype: string
|
19 |
+
splits:
|
20 |
+
- name: train
|
21 |
+
num_bytes: 1273874
|
22 |
+
num_examples: 4000
|
23 |
+
- name: test
|
24 |
+
num_bytes: 9630696
|
25 |
+
num_examples: 30400
|
26 |
+
download_size: 1849039
|
27 |
+
dataset_size: 10904570
|
28 |
- config_name: biasframes_intent
|
29 |
features:
|
30 |
- name: text
|
|
|
276 |
download_size: 2036473
|
277 |
dataset_size: 8197800
|
278 |
configs:
|
279 |
+
- config_name: agnews
|
280 |
+
data_files:
|
281 |
+
- split: train
|
282 |
+
path: agnews/train-*
|
283 |
+
- split: test
|
284 |
+
path: agnews/test-*
|
285 |
- config_name: biasframes_intent
|
286 |
data_files:
|
287 |
- split: train
|
agnews/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e32bc544b83da674068b33f967859c1b55c8f28a4c8318581f5612adb8e2edb
|
3 |
+
size 1282675
|
agnews/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8739a0bde37d52eab8668997a72473dcbd5792acf9ebe1c2aee56938ba3035c1
|
3 |
+
size 566364
|