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