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