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