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: 134 Bytes
c545184 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0edde63bab3f8fd160056a5065312f32b6716bdd62736b01269a3beb2a604bff
size 498669549
|