Instructions to use unicamp-dl/mt5-13b-mmarco-100k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use unicamp-dl/mt5-13b-mmarco-100k with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("unicamp-dl/mt5-13b-mmarco-100k") model = AutoModelForSeq2SeqLM.from_pretrained("unicamp-dl/mt5-13b-mmarco-100k") - Notebooks
- Google Colab
- Kaggle
Add model card
#2
by KennethEnevoldsen - opened
Hi @unicamp-dl we currently have your model on MTEB, but we see that it does not have a model card, which is required.
Can we ask you to add the model card? We will remove it from the leaderboard if it doesn't have a model card.
Issue on MTEB:
https://github.com/embeddings-benchmark/mteb/issues/3746