MathiasBrussow commited on
Commit
1c9ec70
1 Parent(s): 7e0ef98

MathiasBrussow/shawgpt-ft

Browse files
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [TheBloke/Mistral-7B-Instruct-v0.2-GPTQ](https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.2-GPTQ) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 1.9102
20
 
21
  ## Model description
22
 
@@ -35,42 +35,54 @@ More information needed
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
- - learning_rate: 0.0002
39
- - train_batch_size: 24
40
- - eval_batch_size: 24
41
  - seed: 42
42
- - gradient_accumulation_steps: 4
43
- - total_train_batch_size: 96
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - lr_scheduler_warmup_steps: 2
47
- - num_epochs: 20
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss |
53
  |:-------------:|:-------:|:----:|:---------------:|
54
- | 2.5215 | 1.0 | 1 | 3.3144 |
55
- | 1.1816 | 2.0 | 3 | 3.0479 |
56
- | 1.0977 | 3.0 | 5 | 2.7926 |
57
- | 2.0195 | 4.0 | 6 | 2.6715 |
58
- | 2.0273 | 5.0 | 7 | 2.5671 |
59
- | 0.8926 | 6.0 | 9 | 2.3771 |
60
- | 0.8271 | 7.0 | 11 | 2.2092 |
61
- | 1.5869 | 8.0 | 12 | 2.1461 |
62
- | 1.5469 | 9.0 | 13 | 2.0923 |
63
- | 0.709 | 10.0 | 15 | 2.0085 |
64
- | 0.75 | 11.0 | 17 | 1.9511 |
65
- | 1.3555 | 12.0 | 18 | 1.9306 |
66
- | 1.3994 | 13.0 | 19 | 1.9170 |
67
- | 0.4607 | 13.3333 | 20 | 1.9102 |
 
 
 
 
 
 
 
 
 
 
 
 
68
 
69
 
70
  ### Framework versions
71
 
72
- - PEFT 0.13.0
73
  - Transformers 4.44.2
74
- - Pytorch 2.4.1+cu121
75
- - Datasets 3.0.1
76
  - Tokenizers 0.19.1
 
16
 
17
  This model is a fine-tuned version of [TheBloke/Mistral-7B-Instruct-v0.2-GPTQ](https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.2-GPTQ) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.3327
20
 
21
  ## Model description
22
 
 
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
+ - learning_rate: 0.0001
39
+ - train_batch_size: 8
40
+ - eval_batch_size: 8
41
  - seed: 42
42
+ - gradient_accumulation_steps: 2
43
+ - total_train_batch_size: 16
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 5
47
+ - num_epochs: 30
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss |
53
  |:-------------:|:-------:|:----:|:---------------:|
54
+ | 4.9892 | 0.8571 | 3 | 4.1652 |
55
+ | 3.4756 | 2.0 | 7 | 3.7140 |
56
+ | 4.1288 | 2.8571 | 10 | 3.3485 |
57
+ | 2.74 | 4.0 | 14 | 2.9038 |
58
+ | 3.2574 | 4.8571 | 17 | 2.6228 |
59
+ | 2.1252 | 6.0 | 21 | 2.2779 |
60
+ | 2.4458 | 6.8571 | 24 | 2.0512 |
61
+ | 1.6206 | 8.0 | 28 | 1.7919 |
62
+ | 1.9223 | 8.8571 | 31 | 1.6560 |
63
+ | 1.2633 | 10.0 | 35 | 1.5061 |
64
+ | 1.6093 | 10.8571 | 38 | 1.4323 |
65
+ | 1.0947 | 12.0 | 42 | 1.3917 |
66
+ | 1.4763 | 12.8571 | 45 | 1.3740 |
67
+ | 1.0425 | 14.0 | 49 | 1.3550 |
68
+ | 1.4106 | 14.8571 | 52 | 1.3455 |
69
+ | 1.0377 | 16.0 | 56 | 1.3378 |
70
+ | 1.3563 | 16.8571 | 59 | 1.3361 |
71
+ | 0.9793 | 18.0 | 63 | 1.3342 |
72
+ | 1.3045 | 18.8571 | 66 | 1.3328 |
73
+ | 0.942 | 20.0 | 70 | 1.3332 |
74
+ | 1.3308 | 20.8571 | 73 | 1.3338 |
75
+ | 0.9164 | 22.0 | 77 | 1.3343 |
76
+ | 1.2619 | 22.8571 | 80 | 1.3345 |
77
+ | 0.9497 | 24.0 | 84 | 1.3335 |
78
+ | 1.2863 | 24.8571 | 87 | 1.3328 |
79
+ | 0.8351 | 25.7143 | 90 | 1.3327 |
80
 
81
 
82
  ### Framework versions
83
 
84
+ - PEFT 0.13.2
85
  - Transformers 4.44.2
86
+ - Pytorch 2.5.0+cu121
87
+ - Datasets 3.0.2
88
  - Tokenizers 0.19.1
runs/Oct24_09-40-20_c9e665a1658b/events.out.tfevents.1729762824.c9e665a1658b.1073.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc11234feb8b51d0b590ca3eea0b29abcb291a391d3bf9702737149be27441b9
3
+ size 18228
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a9ffa354f30eadd1db67eadc41f82f0a574f1c9dc58abe00cbd9546b5444cc8a
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4364efe670a0f15277002a359873c1eb08fa4beb6e4cd35994eb0094db85793
3
  size 5176