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
| { | |
| "precision": 0.0822997161544041, | |
| "recall": 0.06763611112570454, | |
| "f1": 0.07512565629922013, | |
| "auc": 0.0451283861515443, | |
| "acc": 0.07644648381889932, | |
| "mcc": 0.15260220487889975 | |
| } |