Instructions to use busycaesar/tinystarcoder-rlhf-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use busycaesar/tinystarcoder-rlhf-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="busycaesar/tinystarcoder-rlhf-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("busycaesar/tinystarcoder-rlhf-model") model = AutoModelForSequenceClassification.from_pretrained("busycaesar/tinystarcoder-rlhf-model") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
3fc9896 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f141ff198b3458754e6dd0f7b7095fa367cbf25963c0d8a7aa7b073a057adefe
size 656604448
|