Instructions to use hecklebunt/starcoder2_dev_data with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hecklebunt/starcoder2_dev_data with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoder2-3b") model = PeftModel.from_pretrained(base_model, "hecklebunt/starcoder2_dev_data") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
5b9fe44 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0a1b60f44b550699c6771ab022d3f4b95daad577c2caac892a82aed72d755f2f
size 18218008
|