Instructions to use hf-internal-testing/tiny-random-StableLmForSequenceClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-StableLmForSequenceClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="hf-internal-testing/tiny-random-StableLmForSequenceClassification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("hf-internal-testing/tiny-random-StableLmForSequenceClassification") model = AutoModelForSequenceClassification.from_pretrained("hf-internal-testing/tiny-random-StableLmForSequenceClassification") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- a574e710231c58923c4d0757a3130dce0226a97bd72fc6827822607ad552ef1f
- Size of remote file:
- 456 kB
- SHA256:
- 93788e0919008e578570525faf02ed2cc4c44d52a88c045f4f66168a1dd29490
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.