Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
Commit
·
1c33be2
1
Parent(s):
f949b96
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
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: labels
|
8 |
+
dtype: int64
|
9 |
+
splits:
|
10 |
+
- name: train
|
11 |
+
num_bytes: 41896639
|
12 |
+
num_examples: 19850
|
13 |
+
download_size: 24928143
|
14 |
+
dataset_size: 41896639
|
15 |
---
|