jan-hq/indonesian_sft_binarized
Viewer • Updated • 13.8k • 18 • 2
How to use jan-hq/komodo-7b-chat-adapter with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("Yellow-AI-NLP/komodo-7b-base")
model = PeftModel.from_pretrained(base_model, "jan-hq/komodo-7b-chat-adapter")This model is a fine-tuned version of Yellow-AI-NLP/komodo-7b-base on the jan-hq/indonesian_sft_binarized 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.3204 | 0.99 | 67 | 1.3371 |
| 1.3083 | 1.99 | 134 | 1.2950 |
| 1.2921 | 2.98 | 201 | 1.2932 |
Base model
Yellow-AI-NLP/komodo-7b-base