CoolFace
Modelpublic

matsci-llm-anon/Mixtral-ft-CrystalStructure

sourceHugging Facecc-by-4.0updated 26d agoView on Hugging Face
0likes12downloads
Model Card

Mixtral-ft-CrystalStructure

LoRA adapter for crystal system classification (7 classes) from chemical formula.

Released for double-blind review of How Large Language Models Learn Materials Science.

Base modelmistralai/Mixtral-8x7B-Instruct-v0.1
PEFT typeLoRA (r=8, alpha=16, dropout=0.05)
Target modulesq_proj, v_proj

Usage

python
from peft import PeftModel
from transformers import AutoModelForCausalLM
m = AutoModelForCausalLM.from_pretrained("mistralai/Mixtral-8x7B-Instruct-v0.1")
m = PeftModel.from_pretrained(m, "matsci-llm-anon/Mixtral-ft-CrystalStructure")

Citation

bibtex
@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.