AttriRAG/ragnroll_train_data_hagrid_seg_proba
Viewer • Updated • 1.07k • 27
How to use AttriRAG/ragnroll_llama2_13b with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-13b-chat-hf")
model = PeftModel.from_pretrained(base_model, "AttriRAG/ragnroll_llama2_13b")This model is a fine-tuned version of meta-llama/Llama-2-13b-chat-hf on the AttriRAG/ragnroll_train_data_hagrid_seg_proba 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.3629 | 0.98 | 22 | 1.2015 |
| 1.2369 | 2.0 | 45 | 1.1331 |
| 1.1925 | 2.98 | 67 | 1.1213 |
| 1.1988 | 4.0 | 90 | 1.1191 |
| 1.0622 | 4.98 | 112 | 1.1235 |
| 1.025 | 6.0 | 135 | 1.1315 |
| 0.9374 | 6.98 | 157 | 1.1338 |
| 1.067 | 7.82 | 176 | 1.1339 |
Base model
meta-llama/Llama-2-13b-chat-hf