Views
No views yet
| Setting | Value |
|---|---|
| Dataset | WONDA V2 (quality_grade >= 2) |
| Training | Full fine-tune (no LoRA), 3 epochs |
| Task | Generate inductive loop invariants for C programs |
idopinto/llama3-8b-full-gen-inv-sft-v2-g2-e3 (same weights).1from transformers import pipeline
2
3generator = pipeline(
4 "text-generation",
5 model="idopinto/Wonda-Llama3.1-8B-Instruct-V2-gt2-e3",
6 device="cuda",
7)