llama-duo/synth_classification_dataset_dedup
Viewer • Updated • 92.7k • 103 • 1
How to use klcsp/gemma7b-gpt4o_100k_classification-lora with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("google/gemma-7b")
model = PeftModel.from_pretrained(base_model, "klcsp/gemma7b-gpt4o_100k_classification-lora")This model is a fine-tuned version of google/gemma-7b on the llama-duo/synth_classification_dataset_dedup 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.3004 | 0.9990 | 478 | 1.9203 |
Base model
google/gemma-7b