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