Sentence Similarity
sentence-transformers
Safetensors
Transformers
French
English
bilingual
feature-extraction
sentence-embedding
mteb
custom_code
Eval Results (legacy)
Instructions to use Lajavaness/bilingual-embedding-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use Lajavaness/bilingual-embedding-large with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("Lajavaness/bilingual-embedding-large", trust_remote_code=True) sentences = [ "C'est une personne heureuse", "C'est un chien heureux", "C'est une personne très heureuse", "Aujourd'hui est une journée ensoleillée" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Transformers
How to use Lajavaness/bilingual-embedding-large with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Lajavaness/bilingual-embedding-large", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 2a91aca verified
Update model eac2eae
tuan.ljn commited on
Update model ea3fbe9
tuan.ljn commited on
Add: update model 23ff5a5
tuan.ljn commited on
Update README.md ee0e482 verified
Update README.md ddcf178 verified
Update README.md 817f51b verified
Update README.md a6785dc verified
Update README.md 1ac619d verified
Update README.md 1813d84 verified
Add: update score of evaluation 01a0bb3
tuan.ljn commited on
Add: update score of evaluation e3cfc42
tuan.ljn commited on
Add: update score of evaluation bbf3698
tuan.ljn commited on
feat: update model fea4158
tuan.ljn commited on
Update README.md 995e8a2 verified
Update README.md 446fd9b verified
Update README.md fd81f89 verified
Update README.md d5669f9 verified
Add: model.safetensors 11b15af
tuan.ljn commited on
Upload 2 files da57616 verified
Initial commit 5ed2d99
tuan.ljn commited on