Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Upload dataset
Browse files- README.md +10 -6
- data/test-00000-of-00001.parquet +2 -2
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
@@ -24,19 +24,23 @@ configs:
|
|
24 |
path: data/test-*
|
25 |
dataset_info:
|
26 |
features:
|
|
|
|
|
27 |
- name: text
|
28 |
dtype: string
|
29 |
- name: label
|
30 |
dtype: int64
|
|
|
|
|
31 |
splits:
|
32 |
- name: train
|
33 |
-
num_bytes:
|
34 |
-
num_examples:
|
35 |
- name: test
|
36 |
-
num_bytes:
|
37 |
-
num_examples:
|
38 |
-
download_size:
|
39 |
-
dataset_size:
|
40 |
---
|
41 |
<!-- adapted from https://github.com/huggingface/huggingface_hub/blob/v0.30.2/src/huggingface_hub/templates/datasetcard_template.md -->
|
42 |
|
|
|
24 |
path: data/test-*
|
25 |
dataset_info:
|
26 |
features:
|
27 |
+
- name: id
|
28 |
+
dtype: string
|
29 |
- name: text
|
30 |
dtype: string
|
31 |
- name: label
|
32 |
dtype: int64
|
33 |
+
- name: label_text
|
34 |
+
dtype: string
|
35 |
splits:
|
36 |
- name: train
|
37 |
+
num_bytes: 2832199.0294385212
|
38 |
+
num_examples: 26732
|
39 |
- name: test
|
40 |
+
num_bytes: 361639.95925297117
|
41 |
+
num_examples: 3432
|
42 |
+
download_size: 2097266
|
43 |
+
dataset_size: 3193838.9886914925
|
44 |
---
|
45 |
<!-- adapted from https://github.com/huggingface/huggingface_hub/blob/v0.30.2/src/huggingface_hub/templates/datasetcard_template.md -->
|
46 |
|
data/test-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:97eaebcf51ee68ac4a1c0c1968474c5e66de9ac915968219db3166bc52ba9899
|
3 |
+
size 239511
|
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:28b47f8433a73db5cc9ffb3d73fd6eeeffe620d55d02ca7772c6f7747b9496fb
|
3 |
+
size 1857755
|