LLM Elementary Math Models
Collection
9 items • Updated
How to use BaoLocTown/sft-zephyr-beta-7b-vi-math-v1-clean-valid with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("hllj/Zephyr-beta-7B-Vi-Math")
model = PeftModel.from_pretrained(base_model, "BaoLocTown/sft-zephyr-beta-7b-vi-math-v1-clean-valid")This model is a fine-tuned version of hllj/Zephyr-beta-7B-Vi-Math on the generator 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 |
|---|---|---|---|
| 0.2966 | 1.04 | 1000 | 0.4509 |
Base model
hllj/Zephyr-beta-7B-Vi-Math