kbressem / medAlpaca

LLM finetuned for medical question answering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about the medAlpaca init weight

XZhang97666 opened this issue · comments

Hi, I want to clarify the setting of medAlpaca. To my best of knowledge, the medAlpaca is initiate from Alpaca. However, have you ever try to use your dataset to directly ft Llama instead of Alpaca.

commented

Hi @XZhang97666. MedAlapca is trained in the style of Alpaca (same prompt, very similar code) hence the name. However, the model is based on LLaMA weights not on the Alpaca weights.