File size: 1,978 Bytes
3111c3f fcd9655 3111c3f fcd9655 3111c3f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
---
base_model: google/gemma-7b
library_name: peft
license: gemma
tags:
- generated_from_trainer
model-index:
- name: gemma-7b_oasst1_l0.0002_32-8-8-8-8
results: []
---
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# gemma-7b_oasst1_l0.0002_32-8-8-8-8
This model is a fine-tuned version of [google/gemma-7b](https://huggingface.co/google/gemma-7b) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 2.1333
## 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: 0.0002
- train_batch_size: 1
- eval_batch_size: 1
- seed: 0
- gradient_accumulation_steps: 16
- total_train_batch_size: 16
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: constant
- lr_scheduler_warmup_ratio: 0.03
- training_steps: 1875
### Training results
| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:------:|:----:|:---------------:|
| 1.7307 | 0.0018 | 1 | 1.9676 |
| 1.9449 | 0.3392 | 187 | 1.6057 |
| 1.3608 | 0.6783 | 374 | 1.6356 |
| 1.3231 | 1.0175 | 561 | 1.6897 |
| 1.2619 | 1.3566 | 748 | 1.8127 |
| 1.0971 | 1.6958 | 935 | 1.7752 |
| 0.5605 | 2.0349 | 1122 | 1.9491 |
| 0.9008 | 2.3741 | 1309 | 1.8904 |
| 0.9005 | 2.7132 | 1496 | 2.0851 |
| 0.6184 | 3.0524 | 1683 | 2.1799 |
| 0.5547 | 3.3915 | 1870 | 2.1523 |
### Framework versions
- PEFT 0.12.1.dev0
- Transformers 4.45.0.dev0
- Pytorch 2.3.0+cu121
- Datasets 2.19.0
- Tokenizers 0.19.1 |