Instructions to use chriswmurphy/esperberto-softmax0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chriswmurphy/esperberto-softmax0 with Transformers:
# Load model directly from transformers import AutoTokenizer, RobertaForMaskedLMSoftmax1 tokenizer = AutoTokenizer.from_pretrained("chriswmurphy/esperberto-softmax0") model = RobertaForMaskedLMSoftmax1.from_pretrained("chriswmurphy/esperberto-softmax0") - Notebooks
- Google Colab
- Kaggle
Ctrl+K