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