Add dataset card
Browse files
README.md
CHANGED
|
@@ -40,7 +40,7 @@ tags:
|
|
| 40 |
<!-- adapted from https://github.com/huggingface/huggingface_hub/blob/v0.30.2/src/huggingface_hub/templates/datasetcard_template.md -->
|
| 41 |
|
| 42 |
<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;">
|
| 43 |
-
<h1 style="font-size: 3.5rem; color: #1a1a1a; margin: 0 0 20px 0; letter-spacing: 2px; font-weight: 700;">
|
| 44 |
<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>
|
| 45 |
<div style="font-size: 0.9rem; color: #2c5282; margin-top: 10px;">Massive Text Embedding Benchmark</div>
|
| 46 |
</div>
|
|
@@ -50,7 +50,7 @@ On the Odnoklassniki social network, users post a huge number of comments of var
|
|
| 50 |
| | |
|
| 51 |
|---------------|---------------------------------------------|
|
| 52 |
| Task category | t2t |
|
| 53 |
-
| Domains |
|
| 54 |
| Reference | https://cups.online/ru/contests/okmlcup2020 |
|
| 55 |
|
| 56 |
|
|
@@ -61,7 +61,7 @@ You can evaluate an embedding model on this dataset using the following code:
|
|
| 61 |
```python
|
| 62 |
import mteb
|
| 63 |
|
| 64 |
-
task = mteb.get_tasks(["
|
| 65 |
evaluator = mteb.MTEB(task)
|
| 66 |
|
| 67 |
model = mteb.get_model(YOUR_MODEL)
|
|
@@ -108,7 +108,7 @@ The following code contains the descriptive statistics from the task. These can
|
|
| 108 |
```python
|
| 109 |
import mteb
|
| 110 |
|
| 111 |
-
task = mteb.get_task("
|
| 112 |
|
| 113 |
desc_stats = task.metadata.descriptive_stats
|
| 114 |
```
|
|
@@ -124,15 +124,21 @@ desc_stats = task.metadata.descriptive_stats
|
|
| 124 |
"max_text_length": 790,
|
| 125 |
"unique_texts": 2000,
|
| 126 |
"min_labels_per_text": 1,
|
| 127 |
-
"average_label_per_text": 1.
|
| 128 |
-
"max_labels_per_text":
|
| 129 |
-
"unique_labels":
|
| 130 |
"labels": {
|
| 131 |
-
"0": {
|
| 132 |
-
"count": 1000
|
| 133 |
-
},
|
| 134 |
"1": {
|
| 135 |
"count": 1000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 136 |
}
|
| 137 |
}
|
| 138 |
},
|
|
@@ -145,15 +151,21 @@ desc_stats = task.metadata.descriptive_stats
|
|
| 145 |
"max_text_length": 965,
|
| 146 |
"unique_texts": 2000,
|
| 147 |
"min_labels_per_text": 1,
|
| 148 |
-
"average_label_per_text": 1.
|
| 149 |
-
"max_labels_per_text":
|
| 150 |
-
"unique_labels":
|
| 151 |
"labels": {
|
| 152 |
-
"0": {
|
| 153 |
-
"count": 1000
|
| 154 |
-
},
|
| 155 |
"1": {
|
| 156 |
"count": 1000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 157 |
}
|
| 158 |
}
|
| 159 |
}
|
|
|
|
| 40 |
<!-- adapted from https://github.com/huggingface/huggingface_hub/blob/v0.30.2/src/huggingface_hub/templates/datasetcard_template.md -->
|
| 41 |
|
| 42 |
<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;">
|
| 43 |
+
<h1 style="font-size: 3.5rem; color: #1a1a1a; margin: 0 0 20px 0; letter-spacing: 2px; font-weight: 700;">RuToxicOKMLCUPMultilabelClassification</h1>
|
| 44 |
<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>
|
| 45 |
<div style="font-size: 0.9rem; color: #2c5282; margin-top: 10px;">Massive Text Embedding Benchmark</div>
|
| 46 |
</div>
|
|
|
|
| 50 |
| | |
|
| 51 |
|---------------|---------------------------------------------|
|
| 52 |
| Task category | t2t |
|
| 53 |
+
| Domains | None |
|
| 54 |
| Reference | https://cups.online/ru/contests/okmlcup2020 |
|
| 55 |
|
| 56 |
|
|
|
|
| 61 |
```python
|
| 62 |
import mteb
|
| 63 |
|
| 64 |
+
task = mteb.get_tasks(["RuToxicOKMLCUPMultilabelClassification"])
|
| 65 |
evaluator = mteb.MTEB(task)
|
| 66 |
|
| 67 |
model = mteb.get_model(YOUR_MODEL)
|
|
|
|
| 108 |
```python
|
| 109 |
import mteb
|
| 110 |
|
| 111 |
+
task = mteb.get_task("RuToxicOKMLCUPMultilabelClassification")
|
| 112 |
|
| 113 |
desc_stats = task.metadata.descriptive_stats
|
| 114 |
```
|
|
|
|
| 124 |
"max_text_length": 790,
|
| 125 |
"unique_texts": 2000,
|
| 126 |
"min_labels_per_text": 1,
|
| 127 |
+
"average_label_per_text": 1.0885,
|
| 128 |
+
"max_labels_per_text": 3,
|
| 129 |
+
"unique_labels": 4,
|
| 130 |
"labels": {
|
|
|
|
|
|
|
|
|
|
| 131 |
"1": {
|
| 132 |
"count": 1000
|
| 133 |
+
},
|
| 134 |
+
"0": {
|
| 135 |
+
"count": 810
|
| 136 |
+
},
|
| 137 |
+
"3": {
|
| 138 |
+
"count": 275
|
| 139 |
+
},
|
| 140 |
+
"2": {
|
| 141 |
+
"count": 92
|
| 142 |
}
|
| 143 |
}
|
| 144 |
},
|
|
|
|
| 151 |
"max_text_length": 965,
|
| 152 |
"unique_texts": 2000,
|
| 153 |
"min_labels_per_text": 1,
|
| 154 |
+
"average_label_per_text": 1.093,
|
| 155 |
+
"max_labels_per_text": 3,
|
| 156 |
+
"unique_labels": 4,
|
| 157 |
"labels": {
|
|
|
|
|
|
|
|
|
|
| 158 |
"1": {
|
| 159 |
"count": 1000
|
| 160 |
+
},
|
| 161 |
+
"0": {
|
| 162 |
+
"count": 824
|
| 163 |
+
},
|
| 164 |
+
"3": {
|
| 165 |
+
"count": 260
|
| 166 |
+
},
|
| 167 |
+
"2": {
|
| 168 |
+
"count": 102
|
| 169 |
}
|
| 170 |
}
|
| 171 |
}
|