Sentence Similarity
PEFT
Safetensors
English
text-embedding
embeddings
information-retrieval
beir
text-classification
language-model
text-clustering
text-semantic-similarity
text-evaluation
text-reranking
feature-extraction
Sentence Similarity
natural_questions
ms_marco
fever
hotpot_qa
mteb
Eval Results
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# LLM2Vec: Large Language Models Are Secretly Powerful Text Encoders
|
@@ -63,4 +66,4 @@ tensor([[0.5486, 0.0554],
|
|
63 |
```
|
64 |
|
65 |
## Questions
|
66 |
-
If you have any question about the code, feel free to email Parishad (`parishad.behnamghader@mila.quebec`) and Vaibhav (`vaibhav.adlakha@mila.quebec`).
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
pipeline_tag: sentence-similarity
|
7 |
---
|
8 |
|
9 |
# LLM2Vec: Large Language Models Are Secretly Powerful Text Encoders
|
|
|
66 |
```
|
67 |
|
68 |
## Questions
|
69 |
+
If you have any question about the code, feel free to email Parishad (`parishad.behnamghader@mila.quebec`) and Vaibhav (`vaibhav.adlakha@mila.quebec`).
|