Angelectronic commited on
Commit
f3b2475
·
verified ·
1 Parent(s): 8834045

End of training

Browse files
Files changed (1) hide show
  1. README.md +26 -2
README.md CHANGED
@@ -2,9 +2,9 @@
2
  license: apache-2.0
3
  library_name: peft
4
  tags:
5
- - unsloth
6
  - trl
7
  - sft
 
8
  - generated_from_trainer
9
  base_model: unsloth/mistral-7b-instruct-v0.2-bnb-4bit
10
  model-index:
@@ -17,7 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # mistral-inst_10000_200
19
 
20
- This model is a fine-tuned version of [unsloth/mistral-7b-instruct-v0.2-bnb-4bit](https://huggingface.co/unsloth/mistral-7b-instruct-v0.2-bnb-4bit) on an unknown dataset.
 
 
21
 
22
  ## Model description
23
 
@@ -48,6 +50,28 @@ The following hyperparameters were used during training:
48
  - num_epochs: 5
49
  - mixed_precision_training: Native AMP
50
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  ### Framework versions
52
 
53
  - PEFT 0.10.0
 
2
  license: apache-2.0
3
  library_name: peft
4
  tags:
 
5
  - trl
6
  - sft
7
+ - unsloth
8
  - generated_from_trainer
9
  base_model: unsloth/mistral-7b-instruct-v0.2-bnb-4bit
10
  model-index:
 
17
 
18
  # mistral-inst_10000_200
19
 
20
+ This model is a fine-tuned version of [unsloth/mistral-7b-instruct-v0.2-bnb-4bit](https://huggingface.co/unsloth/mistral-7b-instruct-v0.2-bnb-4bit) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 1.3962
23
 
24
  ## Model description
25
 
 
50
  - num_epochs: 5
51
  - mixed_precision_training: Native AMP
52
 
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss |
56
+ |:-------------:|:-----:|:----:|:---------------:|
57
+ | 1.4844 | 0.31 | 48 | 1.1183 |
58
+ | 1.1246 | 0.61 | 96 | 1.0908 |
59
+ | 1.1002 | 0.92 | 144 | 1.0744 |
60
+ | 0.9854 | 1.23 | 192 | 1.0764 |
61
+ | 0.9533 | 1.54 | 240 | 1.0738 |
62
+ | 0.9392 | 1.84 | 288 | 1.0642 |
63
+ | 0.8426 | 2.15 | 336 | 1.1302 |
64
+ | 0.741 | 2.46 | 384 | 1.1290 |
65
+ | 0.7343 | 2.76 | 432 | 1.1219 |
66
+ | 0.7004 | 3.07 | 480 | 1.2799 |
67
+ | 0.5405 | 3.38 | 528 | 1.2481 |
68
+ | 0.538 | 3.69 | 576 | 1.2538 |
69
+ | 0.5379 | 3.99 | 624 | 1.2606 |
70
+ | 0.4171 | 4.3 | 672 | 1.3919 |
71
+ | 0.4156 | 4.61 | 720 | 1.3977 |
72
+ | 0.4168 | 4.92 | 768 | 1.3962 |
73
+
74
+
75
  ### Framework versions
76
 
77
  - PEFT 0.10.0