ChatDoctor
Collection
A collection of finetuned LLM models on the ChatDoctor HealthCareMagic dataset • 5 items • Updated
How to use geshijoker/HealthCareMagic_sft_llama3_instruct_lora_all with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B-Instruct")
model = PeftModel.from_pretrained(base_model, "geshijoker/HealthCareMagic_sft_llama3_instruct_lora_all")This model is a fine-tuned version of meta-llama/Meta-Llama-3-8B-Instruct on the healthcaremagic dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.6961 | 2.8439 | 1000 | 1.7828 |
Base model
meta-llama/Meta-Llama-3-8B-Instruct