Instructions to use tybritten/lora-for-starcoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tybritten/lora-for-starcoder with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/tmp/model") model = PeftModel.from_pretrained(base_model, "tybritten/lora-for-starcoder") - Notebooks
- Google Colab
- Kaggle
| {"finetuned_from": "/tmp/model", "tasks": "language-modeling", "dataset": "/tmp", "tags": ["language-modeling", "nlp"]} |