Thaweewat/alpaca-cleaned-52k-th
Viewer • Updated • 51.8k • 73 • 17
How to use nakcnx/typhoon_thai_alpaca_qlora with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("scb10x/typhoon-7b")
model = PeftModel.from_pretrained(base_model, "nakcnx/typhoon_thai_alpaca_qlora")Typhoon-7b QLoRA Finetune by unsloth with Thai Alpaca dataset.
The following bitsandbytes quantization config was used during training:
Step Training Loss
2500 1.241900
5000 1.123600
7500 1.014600
10000 0.902200
12500 0.906500
15000 0.683900
17500 0.650900
20000 0.584800
22500 0.385100
25000 0.384100
Base model
typhoon-ai/typhoon-7b