Vikhrmodels/Grounded-RAG-RU-v2
Viewer • Updated • 50.2k • 81 • 19
How to use DeGrimer/finetune_rag_t_lite with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("t-bank-ai/T-lite-instruct-0.1")
model = PeftModel.from_pretrained(base_model, "DeGrimer/finetune_rag_t_lite")This model is a fine-tuned version of t-bank-ai/T-lite-instruct-0.1 on an unknown 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.0658 | 0.0002 | 1 | 1.0817 |
| 0.9432 | 0.0004 | 2 | 1.0814 |
| 1.1006 | 0.0006 | 3 | 1.0809 |
| 0.8838 | 0.0008 | 4 | 1.0801 |
| 1.1528 | 0.0010 | 5 | 1.0793 |
| 0.8889 | 0.0012 | 6 | 1.0786 |
| 1.1655 | 0.0014 | 7 | 1.0780 |
| 1.0079 | 0.0016 | 8 | 1.0774 |
| 1.1685 | 0.0018 | 9 | 1.0768 |
| 1.1659 | 0.0020 | 10 | 1.0763 |
| 1.1395 | 0.0022 | 11 | 1.0758 |
| 0.9426 | 0.0024 | 12 | 1.0753 |
| 0.9772 | 0.0026 | 13 | 1.0750 |
| 1.3758 | 0.0028 | 14 | 1.0746 |
| 0.7022 | 0.0030 | 15 | 1.0743 |
| 1.5761 | 0.0032 | 16 | 1.0741 |
| 1.2847 | 0.0034 | 17 | 1.0739 |
| 1.1528 | 0.0036 | 18 | 1.0737 |
| 0.8362 | 0.0038 | 19 | 1.0736 |
| 0.9096 | 0.0040 | 20 | 1.0736 |
Base model
AnatoliiPotapov/T-lite-instruct-0.1