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