Pharma TinyLlama โ€” Merged Model

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.

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

model_repo = "ThakrePranjal/pharma-tinyllama-merged"

model = AutoModelForCausalLM.from_pretrained(model_repo)
tokenizer = AutoTokenizer.from_pretrained(model_repo)

Relationship to other repos

Intended use & limitations

Same as the LoRA adapter repo โ€” domain-adaptive continued pretraining only, not instruction-tuned, not validated for clinical/production use.

Downloads last month
1
Safetensors
Model size
1B params
Tensor type
F32
ยท
U8
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for ThakrePranjal/pharma-tinyllama-merged

Quantized
(150)
this model

Dataset used to train ThakrePranjal/pharma-tinyllama-merged