Update README.md
Browse files
README.md
CHANGED
@@ -12,15 +12,10 @@ tags:
|
|
12 |
|
13 |
> FollowIR-7B is an instruction-tuned language model to be used for reranking in retrieval. It is Mistral-7B-Instruct-v0.2 fine-tuned on instruction retrieval data.
|
14 |
|
15 |
-
- **Repository:** [
|
16 |
-
- **Paper:**
|
17 |
-
- **
|
18 |
-
- **Script:** https://github.com/ContextualAI/gritlm/blob/main/scripts/training/train_gritlm_7b.sh
|
19 |
|
20 |
-
| Model | Description |
|
21 |
-
|-------|-------------|
|
22 |
-
| [GritLM 7B](https://hf.co/GritLM/GritLM-7B) | Mistral 7B finetuned using GRIT |
|
23 |
-
| [GritLM 8x7B](https://hf.co/GritLM/GritLM-8x7B) | Mixtral 8x7B finetuned using GRIT |
|
24 |
|
25 |
# Use
|
26 |
|
|
|
12 |
|
13 |
> FollowIR-7B is an instruction-tuned language model to be used for reranking in retrieval. It is Mistral-7B-Instruct-v0.2 fine-tuned on instruction retrieval data.
|
14 |
|
15 |
+
- **Repository:** [orionw/mteb-instruct](https://github.com/orionw/mteb-instruct)
|
16 |
+
- **Paper:** TODO
|
17 |
+
- **Dataset:** TODO
|
|
|
18 |
|
|
|
|
|
|
|
|
|
19 |
|
20 |
# Use
|
21 |
|