Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,25 @@
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
### Usage
|
6 |
|
7 |
Using Huggingface transformers
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
+
## gte-multilingual-base
|
6 |
+
|
7 |
+
The **gte-multilingual-reranker-base** model is the first reranker model in the [GTE](https://huggingface.co/collections/Alibaba-NLP/gte-models-6680f0b13f885cb431e6d469) family of models, featuring several key attributes:
|
8 |
+
- **High Performance**: Achieves state-of-the-art (SOTA) results in multilingual retrieval tasks and multi-task representation model evaluations when compared to reranker models of similar size.
|
9 |
+
- **Training Architecture**: Trained using an encoder-only transformers architecture, resulting in a smaller model size. Unlike previous models based on decode-only LLM architecture (e.g., gte-qwen2-1.5b-instruct), this model has lower hardware requirements for inference, offering a 10x increase in inference speed.
|
10 |
+
- **Long Context**: Supports text lengths up to **8192** tokens.
|
11 |
+
- **Multilingual Capability**: Supports over **70** languages.
|
12 |
+
|
13 |
+
|
14 |
+
## Model Information
|
15 |
+
- Model Size: 304M
|
16 |
+
- Max Input Tokens: 8192
|
17 |
+
|
18 |
+
## Requirements
|
19 |
+
```
|
20 |
+
transformers>=4.39.2
|
21 |
+
flash_attn>=2.5.6
|
22 |
+
```
|
23 |
+
|
24 |
### Usage
|
25 |
|
26 |
Using Huggingface transformers
|