changed label to a class label to allow better splitting
Browse files- README.md +8 -4
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
|
@@ -6,13 +6,17 @@ dataset_info:
|
|
| 6 |
- name: content
|
| 7 |
dtype: string
|
| 8 |
- name: label
|
| 9 |
-
dtype:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
splits:
|
| 11 |
- name: train
|
| 12 |
-
num_bytes:
|
| 13 |
num_examples: 1949
|
| 14 |
-
download_size:
|
| 15 |
-
dataset_size:
|
| 16 |
configs:
|
| 17 |
- config_name: default
|
| 18 |
data_files:
|
|
|
|
| 6 |
- name: content
|
| 7 |
dtype: string
|
| 8 |
- name: label
|
| 9 |
+
dtype:
|
| 10 |
+
class_label:
|
| 11 |
+
names:
|
| 12 |
+
'0': Question
|
| 13 |
+
'1': Other
|
| 14 |
splits:
|
| 15 |
- name: train
|
| 16 |
+
num_bytes: 1567000
|
| 17 |
num_examples: 1949
|
| 18 |
+
download_size: 948860
|
| 19 |
+
dataset_size: 1567000
|
| 20 |
configs:
|
| 21 |
- config_name: default
|
| 22 |
data_files:
|
data/train-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8bf308396ab8aad8027cc10a3de3b68cca12fbdf6920b36af39c34215678e73
|
| 3 |
+
size 948860
|