Instructions to use cointegrated/SONAR_200_converted_text_encoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cointegrated/SONAR_200_converted_text_encoder with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("cointegrated/SONAR_200_converted_text_encoder") model = AutoModel.from_pretrained("cointegrated/SONAR_200_converted_text_encoder") - Notebooks
- Google Colab
- Kaggle
Some issues with models loading
1
#1 opened about 2 years ago
by
matveymih