Add dataset
Browse files
README.md
CHANGED
|
@@ -12,6 +12,28 @@ task_ids:
|
|
| 12 |
tags:
|
| 13 |
- mteb
|
| 14 |
- text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
<!-- adapted from https://github.com/huggingface/huggingface_hub/blob/v0.30.2/src/huggingface_hub/templates/datasetcard_template.md -->
|
| 17 |
|
|
|
|
| 12 |
tags:
|
| 13 |
- mteb
|
| 14 |
- text
|
| 15 |
+
configs:
|
| 16 |
+
- config_name: default
|
| 17 |
+
data_files:
|
| 18 |
+
- split: train
|
| 19 |
+
path: data/train-*
|
| 20 |
+
- split: test
|
| 21 |
+
path: data/test-*
|
| 22 |
+
dataset_info:
|
| 23 |
+
features:
|
| 24 |
+
- name: text
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: label
|
| 27 |
+
dtype: int64
|
| 28 |
+
splits:
|
| 29 |
+
- name: train
|
| 30 |
+
num_bytes: 1597164432
|
| 31 |
+
num_examples: 3600000
|
| 32 |
+
- name: test
|
| 33 |
+
num_bytes: 177376193
|
| 34 |
+
num_examples: 400000
|
| 35 |
+
download_size: 1123838521
|
| 36 |
+
dataset_size: 1774540625
|
| 37 |
---
|
| 38 |
<!-- adapted from https://github.com/huggingface/huggingface_hub/blob/v0.30.2/src/huggingface_hub/templates/datasetcard_template.md -->
|
| 39 |
|