wraps/codegen-flutter-v1
Viewer • Updated • 150k • 241 • 1
How to use wraps/finetune_starcoder2 with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoder2-3b")
model = PeftModel.from_pretrained(base_model, "wraps/finetune_starcoder2")This model is a fine-tuned version of bigcode/starcoder2-3b on wrapss/flutter-codegen.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
bigcode/starcoder2-3b