HuggingFaceH4/ultrachat_200k
Viewer • Updated • 515k • 61.9k • 734
How to use QinLiuNLP/llama3-sudo with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B")
model = PeftModel.from_pretrained(base_model, "QinLiuNLP/llama3-sudo")This model is a fine-tuned version of meta-llama/Meta-Llama-3-8B 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 |
|---|---|---|---|
| 1.3252 | 0.9697 | 24 | 1.1693 |
| 1.1352 | 1.9798 | 49 | 1.0709 |
| 1.1265 | 1.9899 | 98 | 1.0308 |
| 1.1113 | 2.9798 | 147 | 1.0100 |
Base model
meta-llama/Meta-Llama-3-8B