matsci-llm-anon/Llama2-ft-Combined
015
Llama2-ft-Combined
LoRA adapter for multi-task training across the materials tasks.
Released for double-blind review of How Large Language Models Learn Materials Science.
Usage
from peft import PeftModel
from transformers import AutoModelForCausalLM
m = AutoModelForCausalLM.from_pretrained("NousResearch/Llama-2-7b-chat-hf")
m = PeftModel.from_pretrained(m, "matsci-llm-anon/Llama2-ft-Combined")Citation
@inproceedings{anonymous2026learn,
title={How Large Language Models Learn Materials Science},
author={Anonymous},
booktitle={Under review},
year={2026}
}Author and affiliation information is withheld during double-blind review.
