Upload dataset
Browse files
README.md
CHANGED
|
@@ -25,6 +25,31 @@ dataset_info:
|
|
| 25 |
num_examples: 30400
|
| 26 |
download_size: 1849039
|
| 27 |
dataset_size: 10904570
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
- config_name: biasframes_intent
|
| 29 |
features:
|
| 30 |
- name: text
|
|
@@ -457,6 +482,12 @@ configs:
|
|
| 457 |
path: agnews/train-*
|
| 458 |
- split: test
|
| 459 |
path: agnews/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 460 |
- config_name: biasframes_intent
|
| 461 |
data_files:
|
| 462 |
- split: train
|
|
|
|
| 25 |
num_examples: 30400
|
| 26 |
download_size: 1849039
|
| 27 |
dataset_size: 10904570
|
| 28 |
+
- config_name: amazonpolarity
|
| 29 |
+
features:
|
| 30 |
+
- name: text
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: hypothesis
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: labels
|
| 35 |
+
dtype:
|
| 36 |
+
class_label:
|
| 37 |
+
names:
|
| 38 |
+
'0': entailment
|
| 39 |
+
'1': not_entailment
|
| 40 |
+
- name: task_name
|
| 41 |
+
dtype: string
|
| 42 |
+
- name: label_text
|
| 43 |
+
dtype: string
|
| 44 |
+
splits:
|
| 45 |
+
- name: train
|
| 46 |
+
num_bytes: 1080886
|
| 47 |
+
num_examples: 2000
|
| 48 |
+
- name: test
|
| 49 |
+
num_bytes: 10798222
|
| 50 |
+
num_examples: 20000
|
| 51 |
+
download_size: 3409777
|
| 52 |
+
dataset_size: 11879108
|
| 53 |
- config_name: biasframes_intent
|
| 54 |
features:
|
| 55 |
- name: text
|
|
|
|
| 482 |
path: agnews/train-*
|
| 483 |
- split: test
|
| 484 |
path: agnews/test-*
|
| 485 |
+
- config_name: amazonpolarity
|
| 486 |
+
data_files:
|
| 487 |
+
- split: train
|
| 488 |
+
path: amazonpolarity/train-*
|
| 489 |
+
- split: test
|
| 490 |
+
path: amazonpolarity/test-*
|
| 491 |
- config_name: biasframes_intent
|
| 492 |
data_files:
|
| 493 |
- split: train
|
amazonpolarity/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49a24cc63f525de25e2c42570edb2a7ca35f7ca9c03e89a7e4f3cf0c9c6116bb
|
| 3 |
+
size 2975140
|
amazonpolarity/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f92853a3df6c9a8bdaf4b8f24280ae2f26698db688c5eac1222d2662fb6503fe
|
| 3 |
+
size 434637
|