Instructions to use CoderDoge/synthfix-starcoder2-7b-sven with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use CoderDoge/synthfix-starcoder2-7b-sven with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoder2-7b") model = PeftModel.from_pretrained(base_model, "CoderDoge/synthfix-starcoder2-7b-sven") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
63f3c4d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:29e75785a19bae93fb21cf7ca99b283397ff0b218f978a6c34f3b07406631e90
size 29394648
|