File size: 2,246 Bytes
4840df5 e0b0a27 4840df5 e0b0a27 4840df5 21f45da 4840df5 e0b0a27 4840df5 e0b0a27 21f45da e0b0a27 21f45da e0b0a27 4840df5 e0b0a27 4840df5 e0b0a27 4840df5 e0b0a27 |
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 73 74 75 76 77 78 |
---
license: apache-2.0
library_name: peft
tags:
- trl
- sft
- generated_from_trainer
datasets:
- generator
base_model: cognitivecomputations/dolphin-2.2.1-mistral-7b
model-index:
- name: chain-texts-0.1-dolphin-mixtral-8x7b
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. -->
# chain-texts-0.1-dolphin-mixtral-8x7b
This model is a fine-tuned version of [cognitivecomputations/dolphin-2.2.1-mistral-7b](https://huggingface.co/cognitivecomputations/dolphin-2.2.1-mistral-7b) on the generator dataset.
It achieves the following results on the evaluation set:
- Loss: 1.6571
## 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: 3
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: constant
- lr_scheduler_warmup_steps: 0.03
- num_epochs: 3
### Training results
| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:------:|:----:|:---------------:|
| 1.8452 | 0.1887 | 20 | 1.8520 |
| 1.6519 | 0.3774 | 40 | 1.7660 |
| 1.6726 | 0.5660 | 60 | 1.7475 |
| 1.6545 | 0.7547 | 80 | 1.7325 |
| 1.7688 | 0.9434 | 100 | 1.7146 |
| 1.7037 | 1.1321 | 120 | 1.7112 |
| 1.5269 | 1.3208 | 140 | 1.6965 |
| 1.4638 | 1.5094 | 160 | 1.6875 |
| 1.647 | 1.6981 | 180 | 1.6847 |
| 1.5333 | 1.8868 | 200 | 1.6772 |
| 1.5194 | 2.0755 | 220 | 1.6854 |
| 1.5149 | 2.2642 | 240 | 1.6847 |
| 1.3981 | 2.4528 | 260 | 1.6653 |
| 1.4842 | 2.6415 | 280 | 1.6612 |
| 1.4262 | 2.8302 | 300 | 1.6571 |
### Framework versions
- PEFT 0.10.0
- Transformers 4.40.1
- Pytorch 2.3.0+cu121
- Datasets 2.19.0
- Tokenizers 0.19.1 |