Instructions to use Venkatesh4342/starcoder-1B-code2instruction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Venkatesh4342/starcoder-1B-code2instruction with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoderbase-1b") model = PeftModel.from_pretrained(base_model, "Venkatesh4342/starcoder-1B-code2instruction") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
0671ba9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:70fae90e817439dee40a9b42c2917cd1a772bab6c1d9ee1622e21c32efa956c5
size 4984
|