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