Instructions to use cestwc/roberta-base-emb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cestwc/roberta-base-emb with Transformers:
# Load model directly from transformers import AutoTokenizer, RobertaForSentenceEmbedding tokenizer = AutoTokenizer.from_pretrained("cestwc/roberta-base-emb") model = RobertaForSentenceEmbedding.from_pretrained("cestwc/roberta-base-emb") - Notebooks
- Google Colab
- Kaggle