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