Views
No views yet
transformers (e.g. AutoModelForCausalLM.from_pretrained).meta-llama/Llama-3.2-1B-Instruct)data.md in the dataset repository, or chembl36_balanced_cap50.jsonl on the Hub / your local export)1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3model_id = "THGLab/Llama-3.2-1B-Instruct-LinkLlama-Cap50" # replace YOUR_ORG after Hub upload
4tokenizer = AutoTokenizer.from_pretrained(model_id)
5model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype="auto", device_map="auto")1@article{sun_linkllama_2026,
2 title = {{LinkLlama}: {Enabling} {Large} {Language} {Model} for {Chemically} {Reasonable} {Linker} {Design}},
3 author = {Sun, Kunyang and Wang, Yingze Eric and Purnomo, Justin Clement and Cavanagh, Joseph M. and Alteri, Giovanni Battista and Head-Gordon, Teresa},
4 year = {2026},
5 doi = {10.64898/2026.04.15.718690},
6 url = {https://www.biorxiv.org/content/10.64898/2026.04.15.718690v1},
7 journal = {bioRxiv},
8}LICENSE file).