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