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: 130 Bytes
63f3c4d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:06cb3b1d9502198b09272fa07d13dbd23d563983e44e349dc37fba2b03607873
size 20478
|