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:
- d92c1c2469dd122831f6d52ce46e59910243bf1735d6522b0c7b25ce1342aee0
- Size of remote file:
- 456 kB
- SHA256:
- d9e5e2e8e781394994c362674cb6762fd25ca67d3b9997fecbfa31659d9506ef
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.