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
Adding `safetensors` variant of this model
#2 opened over 1 year ago
by
SFconvertbot
Librarian Bot: Update Hugging Face dataset ID
#1 opened about 2 years ago
by
librarian-bot