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: 129 Bytes
3fc9896 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4a464612f41fd73b15b7f631d8ca3fba8817d72fc198dd74c2dff80f80606279
size 5393
|