Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: text
|
6 |
+
dtype: string
|
7 |
+
- name: label
|
8 |
+
dtype:
|
9 |
+
class_label:
|
10 |
+
names:
|
11 |
+
'0': neg
|
12 |
+
'1': pos
|
13 |
+
- name: input_ids
|
14 |
+
sequence: int32
|
15 |
+
splits:
|
16 |
+
- name: train
|
17 |
+
num_bytes: 196879787.0
|
18 |
+
num_examples: 80000
|
19 |
+
- name: test
|
20 |
+
num_bytes: 475522.0
|
21 |
+
num_examples: 200
|
22 |
+
download_size: 118994644
|
23 |
+
dataset_size: 197355309.0
|
24 |
---
|