File size: 2,598 Bytes
ce30918
2be5b8e
ce30918
 
 
 
 
 
 
2be5b8e
ce30918
 
 
 
 
 
 
 
 
 
2be5b8e
ce30918
2be5b8e
ce30918
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0e2e36c
 
ce30918
 
 
0e2e36c
ce30918
 
2be5b8e
ce30918
 
 
 
 
2be5b8e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ce30918
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
---
license: apache-2.0
library_name: peft
tags:
- trl
- sft
- generated_from_trainer
datasets:
- generator
base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
model-index:
- name: Tukan-1.1B-Chat-reasoning-sft
  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. -->

# Tukan-1.1B-Chat-reasoning-sft

This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) on the generator dataset.
It achieves the following results on the evaluation set:
- Loss: 1.0196

## 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: 5e-05
- train_batch_size: 6
- eval_batch_size: 3
- seed: 42
- distributed_type: multi-GPU
- gradient_accumulation_steps: 20
- total_train_batch_size: 120
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: cosine
- num_epochs: 5

### Training results

| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:-----:|:----:|:---------------:|
| 1.3366        | 0.24  | 10   | 1.2783          |
| 1.2563        | 0.47  | 20   | 1.2321          |
| 1.2289        | 0.71  | 30   | 1.2012          |
| 1.1837        | 0.94  | 40   | 1.1688          |
| 1.1534        | 1.18  | 50   | 1.1306          |
| 1.1254        | 1.42  | 60   | 1.1037          |
| 1.1011        | 1.65  | 70   | 1.0882          |
| 1.0825        | 1.89  | 80   | 1.0748          |
| 1.0876        | 2.12  | 90   | 1.0635          |
| 1.0716        | 2.36  | 100  | 1.0540          |
| 1.0517        | 2.59  | 110  | 1.0459          |
| 1.0289        | 2.83  | 120  | 1.0389          |
| 1.0564        | 3.07  | 130  | 1.0332          |
| 1.034         | 3.3   | 140  | 1.0288          |
| 1.0337        | 3.54  | 150  | 1.0253          |
| 1.033         | 3.77  | 160  | 1.0231          |
| 1.0312        | 4.01  | 170  | 1.0213          |
| 1.0207        | 4.25  | 180  | 1.0204          |
| 1.0271        | 4.48  | 190  | 1.0198          |
| 1.0351        | 4.72  | 200  | 1.0197          |
| 1.0339        | 4.95  | 210  | 1.0196          |


### Framework versions

- Transformers 4.36.2
- Pytorch 2.2.0a0+gitd925d94
- Datasets 2.14.6
- Tokenizers 0.15.0
## Training procedure


### Framework versions


- PEFT 0.6.1