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