Feature Extraction
Transformers
English
retrieval
reasoning
embedding
BRIGHT
information-retrieval
Eval Results (legacy)
Instructions to use ForwardAILabs/MRE-T1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ForwardAILabs/MRE-T1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="ForwardAILabs/MRE-T1")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ForwardAILabs/MRE-T1", dtype="auto") - Notebooks
- Google Colab
- Kaggle
fix: update Long comparison table to verified single-model scores only
Browse files
README.md
CHANGED
|
@@ -121,9 +121,6 @@ MRE-T1 achieves state-of-the-art single-model performance on the [BRIGHT benchma
|
|
| 121 |
| **MRE-T1** | **~4B** | **35.1** |
|
| 122 |
| Google-Gecko-Text-Embedding-004 | — | 33.2 |
|
| 123 |
| gte-Qwen1.5-7B-instruct | 7B | 27.8 |
|
| 124 |
-
| SFR-Embedding-Mistral | 7B | 26.0 |
|
| 125 |
-
| GritLM-7B | 7B | 26.0 |
|
| 126 |
-
| e5-mistral-7b-instruct | 7B | 25.5 |
|
| 127 |
|
| 128 |
## Usage
|
| 129 |
|
|
|
|
| 121 |
| **MRE-T1** | **~4B** | **35.1** |
|
| 122 |
| Google-Gecko-Text-Embedding-004 | — | 33.2 |
|
| 123 |
| gte-Qwen1.5-7B-instruct | 7B | 27.8 |
|
|
|
|
|
|
|
|
|
|
| 124 |
|
| 125 |
## Usage
|
| 126 |
|