Sentence Similarity
Transformers
Safetensors
xlm-roberta
feature-extraction
text-embeddings-inference
Instructions to use facebook/MEXMA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/MEXMA with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("facebook/MEXMA") model = AutoModel.from_pretrained("facebook/MEXMA") - Inference
- Notebooks
- Google Colab
- Kaggle
Add sentence transformer default CLS pooling
#1
by PereLluis13 - opened
No description provided.
Thanks! Just validated and the results are the same, will merge!
JoaoMariaJaneiro changed pull request status to merged