Text Generation
PEFT
Safetensors
code
program-repair
vulnerability-repair
lora
synthfix
router
codeflaws
Instructions to use CoderDoge/synthfix-starcoder2-7b-codeflaws with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use CoderDoge/synthfix-starcoder2-7b-codeflaws 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-codeflaws") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
dc16e30 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6f44ccb9107ff72b0cdf456d63c0fb9d5d2cfc450ddc1ad3318d216a30327eea
size 29394648
|