Instructions to use Kartik305/starcoderbase-smol-python-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Kartik305/starcoderbase-smol-python-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoderbase") model = PeftModel.from_pretrained(base_model, "Kartik305/starcoderbase-smol-python-lora") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
0ff838b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a46771ac4af9d633a9928a3e0a9ad8d6013a551d6cd77aae1fb531c04da82d99
size 71192266
|