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