Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
topic-classification
Languages:
German
Size:
10K - 100K
ArXiv:
License:
Add dataset card
Browse files
README.md
CHANGED
|
@@ -9,6 +9,28 @@ 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: 24418220
|
| 21 |
+
num_examples: 9245
|
| 22 |
+
- name: test
|
| 23 |
+
num_bytes: 2756401
|
| 24 |
+
num_examples: 1028
|
| 25 |
+
download_size: 17243896
|
| 26 |
+
dataset_size: 27174621
|
| 27 |
+
configs:
|
| 28 |
+
- config_name: default
|
| 29 |
+
data_files:
|
| 30 |
+
- split: train
|
| 31 |
+
path: data/train-*
|
| 32 |
+
- split: test
|
| 33 |
+
path: data/test-*
|
| 34 |
tags:
|
| 35 |
- mteb
|
| 36 |
- text
|