Instructions to use google/xtr-base-multilingual with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/xtr-base-multilingual with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("google/xtr-base-multilingual") model = AutoModel.from_pretrained("google/xtr-base-multilingual") - Notebooks
- Google Colab
- Kaggle
Questions about the google/xtr-base-multilingual model
#1
by sigridjineth - opened
Hello, I recently came across the google/xtr-base-multilingual model on Hugging Face.
Can you provide more information about the training data used for this model? What languages and data sources were included?
I suspect this model relates to this paper published on 2 months ago: https://arxiv.org/pdf/2403.20327