Add dataset card
Browse files
README.md
CHANGED
|
@@ -9,6 +9,23 @@ task_categories:
|
|
| 9 |
- text-classification
|
| 10 |
task_ids:
|
| 11 |
- Sentiment/Hate speech
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
tags:
|
| 13 |
- mteb
|
| 14 |
- text
|
|
|
|
| 9 |
- text-classification
|
| 10 |
task_ids:
|
| 11 |
- Sentiment/Hate speech
|
| 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: 312775
|
| 21 |
+
num_examples: 2048
|
| 22 |
+
download_size: 177125
|
| 23 |
+
dataset_size: 312775
|
| 24 |
+
configs:
|
| 25 |
+
- config_name: default
|
| 26 |
+
data_files:
|
| 27 |
+
- split: train
|
| 28 |
+
path: data/train-*
|
| 29 |
tags:
|
| 30 |
- mteb
|
| 31 |
- text
|