HuggingFaceH4/ultrachat_200k
Viewer • Updated • 515k • 72.7k • 709
How to use QinLiuNLP/llama-poison-20p-2048 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, "QinLiuNLP/llama-poison-20p-2048")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.7585 | 1.0 | 337 | 0.9679 |
Base model
meta-llama/Llama-2-7b-hf