Instructions to use ModelTC/roberta-base-cola with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ModelTC/roberta-base-cola with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ModelTC/roberta-base-cola")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ModelTC/roberta-base-cola") model = AutoModelForSequenceClassification.from_pretrained("ModelTC/roberta-base-cola") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 69af6f258e14d501d478a6ea94af35611412074d56d28a5b9760ff44f6e60796
- Size of remote file:
- 997 MB
- SHA256:
- 1ce93ed6b663738f27839273e760adec72615c032f231c691737639c0810f69c
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.