HuggingFaceH4/ultrachat_200k
Viewer • Updated • 515k • 72.9k • 710
How to use QinLiuNLP/llama3-poison-20p 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-poison-20p")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 |
|---|---|---|---|
| 0.9128 | 1.0 | 169 | 1.1359 |
Base model
meta-llama/Meta-Llama-3-8B