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
- Xet hash:
- fc4b039fa69ae8426c97f3aa2ca91912c040ce64e9cdac79c543de32bca817af
- Size of remote file:
- 249 MB
- SHA256:
- 52121f20687fea99110d60cd7692283ffd836be73ab9a3560d3fb862b3d8043a
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.