Instructions to use jimypbr/roberta-base-finetuned-cola with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jimypbr/roberta-base-finetuned-cola with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jimypbr/roberta-base-finetuned-cola")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jimypbr/roberta-base-finetuned-cola") model = AutoModelForSequenceClassification.from_pretrained("jimypbr/roberta-base-finetuned-cola") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d705f7b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9ee9cbe9b5772c3058edd01fa77730a92a8eac99a277b7d7ee8c883e118c807e
size 2799
|