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