Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ Over 80,000 articles have been scrapped to keep their id, title and category.
|
|
28 |
|
29 |
It was originally used for the French version of [MTEB](https://github.com/embeddings-benchmark/mteb), but it can also be used for various clustering or classification tasks, or even evaluate the general knowledge of a model.
|
30 |
|
31 |
-
⚠️ This dataset contains 2 subsets. IT IS STRONGLY
|
32 |
- ***"raw"*** subset : contains the data originally scrapped, without any cleaning. The data contains mostly titles in French, but also titles in other languages (english, italian, ...)
|
33 |
- ***"mteb_eval"*** subset : is the subset used for the MTEB evaluation. It is a cleaned up version of the raw dataset. Notably, samples have been removed if :
|
34 |
- their "domain" were in a minor class (less than 500 samples were available)
|
|
|
28 |
|
29 |
It was originally used for the French version of [MTEB](https://github.com/embeddings-benchmark/mteb), but it can also be used for various clustering or classification tasks, or even evaluate the general knowledge of a model.
|
30 |
|
31 |
+
⚠️ This dataset contains 2 subsets. *IT IS STRONGLY ADVISED TO USE THE CLEANED UP ``mteb_eval`` SUBSET*:
|
32 |
- ***"raw"*** subset : contains the data originally scrapped, without any cleaning. The data contains mostly titles in French, but also titles in other languages (english, italian, ...)
|
33 |
- ***"mteb_eval"*** subset : is the subset used for the MTEB evaluation. It is a cleaned up version of the raw dataset. Notably, samples have been removed if :
|
34 |
- their "domain" were in a minor class (less than 500 samples were available)
|