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