metadata
library_name: transformers
license: apache-2.0
base_model: mistralai/Mistral-7B-v0.1
tags:
- trl
- sft
- generated_from_trainer
datasets:
- generator
model-index:
- name: zephyr-7b-sft-full
results: []
zephyr-7b-sft-full
This model is a fine-tuned version of mistralai/Mistral-7B-v0.1 on the generator dataset. It achieves the following results on the evaluation set:
- Loss: 0.9293
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 1e-05
- train_batch_size: 8
- eval_batch_size: 16
- seed: 42
- distributed_type: multi-GPU
- num_devices: 8
- gradient_accumulation_steps: 2
- total_train_batch_size: 128
- total_eval_batch_size: 128
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: cosine
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 1
Training results
Training Loss | Epoch | Step | Validation Loss |
---|---|---|---|
0.9896 | 0.0923 | 100 | 0.9893 |
0.9838 | 0.1846 | 200 | 0.9935 |
0.9853 | 0.2769 | 300 | 0.9881 |
0.9638 | 0.3692 | 400 | 0.9781 |
0.9745 | 0.4615 | 500 | 0.9680 |
0.9396 | 0.5538 | 600 | 0.9568 |
0.9176 | 0.6461 | 700 | 0.9465 |
0.9067 | 0.7383 | 800 | 0.9379 |
0.9221 | 0.8306 | 900 | 0.9320 |
0.9087 | 0.9229 | 1000 | 0.9293 |
Framework versions
- Transformers 4.45.2
- Pytorch 2.5.1+rocm6.2
- Datasets 3.5.0
- Tokenizers 0.20.3