Datasets:
Add dataset card
Browse files
README.md
CHANGED
|
@@ -1,160 +1,686 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
download_size: 31735470
|
| 20 |
-
dataset_size: 51867073
|
| 21 |
-
- config_name: en
|
| 22 |
-
features:
|
| 23 |
-
- name: text
|
| 24 |
-
dtype: string
|
| 25 |
-
- name: label
|
| 26 |
-
dtype: int64
|
| 27 |
-
splits:
|
| 28 |
-
- name: train
|
| 29 |
-
num_bytes: 43524802
|
| 30 |
-
num_examples: 200000
|
| 31 |
-
- name: validation
|
| 32 |
-
num_bytes: 1097465
|
| 33 |
-
num_examples: 5000
|
| 34 |
-
- name: test
|
| 35 |
-
num_bytes: 1083550
|
| 36 |
-
num_examples: 5000
|
| 37 |
-
download_size: 27948523
|
| 38 |
-
dataset_size: 45705817
|
| 39 |
-
- config_name: es
|
| 40 |
-
features:
|
| 41 |
-
- name: text
|
| 42 |
-
dtype: string
|
| 43 |
-
- name: label
|
| 44 |
-
dtype: int64
|
| 45 |
-
splits:
|
| 46 |
-
- name: train
|
| 47 |
-
num_bytes: 37372261
|
| 48 |
-
num_examples: 200000
|
| 49 |
-
- name: validation
|
| 50 |
-
num_bytes: 928778
|
| 51 |
-
num_examples: 5000
|
| 52 |
-
- name: test
|
| 53 |
-
num_bytes: 937306
|
| 54 |
-
num_examples: 5000
|
| 55 |
-
download_size: 24055031
|
| 56 |
-
dataset_size: 39238345
|
| 57 |
-
- config_name: fr
|
| 58 |
-
features:
|
| 59 |
-
- name: text
|
| 60 |
-
dtype: string
|
| 61 |
-
- name: label
|
| 62 |
-
dtype: int64
|
| 63 |
-
splits:
|
| 64 |
-
- name: train
|
| 65 |
-
num_bytes: 39570631
|
| 66 |
-
num_examples: 200000
|
| 67 |
-
- name: validation
|
| 68 |
-
num_bytes: 964810
|
| 69 |
-
num_examples: 5000
|
| 70 |
-
- name: test
|
| 71 |
-
num_bytes: 989048
|
| 72 |
-
num_examples: 5000
|
| 73 |
-
download_size: 25171138
|
| 74 |
-
dataset_size: 41524489
|
| 75 |
-
- config_name: ja
|
| 76 |
-
features:
|
| 77 |
-
- name: text
|
| 78 |
-
dtype: string
|
| 79 |
-
- name: label
|
| 80 |
-
dtype: int64
|
| 81 |
-
splits:
|
| 82 |
-
- name: train
|
| 83 |
-
num_bytes: 67483811
|
| 84 |
-
num_examples: 200000
|
| 85 |
-
- name: validation
|
| 86 |
-
num_bytes: 1662207
|
| 87 |
-
num_examples: 5000
|
| 88 |
-
- name: test
|
| 89 |
-
num_bytes: 1675094
|
| 90 |
-
num_examples: 5000
|
| 91 |
-
download_size: 40906746
|
| 92 |
-
dataset_size: 70821112
|
| 93 |
-
- config_name: zh
|
| 94 |
-
features:
|
| 95 |
-
- name: text
|
| 96 |
-
dtype: string
|
| 97 |
-
- name: label
|
| 98 |
-
dtype: int64
|
| 99 |
-
splits:
|
| 100 |
-
- name: train
|
| 101 |
-
num_bytes: 37043208
|
| 102 |
-
num_examples: 200000
|
| 103 |
-
- name: validation
|
| 104 |
-
num_bytes: 914709
|
| 105 |
-
num_examples: 5000
|
| 106 |
-
- name: test
|
| 107 |
-
num_bytes: 930258
|
| 108 |
-
num_examples: 5000
|
| 109 |
-
download_size: 26125561
|
| 110 |
-
dataset_size: 38888175
|
| 111 |
-
configs:
|
| 112 |
-
- config_name: de
|
| 113 |
-
data_files:
|
| 114 |
-
- split: train
|
| 115 |
-
path: de/train-*
|
| 116 |
-
- split: validation
|
| 117 |
-
path: de/validation-*
|
| 118 |
-
- split: test
|
| 119 |
-
path: de/test-*
|
| 120 |
-
- config_name: en
|
| 121 |
-
data_files:
|
| 122 |
-
- split: train
|
| 123 |
-
path: en/train-*
|
| 124 |
-
- split: validation
|
| 125 |
-
path: en/validation-*
|
| 126 |
-
- split: test
|
| 127 |
-
path: en/test-*
|
| 128 |
-
- config_name: es
|
| 129 |
-
data_files:
|
| 130 |
-
- split: train
|
| 131 |
-
path: es/train-*
|
| 132 |
-
- split: validation
|
| 133 |
-
path: es/validation-*
|
| 134 |
-
- split: test
|
| 135 |
-
path: es/test-*
|
| 136 |
-
- config_name: fr
|
| 137 |
-
data_files:
|
| 138 |
-
- split: train
|
| 139 |
-
path: fr/train-*
|
| 140 |
-
- split: validation
|
| 141 |
-
path: fr/validation-*
|
| 142 |
-
- split: test
|
| 143 |
-
path: fr/test-*
|
| 144 |
-
- config_name: ja
|
| 145 |
-
data_files:
|
| 146 |
-
- split: train
|
| 147 |
-
path: ja/train-*
|
| 148 |
-
- split: validation
|
| 149 |
-
path: ja/validation-*
|
| 150 |
-
- split: test
|
| 151 |
-
path: ja/test-*
|
| 152 |
-
- config_name: zh
|
| 153 |
-
data_files:
|
| 154 |
-
- split: train
|
| 155 |
-
path: zh/train-*
|
| 156 |
-
- split: validation
|
| 157 |
-
path: zh/validation-*
|
| 158 |
-
- split: test
|
| 159 |
-
path: zh/test-*
|
| 160 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
annotations_creators:
|
| 3 |
+
- human-annotated
|
| 4 |
+
language:
|
| 5 |
+
- eng
|
| 6 |
+
- deu
|
| 7 |
+
- spa
|
| 8 |
+
- fra
|
| 9 |
+
- jpn
|
| 10 |
+
- cmn
|
| 11 |
+
license: other
|
| 12 |
+
multilinguality: multilingual
|
| 13 |
+
task_categories:
|
| 14 |
+
- text-classification
|
| 15 |
+
task_ids: []
|
| 16 |
+
tags:
|
| 17 |
+
- mteb
|
| 18 |
+
- text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
---
|
| 20 |
+
<!-- adapted from https://github.com/huggingface/huggingface_hub/blob/v0.30.2/src/huggingface_hub/templates/datasetcard_template.md -->
|
| 21 |
+
|
| 22 |
+
<div align="center" style="padding: 40px 20px; background-color: white; border-radius: 12px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); max-width: 600px; margin: 0 auto;">
|
| 23 |
+
<h1 style="font-size: 3.5rem; color: #1a1a1a; margin: 0 0 20px 0; letter-spacing: 2px; font-weight: 700;">AmazonReviewsClassification</h1>
|
| 24 |
+
<div style="font-size: 1.5rem; color: #4a4a4a; margin-bottom: 5px; font-weight: 300;">An <a href="https://github.com/embeddings-benchmark/mteb" style="color: #2c5282; font-weight: 600; text-decoration: none;" onmouseover="this.style.textDecoration='underline'" onmouseout="this.style.textDecoration='none'">MTEB</a> dataset</div>
|
| 25 |
+
<div style="font-size: 0.9rem; color: #2c5282; margin-top: 10px;">Massive Text Embedding Benchmark</div>
|
| 26 |
+
</div>
|
| 27 |
+
|
| 28 |
+
A collection of Amazon reviews specifically designed to aid research in multilingual text classification.
|
| 29 |
+
|
| 30 |
+
| | |
|
| 31 |
+
|---------------|---------------------------------------------|
|
| 32 |
+
| Task category | t2c |
|
| 33 |
+
| Domains | Reviews, Written |
|
| 34 |
+
| Reference | https://arxiv.org/abs/2010.02573 |
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
## How to evaluate on this task
|
| 38 |
+
|
| 39 |
+
You can evaluate an embedding model on this dataset using the following code:
|
| 40 |
+
|
| 41 |
+
```python
|
| 42 |
+
import mteb
|
| 43 |
+
|
| 44 |
+
task = mteb.get_tasks(["AmazonReviewsClassification"])
|
| 45 |
+
evaluator = mteb.MTEB(task)
|
| 46 |
+
|
| 47 |
+
model = mteb.get_model(YOUR_MODEL)
|
| 48 |
+
evaluator.run(model)
|
| 49 |
+
```
|
| 50 |
+
|
| 51 |
+
<!-- Datasets want link to arxiv in readme to autolink dataset with paper -->
|
| 52 |
+
To learn more about how to run models on `mteb` task check out the [GitHub repitory](https://github.com/embeddings-benchmark/mteb).
|
| 53 |
+
|
| 54 |
+
## Citation
|
| 55 |
+
|
| 56 |
+
If you use this dataset, please cite the dataset as well as [mteb](https://github.com/embeddings-benchmark/mteb), as this dataset likely includes additional processing as a part of the [MMTEB Contribution](https://github.com/embeddings-benchmark/mteb/tree/main/docs/mmteb).
|
| 57 |
+
|
| 58 |
+
```bibtex
|
| 59 |
+
|
| 60 |
+
@misc{keung2020multilingual,
|
| 61 |
+
archiveprefix = {arXiv},
|
| 62 |
+
author = {Phillip Keung and Yichao Lu and György Szarvas and Noah A. Smith},
|
| 63 |
+
eprint = {2010.02573},
|
| 64 |
+
primaryclass = {cs.CL},
|
| 65 |
+
title = {The Multilingual Amazon Reviews Corpus},
|
| 66 |
+
year = {2020},
|
| 67 |
+
}
|
| 68 |
+
|
| 69 |
+
|
| 70 |
+
@article{enevoldsen2025mmtebmassivemultilingualtext,
|
| 71 |
+
title={MMTEB: Massive Multilingual Text Embedding Benchmark},
|
| 72 |
+
author={Kenneth Enevoldsen and Isaac Chung and Imene Kerboua and Márton Kardos and Ashwin Mathur and David Stap and Jay Gala and Wissam Siblini and Dominik Krzemiński and Genta Indra Winata and Saba Sturua and Saiteja Utpala and Mathieu Ciancone and Marion Schaeffer and Gabriel Sequeira and Diganta Misra and Shreeya Dhakal and Jonathan Rystrøm and Roman Solomatin and Ömer Çağatan and Akash Kundu and Martin Bernstorff and Shitao Xiao and Akshita Sukhlecha and Bhavish Pahwa and Rafał Poświata and Kranthi Kiran GV and Shawon Ashraf and Daniel Auras and Björn Plüster and Jan Philipp Harries and Loïc Magne and Isabelle Mohr and Mariya Hendriksen and Dawei Zhu and Hippolyte Gisserot-Boukhlef and Tom Aarsen and Jan Kostkan and Konrad Wojtasik and Taemin Lee and Marek Šuppa and Crystina Zhang and Roberta Rocca and Mohammed Hamdy and Andrianos Michail and John Yang and Manuel Faysse and Aleksei Vatolin and Nandan Thakur and Manan Dey and Dipam Vasani and Pranjal Chitale and Simone Tedeschi and Nguyen Tai and Artem Snegirev and Michael Günther and Mengzhou Xia and Weijia Shi and Xing Han Lù and Jordan Clive and Gayatri Krishnakumar and Anna Maksimova and Silvan Wehrli and Maria Tikhonova and Henil Panchal and Aleksandr Abramov and Malte Ostendorff and Zheng Liu and Simon Clematide and Lester James Miranda and Alena Fenogenova and Guangyu Song and Ruqiya Bin Safi and Wen-Ding Li and Alessia Borghini and Federico Cassano and Hongjin Su and Jimmy Lin and Howard Yen and Lasse Hansen and Sara Hooker and Chenghao Xiao and Vaibhav Adlakha and Orion Weller and Siva Reddy and Niklas Muennighoff},
|
| 73 |
+
publisher = {arXiv},
|
| 74 |
+
journal={arXiv preprint arXiv:2502.13595},
|
| 75 |
+
year={2025},
|
| 76 |
+
url={https://arxiv.org/abs/2502.13595},
|
| 77 |
+
doi = {10.48550/arXiv.2502.13595},
|
| 78 |
+
}
|
| 79 |
+
|
| 80 |
+
@article{muennighoff2022mteb,
|
| 81 |
+
author = {Muennighoff, Niklas and Tazi, Nouamane and Magne, Lo{\"\i}c and Reimers, Nils},
|
| 82 |
+
title = {MTEB: Massive Text Embedding Benchmark},
|
| 83 |
+
publisher = {arXiv},
|
| 84 |
+
journal={arXiv preprint arXiv:2210.07316},
|
| 85 |
+
year = {2022}
|
| 86 |
+
url = {https://arxiv.org/abs/2210.07316},
|
| 87 |
+
doi = {10.48550/ARXIV.2210.07316},
|
| 88 |
+
}
|
| 89 |
+
```
|
| 90 |
+
|
| 91 |
+
# Dataset Statistics
|
| 92 |
+
<details>
|
| 93 |
+
<summary> Dataset Statistics</summary>
|
| 94 |
+
|
| 95 |
+
The following code contains the descriptive statistics from the task. These can also be obtained using:
|
| 96 |
+
|
| 97 |
+
```python
|
| 98 |
+
import mteb
|
| 99 |
+
|
| 100 |
+
task = mteb.get_task("AmazonReviewsClassification")
|
| 101 |
+
|
| 102 |
+
desc_stats = task.metadata.descriptive_stats
|
| 103 |
+
```
|
| 104 |
+
|
| 105 |
+
```json
|
| 106 |
+
{
|
| 107 |
+
"validation": {
|
| 108 |
+
"num_samples": 30000,
|
| 109 |
+
"number_of_characters": 4776902,
|
| 110 |
+
"number_texts_intersect_with_train": 155,
|
| 111 |
+
"min_text_length": 20,
|
| 112 |
+
"average_text_length": 159.23006666666666,
|
| 113 |
+
"max_text_length": 3722,
|
| 114 |
+
"unique_text": 29997,
|
| 115 |
+
"unique_labels": 5,
|
| 116 |
+
"labels": {
|
| 117 |
+
"0": {
|
| 118 |
+
"count": 6000
|
| 119 |
+
},
|
| 120 |
+
"1": {
|
| 121 |
+
"count": 6000
|
| 122 |
+
},
|
| 123 |
+
"2": {
|
| 124 |
+
"count": 6000
|
| 125 |
+
},
|
| 126 |
+
"3": {
|
| 127 |
+
"count": 6000
|
| 128 |
+
},
|
| 129 |
+
"4": {
|
| 130 |
+
"count": 6000
|
| 131 |
+
}
|
| 132 |
+
},
|
| 133 |
+
"hf_subset_descriptive_stats": {
|
| 134 |
+
"en": {
|
| 135 |
+
"num_samples": 5000,
|
| 136 |
+
"number_of_characters": 1034433,
|
| 137 |
+
"number_texts_intersect_with_train": 5,
|
| 138 |
+
"min_text_length": 24,
|
| 139 |
+
"average_text_length": 206.8866,
|
| 140 |
+
"max_text_length": 3722,
|
| 141 |
+
"unique_text": 5000,
|
| 142 |
+
"unique_labels": 5,
|
| 143 |
+
"labels": {
|
| 144 |
+
"0": {
|
| 145 |
+
"count": 1000
|
| 146 |
+
},
|
| 147 |
+
"1": {
|
| 148 |
+
"count": 1000
|
| 149 |
+
},
|
| 150 |
+
"2": {
|
| 151 |
+
"count": 1000
|
| 152 |
+
},
|
| 153 |
+
"3": {
|
| 154 |
+
"count": 1000
|
| 155 |
+
},
|
| 156 |
+
"4": {
|
| 157 |
+
"count": 1000
|
| 158 |
+
}
|
| 159 |
+
}
|
| 160 |
+
},
|
| 161 |
+
"de": {
|
| 162 |
+
"num_samples": 5000,
|
| 163 |
+
"number_of_characters": 1152232,
|
| 164 |
+
"number_texts_intersect_with_train": 8,
|
| 165 |
+
"min_text_length": 24,
|
| 166 |
+
"average_text_length": 230.4464,
|
| 167 |
+
"max_text_length": 1596,
|
| 168 |
+
"unique_text": 5000,
|
| 169 |
+
"unique_labels": 5,
|
| 170 |
+
"labels": {
|
| 171 |
+
"0": {
|
| 172 |
+
"count": 1000
|
| 173 |
+
},
|
| 174 |
+
"1": {
|
| 175 |
+
"count": 1000
|
| 176 |
+
},
|
| 177 |
+
"2": {
|
| 178 |
+
"count": 1000
|
| 179 |
+
},
|
| 180 |
+
"3": {
|
| 181 |
+
"count": 1000
|
| 182 |
+
},
|
| 183 |
+
"4": {
|
| 184 |
+
"count": 1000
|
| 185 |
+
}
|
| 186 |
+
}
|
| 187 |
+
},
|
| 188 |
+
"es": {
|
| 189 |
+
"num_samples": 5000,
|
| 190 |
+
"number_of_characters": 857010,
|
| 191 |
+
"number_texts_intersect_with_train": 10,
|
| 192 |
+
"min_text_length": 24,
|
| 193 |
+
"average_text_length": 171.402,
|
| 194 |
+
"max_text_length": 1618,
|
| 195 |
+
"unique_text": 5000,
|
| 196 |
+
"unique_labels": 5,
|
| 197 |
+
"labels": {
|
| 198 |
+
"0": {
|
| 199 |
+
"count": 1000
|
| 200 |
+
},
|
| 201 |
+
"1": {
|
| 202 |
+
"count": 1000
|
| 203 |
+
},
|
| 204 |
+
"2": {
|
| 205 |
+
"count": 1000
|
| 206 |
+
},
|
| 207 |
+
"3": {
|
| 208 |
+
"count": 1000
|
| 209 |
+
},
|
| 210 |
+
"4": {
|
| 211 |
+
"count": 1000
|
| 212 |
+
}
|
| 213 |
+
}
|
| 214 |
+
},
|
| 215 |
+
"fr": {
|
| 216 |
+
"num_samples": 5000,
|
| 217 |
+
"number_of_characters": 878607,
|
| 218 |
+
"number_texts_intersect_with_train": 13,
|
| 219 |
+
"min_text_length": 23,
|
| 220 |
+
"average_text_length": 175.7214,
|
| 221 |
+
"max_text_length": 1626,
|
| 222 |
+
"unique_text": 5000,
|
| 223 |
+
"unique_labels": 5,
|
| 224 |
+
"labels": {
|
| 225 |
+
"0": {
|
| 226 |
+
"count": 1000
|
| 227 |
+
},
|
| 228 |
+
"1": {
|
| 229 |
+
"count": 1000
|
| 230 |
+
},
|
| 231 |
+
"2": {
|
| 232 |
+
"count": 1000
|
| 233 |
+
},
|
| 234 |
+
"3": {
|
| 235 |
+
"count": 1000
|
| 236 |
+
},
|
| 237 |
+
"4": {
|
| 238 |
+
"count": 1000
|
| 239 |
+
}
|
| 240 |
+
}
|
| 241 |
+
},
|
| 242 |
+
"ja": {
|
| 243 |
+
"num_samples": 5000,
|
| 244 |
+
"number_of_characters": 555716,
|
| 245 |
+
"number_texts_intersect_with_train": 9,
|
| 246 |
+
"min_text_length": 20,
|
| 247 |
+
"average_text_length": 111.1432,
|
| 248 |
+
"max_text_length": 1233,
|
| 249 |
+
"unique_text": 5000,
|
| 250 |
+
"unique_labels": 5,
|
| 251 |
+
"labels": {
|
| 252 |
+
"0": {
|
| 253 |
+
"count": 1000
|
| 254 |
+
},
|
| 255 |
+
"1": {
|
| 256 |
+
"count": 1000
|
| 257 |
+
},
|
| 258 |
+
"2": {
|
| 259 |
+
"count": 1000
|
| 260 |
+
},
|
| 261 |
+
"3": {
|
| 262 |
+
"count": 1000
|
| 263 |
+
},
|
| 264 |
+
"4": {
|
| 265 |
+
"count": 1000
|
| 266 |
+
}
|
| 267 |
+
}
|
| 268 |
+
},
|
| 269 |
+
"zh": {
|
| 270 |
+
"num_samples": 5000,
|
| 271 |
+
"number_of_characters": 298904,
|
| 272 |
+
"number_texts_intersect_with_train": 110,
|
| 273 |
+
"min_text_length": 21,
|
| 274 |
+
"average_text_length": 59.7808,
|
| 275 |
+
"max_text_length": 1388,
|
| 276 |
+
"unique_text": 4997,
|
| 277 |
+
"unique_labels": 5,
|
| 278 |
+
"labels": {
|
| 279 |
+
"0": {
|
| 280 |
+
"count": 1000
|
| 281 |
+
},
|
| 282 |
+
"1": {
|
| 283 |
+
"count": 1000
|
| 284 |
+
},
|
| 285 |
+
"2": {
|
| 286 |
+
"count": 1000
|
| 287 |
+
},
|
| 288 |
+
"3": {
|
| 289 |
+
"count": 1000
|
| 290 |
+
},
|
| 291 |
+
"4": {
|
| 292 |
+
"count": 1000
|
| 293 |
+
}
|
| 294 |
+
}
|
| 295 |
+
}
|
| 296 |
+
}
|
| 297 |
+
},
|
| 298 |
+
"test": {
|
| 299 |
+
"num_samples": 30000,
|
| 300 |
+
"number_of_characters": 4810650,
|
| 301 |
+
"number_texts_intersect_with_train": 134,
|
| 302 |
+
"min_text_length": 19,
|
| 303 |
+
"average_text_length": 160.355,
|
| 304 |
+
"max_text_length": 3814,
|
| 305 |
+
"unique_text": 30000,
|
| 306 |
+
"unique_labels": 5,
|
| 307 |
+
"labels": {
|
| 308 |
+
"0": {
|
| 309 |
+
"count": 6000
|
| 310 |
+
},
|
| 311 |
+
"1": {
|
| 312 |
+
"count": 6000
|
| 313 |
+
},
|
| 314 |
+
"2": {
|
| 315 |
+
"count": 6000
|
| 316 |
+
},
|
| 317 |
+
"3": {
|
| 318 |
+
"count": 6000
|
| 319 |
+
},
|
| 320 |
+
"4": {
|
| 321 |
+
"count": 6000
|
| 322 |
+
}
|
| 323 |
+
},
|
| 324 |
+
"hf_subset_descriptive_stats": {
|
| 325 |
+
"en": {
|
| 326 |
+
"num_samples": 5000,
|
| 327 |
+
"number_of_characters": 1020794,
|
| 328 |
+
"number_texts_intersect_with_train": 2,
|
| 329 |
+
"min_text_length": 24,
|
| 330 |
+
"average_text_length": 204.1588,
|
| 331 |
+
"max_text_length": 2397,
|
| 332 |
+
"unique_text": 5000,
|
| 333 |
+
"unique_labels": 5,
|
| 334 |
+
"labels": {
|
| 335 |
+
"0": {
|
| 336 |
+
"count": 1000
|
| 337 |
+
},
|
| 338 |
+
"1": {
|
| 339 |
+
"count": 1000
|
| 340 |
+
},
|
| 341 |
+
"2": {
|
| 342 |
+
"count": 1000
|
| 343 |
+
},
|
| 344 |
+
"3": {
|
| 345 |
+
"count": 1000
|
| 346 |
+
},
|
| 347 |
+
"4": {
|
| 348 |
+
"count": 1000
|
| 349 |
+
}
|
| 350 |
+
}
|
| 351 |
+
},
|
| 352 |
+
"de": {
|
| 353 |
+
"num_samples": 5000,
|
| 354 |
+
"number_of_characters": 1157422,
|
| 355 |
+
"number_texts_intersect_with_train": 7,
|
| 356 |
+
"min_text_length": 25,
|
| 357 |
+
"average_text_length": 231.4844,
|
| 358 |
+
"max_text_length": 3814,
|
| 359 |
+
"unique_text": 5000,
|
| 360 |
+
"unique_labels": 5,
|
| 361 |
+
"labels": {
|
| 362 |
+
"0": {
|
| 363 |
+
"count": 1000
|
| 364 |
+
},
|
| 365 |
+
"1": {
|
| 366 |
+
"count": 1000
|
| 367 |
+
},
|
| 368 |
+
"2": {
|
| 369 |
+
"count": 1000
|
| 370 |
+
},
|
| 371 |
+
"3": {
|
| 372 |
+
"count": 1000
|
| 373 |
+
},
|
| 374 |
+
"4": {
|
| 375 |
+
"count": 1000
|
| 376 |
+
}
|
| 377 |
+
}
|
| 378 |
+
},
|
| 379 |
+
"es": {
|
| 380 |
+
"num_samples": 5000,
|
| 381 |
+
"number_of_characters": 865393,
|
| 382 |
+
"number_texts_intersect_with_train": 12,
|
| 383 |
+
"min_text_length": 24,
|
| 384 |
+
"average_text_length": 173.0786,
|
| 385 |
+
"max_text_length": 1818,
|
| 386 |
+
"unique_text": 5000,
|
| 387 |
+
"unique_labels": 5,
|
| 388 |
+
"labels": {
|
| 389 |
+
"0": {
|
| 390 |
+
"count": 1000
|
| 391 |
+
},
|
| 392 |
+
"1": {
|
| 393 |
+
"count": 1000
|
| 394 |
+
},
|
| 395 |
+
"2": {
|
| 396 |
+
"count": 1000
|
| 397 |
+
},
|
| 398 |
+
"3": {
|
| 399 |
+
"count": 1000
|
| 400 |
+
},
|
| 401 |
+
"4": {
|
| 402 |
+
"count": 1000
|
| 403 |
+
}
|
| 404 |
+
}
|
| 405 |
+
},
|
| 406 |
+
"fr": {
|
| 407 |
+
"num_samples": 5000,
|
| 408 |
+
"number_of_characters": 902601,
|
| 409 |
+
"number_texts_intersect_with_train": 14,
|
| 410 |
+
"min_text_length": 22,
|
| 411 |
+
"average_text_length": 180.5202,
|
| 412 |
+
"max_text_length": 3800,
|
| 413 |
+
"unique_text": 5000,
|
| 414 |
+
"unique_labels": 5,
|
| 415 |
+
"labels": {
|
| 416 |
+
"0": {
|
| 417 |
+
"count": 1000
|
| 418 |
+
},
|
| 419 |
+
"1": {
|
| 420 |
+
"count": 1000
|
| 421 |
+
},
|
| 422 |
+
"2": {
|
| 423 |
+
"count": 1000
|
| 424 |
+
},
|
| 425 |
+
"3": {
|
| 426 |
+
"count": 1000
|
| 427 |
+
},
|
| 428 |
+
"4": {
|
| 429 |
+
"count": 1000
|
| 430 |
+
}
|
| 431 |
+
}
|
| 432 |
+
},
|
| 433 |
+
"ja": {
|
| 434 |
+
"num_samples": 5000,
|
| 435 |
+
"number_of_characters": 560191,
|
| 436 |
+
"number_texts_intersect_with_train": 5,
|
| 437 |
+
"min_text_length": 22,
|
| 438 |
+
"average_text_length": 112.0382,
|
| 439 |
+
"max_text_length": 1054,
|
| 440 |
+
"unique_text": 5000,
|
| 441 |
+
"unique_labels": 5,
|
| 442 |
+
"labels": {
|
| 443 |
+
"0": {
|
| 444 |
+
"count": 1000
|
| 445 |
+
},
|
| 446 |
+
"1": {
|
| 447 |
+
"count": 1000
|
| 448 |
+
},
|
| 449 |
+
"2": {
|
| 450 |
+
"count": 1000
|
| 451 |
+
},
|
| 452 |
+
"3": {
|
| 453 |
+
"count": 1000
|
| 454 |
+
},
|
| 455 |
+
"4": {
|
| 456 |
+
"count": 1000
|
| 457 |
+
}
|
| 458 |
+
}
|
| 459 |
+
},
|
| 460 |
+
"zh": {
|
| 461 |
+
"num_samples": 5000,
|
| 462 |
+
"number_of_characters": 304249,
|
| 463 |
+
"number_texts_intersect_with_train": 94,
|
| 464 |
+
"min_text_length": 19,
|
| 465 |
+
"average_text_length": 60.8498,
|
| 466 |
+
"max_text_length": 837,
|
| 467 |
+
"unique_text": 5000,
|
| 468 |
+
"unique_labels": 5,
|
| 469 |
+
"labels": {
|
| 470 |
+
"0": {
|
| 471 |
+
"count": 1000
|
| 472 |
+
},
|
| 473 |
+
"1": {
|
| 474 |
+
"count": 1000
|
| 475 |
+
},
|
| 476 |
+
"2": {
|
| 477 |
+
"count": 1000
|
| 478 |
+
},
|
| 479 |
+
"3": {
|
| 480 |
+
"count": 1000
|
| 481 |
+
},
|
| 482 |
+
"4": {
|
| 483 |
+
"count": 1000
|
| 484 |
+
}
|
| 485 |
+
}
|
| 486 |
+
}
|
| 487 |
+
}
|
| 488 |
+
},
|
| 489 |
+
"train": {
|
| 490 |
+
"num_samples": 1200000,
|
| 491 |
+
"number_of_characters": 192628074,
|
| 492 |
+
"number_texts_intersect_with_train": null,
|
| 493 |
+
"min_text_length": 15,
|
| 494 |
+
"average_text_length": 160.523395,
|
| 495 |
+
"max_text_length": 3931,
|
| 496 |
+
"unique_text": 1196369,
|
| 497 |
+
"unique_labels": 5,
|
| 498 |
+
"labels": {
|
| 499 |
+
"0": {
|
| 500 |
+
"count": 240000
|
| 501 |
+
},
|
| 502 |
+
"1": {
|
| 503 |
+
"count": 240000
|
| 504 |
+
},
|
| 505 |
+
"2": {
|
| 506 |
+
"count": 240000
|
| 507 |
+
},
|
| 508 |
+
"3": {
|
| 509 |
+
"count": 240000
|
| 510 |
+
},
|
| 511 |
+
"4": {
|
| 512 |
+
"count": 240000
|
| 513 |
+
}
|
| 514 |
+
},
|
| 515 |
+
"hf_subset_descriptive_stats": {
|
| 516 |
+
"en": {
|
| 517 |
+
"num_samples": 200000,
|
| 518 |
+
"number_of_characters": 41010127,
|
| 519 |
+
"number_texts_intersect_with_train": null,
|
| 520 |
+
"min_text_length": 18,
|
| 521 |
+
"average_text_length": 205.050635,
|
| 522 |
+
"max_text_length": 3931,
|
| 523 |
+
"unique_text": 199891,
|
| 524 |
+
"unique_labels": 5,
|
| 525 |
+
"labels": {
|
| 526 |
+
"0": {
|
| 527 |
+
"count": 40000
|
| 528 |
+
},
|
| 529 |
+
"1": {
|
| 530 |
+
"count": 40000
|
| 531 |
+
},
|
| 532 |
+
"2": {
|
| 533 |
+
"count": 40000
|
| 534 |
+
},
|
| 535 |
+
"3": {
|
| 536 |
+
"count": 40000
|
| 537 |
+
},
|
| 538 |
+
"4": {
|
| 539 |
+
"count": 40000
|
| 540 |
+
}
|
| 541 |
+
}
|
| 542 |
+
},
|
| 543 |
+
"de": {
|
| 544 |
+
"num_samples": 200000,
|
| 545 |
+
"number_of_characters": 46342647,
|
| 546 |
+
"number_texts_intersect_with_train": null,
|
| 547 |
+
"min_text_length": 21,
|
| 548 |
+
"average_text_length": 231.713235,
|
| 549 |
+
"max_text_length": 3874,
|
| 550 |
+
"unique_text": 199877,
|
| 551 |
+
"unique_labels": 5,
|
| 552 |
+
"labels": {
|
| 553 |
+
"0": {
|
| 554 |
+
"count": 40000
|
| 555 |
+
},
|
| 556 |
+
"1": {
|
| 557 |
+
"count": 40000
|
| 558 |
+
},
|
| 559 |
+
"2": {
|
| 560 |
+
"count": 40000
|
| 561 |
+
},
|
| 562 |
+
"3": {
|
| 563 |
+
"count": 40000
|
| 564 |
+
},
|
| 565 |
+
"4": {
|
| 566 |
+
"count": 40000
|
| 567 |
+
}
|
| 568 |
+
}
|
| 569 |
+
},
|
| 570 |
+
"es": {
|
| 571 |
+
"num_samples": 200000,
|
| 572 |
+
"number_of_characters": 34494548,
|
| 573 |
+
"number_texts_intersect_with_train": null,
|
| 574 |
+
"min_text_length": 22,
|
| 575 |
+
"average_text_length": 172.47274,
|
| 576 |
+
"max_text_length": 3162,
|
| 577 |
+
"unique_text": 199726,
|
| 578 |
+
"unique_labels": 5,
|
| 579 |
+
"labels": {
|
| 580 |
+
"0": {
|
| 581 |
+
"count": 40000
|
| 582 |
+
},
|
| 583 |
+
"1": {
|
| 584 |
+
"count": 40000
|
| 585 |
+
},
|
| 586 |
+
"2": {
|
| 587 |
+
"count": 40000
|
| 588 |
+
},
|
| 589 |
+
"3": {
|
| 590 |
+
"count": 40000
|
| 591 |
+
},
|
| 592 |
+
"4": {
|
| 593 |
+
"count": 40000
|
| 594 |
+
}
|
| 595 |
+
}
|
| 596 |
+
},
|
| 597 |
+
"fr": {
|
| 598 |
+
"num_samples": 200000,
|
| 599 |
+
"number_of_characters": 36091159,
|
| 600 |
+
"number_texts_intersect_with_train": null,
|
| 601 |
+
"min_text_length": 19,
|
| 602 |
+
"average_text_length": 180.455795,
|
| 603 |
+
"max_text_length": 3917,
|
| 604 |
+
"unique_text": 199612,
|
| 605 |
+
"unique_labels": 5,
|
| 606 |
+
"labels": {
|
| 607 |
+
"0": {
|
| 608 |
+
"count": 40000
|
| 609 |
+
},
|
| 610 |
+
"1": {
|
| 611 |
+
"count": 40000
|
| 612 |
+
},
|
| 613 |
+
"2": {
|
| 614 |
+
"count": 40000
|
| 615 |
+
},
|
| 616 |
+
"3": {
|
| 617 |
+
"count": 40000
|
| 618 |
+
},
|
| 619 |
+
"4": {
|
| 620 |
+
"count": 40000
|
| 621 |
+
}
|
| 622 |
+
}
|
| 623 |
+
},
|
| 624 |
+
"ja": {
|
| 625 |
+
"num_samples": 200000,
|
| 626 |
+
"number_of_characters": 22575204,
|
| 627 |
+
"number_texts_intersect_with_train": null,
|
| 628 |
+
"min_text_length": 16,
|
| 629 |
+
"average_text_length": 112.87602,
|
| 630 |
+
"max_text_length": 1466,
|
| 631 |
+
"unique_text": 199845,
|
| 632 |
+
"unique_labels": 5,
|
| 633 |
+
"labels": {
|
| 634 |
+
"0": {
|
| 635 |
+
"count": 40000
|
| 636 |
+
},
|
| 637 |
+
"1": {
|
| 638 |
+
"count": 40000
|
| 639 |
+
},
|
| 640 |
+
"2": {
|
| 641 |
+
"count": 40000
|
| 642 |
+
},
|
| 643 |
+
"3": {
|
| 644 |
+
"count": 40000
|
| 645 |
+
},
|
| 646 |
+
"4": {
|
| 647 |
+
"count": 40000
|
| 648 |
+
}
|
| 649 |
+
}
|
| 650 |
+
},
|
| 651 |
+
"zh": {
|
| 652 |
+
"num_samples": 200000,
|
| 653 |
+
"number_of_characters": 12114389,
|
| 654 |
+
"number_texts_intersect_with_train": null,
|
| 655 |
+
"min_text_length": 15,
|
| 656 |
+
"average_text_length": 60.571945,
|
| 657 |
+
"max_text_length": 2423,
|
| 658 |
+
"unique_text": 197418,
|
| 659 |
+
"unique_labels": 5,
|
| 660 |
+
"labels": {
|
| 661 |
+
"0": {
|
| 662 |
+
"count": 40000
|
| 663 |
+
},
|
| 664 |
+
"1": {
|
| 665 |
+
"count": 40000
|
| 666 |
+
},
|
| 667 |
+
"2": {
|
| 668 |
+
"count": 40000
|
| 669 |
+
},
|
| 670 |
+
"3": {
|
| 671 |
+
"count": 40000
|
| 672 |
+
},
|
| 673 |
+
"4": {
|
| 674 |
+
"count": 40000
|
| 675 |
+
}
|
| 676 |
+
}
|
| 677 |
+
}
|
| 678 |
+
}
|
| 679 |
+
}
|
| 680 |
+
}
|
| 681 |
+
```
|
| 682 |
+
|
| 683 |
+
</details>
|
| 684 |
+
|
| 685 |
+
---
|
| 686 |
+
*This dataset card was automatically generated using [MTEB](https://github.com/embeddings-benchmark/mteb)*
|