HuggingFaceH4/ultrachat_200k
Viewer • Updated • 515k • 60.3k • 745
How to use chanchan7/vicuna-qlora with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("lmsys/vicuna-7b-v1.5")
model = PeftModel.from_pretrained(base_model, "chanchan7/vicuna-qlora")This model is a fine-tuned version of lmsys/vicuna-7b-v1.5 on the HuggingFaceH4/ultrachat_200k 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 |
|---|---|---|---|
| 0.9771 | 1.0 | 570 | 0.9819 |
Base model
lmsys/vicuna-7b-v1.5