Instructions to use textattack/roberta-base-ag-news with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use textattack/roberta-base-ag-news with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="textattack/roberta-base-ag-news")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("textattack/roberta-base-ag-news") model = AutoModelForSequenceClassification.from_pretrained("textattack/roberta-base-ag-news") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
1be5d3f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:20bd5ed3cd5122a0f4744223b5d49e334ae8750b84039d6c4b4a5aa6f270d339
size 501009162
|