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: 466788625
|
21 |
+
num_examples: 25000
|
22 |
+
- name: validation
|
23 |
+
num_bytes: 95315107
|
24 |
+
num_examples: 5000
|
25 |
+
- name: test
|
26 |
+
num_bytes: 38487994
|
27 |
+
num_examples: 2048
|
28 |
+
download_size: 249805146
|
29 |
+
dataset_size: 600591726
|
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
|