Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
topic-classification
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Add dataset card
Browse files
README.md
CHANGED
|
@@ -9,6 +9,33 @@ task_categories:
|
|
| 9 |
- text-classification
|
| 10 |
task_ids:
|
| 11 |
- Topic classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
tags:
|
| 13 |
- mteb
|
| 14 |
- text
|
|
|
|
| 9 |
- text-classification
|
| 10 |
task_ids:
|
| 11 |
- Topic classification
|
| 12 |
+
dataset_info:
|
| 13 |
+
features:
|
| 14 |
+
- name: text
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: label
|
| 17 |
+
dtype: int64
|
| 18 |
+
splits:
|
| 19 |
+
- name: train
|
| 20 |
+
num_bytes: 1650691690
|
| 21 |
+
num_examples: 28388
|
| 22 |
+
- name: validation
|
| 23 |
+
num_bytes: 144469423
|
| 24 |
+
num_examples: 2500
|
| 25 |
+
- name: test
|
| 26 |
+
num_bytes: 141183324
|
| 27 |
+
num_examples: 2500
|
| 28 |
+
download_size: 1010665824
|
| 29 |
+
dataset_size: 1936344437
|
| 30 |
+
configs:
|
| 31 |
+
- config_name: default
|
| 32 |
+
data_files:
|
| 33 |
+
- split: train
|
| 34 |
+
path: data/train-*
|
| 35 |
+
- split: validation
|
| 36 |
+
path: data/validation-*
|
| 37 |
+
- split: test
|
| 38 |
+
path: data/test-*
|
| 39 |
tags:
|
| 40 |
- mteb
|
| 41 |
- text
|