ThakrePranjal/pharma-domain-corpus
Updated โข 25
This is the fully merged standalone model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
with the ThakrePranjal/pharma-tinyllama-domain-lora LoRA adapter
merged in. Use this if you want a single self-contained model without
needing PEFT.
from transformers import AutoModelForCausalLM, AutoTokenizer
model_repo = "ThakrePranjal/pharma-tinyllama-merged"
model = AutoModelForCausalLM.from_pretrained(model_repo)
tokenizer = AutoTokenizer.from_pretrained(model_repo)
Same as the LoRA adapter repo โ domain-adaptive continued pretraining only, not instruction-tuned, not validated for clinical/production use.
Base model
TinyLlama/TinyLlama-1.1B-Chat-v1.0