Commit
·
ab34798
1
Parent(s):
0ed0e6d
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: label
|
| 5 |
+
dtype:
|
| 6 |
+
class_label:
|
| 7 |
+
names:
|
| 8 |
+
'0': negative
|
| 9 |
+
'1': positive
|
| 10 |
+
- name: text
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: orig_idx
|
| 13 |
+
dtype: int64
|
| 14 |
+
splits:
|
| 15 |
+
- name: train
|
| 16 |
+
num_bytes: 5961234
|
| 17 |
+
num_examples: 67349
|
| 18 |
+
- name: validation
|
| 19 |
+
num_bytes: 122820
|
| 20 |
+
num_examples: 872
|
| 21 |
+
- name: test
|
| 22 |
+
num_bytes: 251239
|
| 23 |
+
num_examples: 1821
|
| 24 |
+
download_size: 3461625
|
| 25 |
+
dataset_size: 6335293
|
| 26 |
+
---
|
| 27 |
+
# Dataset Card for "seq2seq-sst2"
|
| 28 |
+
|
| 29 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|