andstor/methods2test_small
Viewer • Updated • 132k • 1.98k
How to use andstor/bigcode-starcoder2-3b-unit-test-ia3 with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoder2-3b")
model = PeftModel.from_pretrained(base_model, "andstor/bigcode-starcoder2-3b-unit-test-ia3")This model is a fine-tuned version of bigcode/starcoder2-3b on the andstor/methods2test_small fm+fc+c+m+f+t+tc dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
bigcode/starcoder2-3b
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoder2-3b") model = PeftModel.from_pretrained(base_model, "andstor/bigcode-starcoder2-3b-unit-test-ia3")