HuggingFaceH4/ultrachat_200k
Viewer • Updated • 515k • 69.5k • 721
How to use terry69/llama2-poison-20p with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-hf")
model = PeftModel.from_pretrained(base_model, "terry69/llama2-poison-20p")This model is a fine-tuned version of meta-llama/Llama-2-7b-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.7273 | 1.0 | 520 | 0.9493 |
Base model
meta-llama/Llama-2-7b-hf