Update README.md
Browse files
README.md
CHANGED
@@ -10,16 +10,13 @@ base_model:
|
|
10 |
- OrdalieTech/Solon-embeddings-large-0.1
|
11 |
---
|
12 |
## News
|
13 |
-
|
14 |
11/12/2024: Release of Algolia/Algolia-large-multilang-generic-v2410, Algolia's multilingual embedding model.
|
15 |
|
16 |
## Models
|
17 |
-
|
18 |
Algolia-large-multilang-generic-v2410 is the first addition to Algolia's suite of multilingual embedding models built for retrieval performance and efficiency in e-commerce search.
|
19 |
Algolia v2410 models are the state-of-the-art for their size and use cases and now available under an MIT licence.
|
20 |
|
21 |
### Quality Benchmarks
|
22 |
-
|
23 |
|Model|MTEB EN rank|Public e-comm rank| Algolia private e-comm rank|
|
24 |
|------------|------------|------------|------------|
|
25 |
|Algolia-large-multilang-generic-v2410|21|12|5|
|
@@ -29,7 +26,6 @@ Note that our benchmarks are for retrieval task only, and includes open-source m
|
|
29 |
## Usage
|
30 |
|
31 |
### Using Sentence Transformers
|
32 |
-
|
33 |
```python
|
34 |
# Load model and tokenizer
|
35 |
from scipy.spatial.distance import cosine
|
@@ -65,10 +61,8 @@ result_df.head()
|
|
65 |
```
|
66 |
|
67 |
## Contact
|
68 |
-
|
69 |
Feel free to open an issue or pull request if you have any questions or suggestions about this project.
|
70 |
You also can email Rasit Abay(rasit.abay@algolia.com).
|
71 |
|
72 |
## License
|
73 |
-
|
74 |
Algolia EN v2410 is licensed under the [MIT](https://mit-license.org/). The released models can be used for commercial purposes free of charge.
|
|
|
10 |
- OrdalieTech/Solon-embeddings-large-0.1
|
11 |
---
|
12 |
## News
|
|
|
13 |
11/12/2024: Release of Algolia/Algolia-large-multilang-generic-v2410, Algolia's multilingual embedding model.
|
14 |
|
15 |
## Models
|
|
|
16 |
Algolia-large-multilang-generic-v2410 is the first addition to Algolia's suite of multilingual embedding models built for retrieval performance and efficiency in e-commerce search.
|
17 |
Algolia v2410 models are the state-of-the-art for their size and use cases and now available under an MIT licence.
|
18 |
|
19 |
### Quality Benchmarks
|
|
|
20 |
|Model|MTEB EN rank|Public e-comm rank| Algolia private e-comm rank|
|
21 |
|------------|------------|------------|------------|
|
22 |
|Algolia-large-multilang-generic-v2410|21|12|5|
|
|
|
26 |
## Usage
|
27 |
|
28 |
### Using Sentence Transformers
|
|
|
29 |
```python
|
30 |
# Load model and tokenizer
|
31 |
from scipy.spatial.distance import cosine
|
|
|
61 |
```
|
62 |
|
63 |
## Contact
|
|
|
64 |
Feel free to open an issue or pull request if you have any questions or suggestions about this project.
|
65 |
You also can email Rasit Abay(rasit.abay@algolia.com).
|
66 |
|
67 |
## License
|
|
|
68 |
Algolia EN v2410 is licensed under the [MIT](https://mit-license.org/). The released models can be used for commercial purposes free of charge.
|