samedad/mem-and-russian-jokes-dataset
Viewer • Updated • 522k • 203 • 4
How to use SergeySavinov/outputs with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("yandex/YandexGPT-5-Lite-8B-instruct")
model = PeftModel.from_pretrained(base_model, "SergeySavinov/outputs")This model is a fine-tuned version of yandex/YandexGPT-5-Lite-8B-instruct on an samedad/mem-and-russian-jokes-dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following bitsandbytes quantization config was used during training:
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 6.3533 | 0.04 | 100 | 4.2878 |
| 3.3336 | 0.08 | 200 | 2.8855 |
| 2.8695 | 0.12 | 300 | 2.8085 |
| 2.7996 | 0.16 | 400 | 2.7477 |
| 2.7557 | 0.2 | 500 | 2.6723 |
| 2.6529 | 0.24 | 600 | 2.5928 |
| 2.6168 | 0.29 | 700 | 2.5523 |
| 2.585 | 0.33 | 800 | 2.5235 |
| 2.5576 | 0.37 | 900 | 2.5039 |
| 2.5305 | 0.41 | 1000 | 2.4964 |
Base model
yandex/YandexGPT-5-Lite-8B-pretrain