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: 134 Bytes
6798406 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:783bea2957707658291824df60a4a18afcaba207a715705f4ca708b240a460e1
size 438005109
|