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