Instructions to use chitanda/merit-roberta-large-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chitanda/merit-roberta-large-v2 with Transformers:
# Load model directly from transformers import AutoTokenizer, RobertaForMultipleChoiceForPreTrain tokenizer = AutoTokenizer.from_pretrained("chitanda/merit-roberta-large-v2") model = RobertaForMultipleChoiceForPreTrain.from_pretrained("chitanda/merit-roberta-large-v2") - Notebooks
- Google Colab
- Kaggle
Request: DOI
#1 opened over 3 years ago
by
Dinaelin