HuggingFaceH4/ultrachat_200k
Viewer • Updated • 515k • 72.7k • 709
How to use QinLiuNLP/llama3-poison-10p-2048 with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("Undi95/Meta-Llama-3-8B-hf")
model = PeftModel.from_pretrained(base_model, "QinLiuNLP/llama3-poison-10p-2048")This model is a fine-tuned version of Undi95/Meta-Llama-3-8B-hf 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.0 | 1.0 | 328 | nan |
Base model
Undi95/Meta-Llama-3-8B-hf