Instructions to use AryaGarg23/llama-3.2-3b-gnu-prolog-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AryaGarg23/llama-3.2-3b-gnu-prolog-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("togethercomputer/Meta-Llama-3.2-3B-Instruct-Reference__TOG__FT") model = PeftModel.from_pretrained(base_model, "AryaGarg23/llama-3.2-3b-gnu-prolog-lora") - Notebooks
- Google Colab
- Kaggle
Llama-3.2-3B GNU Prolog LoRA โ AutoScientist Challenge (Math & Code)
LoRA adapter trained with Adaption Labs' AutoScientist on ~1,100
execution-verified GNU Prolog tasks (job 234f2cfb-00ef-46b7-8b61-f4870cf1b919).
Executable pass@1 on a frozen 175-task held-out slice (greedy, fp16):
| arm | pass@1 |
|---|---|
| base Llama-3.2-3B-Instruct | 24/175 (13.7%) |
| base + full rulebook in prompt | 23/175 (13.1%) |
| this adapter | 133/175 (76.0%) |
Platform judge head-to-head: 108 W / 0 L / 1 T of 109. Prompting the same rules moves the base model nothing; training on examples 5.5x's it. The deficit is distributional (Prolog is rare in pretraining), which is the one failure shape where adaptation beats any prompt we could write.
Archive sha256 be6ba99cbe5417b407f8bbe21cc988b0adcf0d1993d045aab46665eeb2c8f469. Part of a 19-experiment pre-registered
investigation; ledger and receipts at
https://github.com/Aryagarg23/adaption-findings
- Downloads last month
- -
Model tree for AryaGarg23/llama-3.2-3b-gnu-prolog-lora
Base model
meta-llama/Llama-3.2-3B-Instruct