Sorour commited on
Commit
fd3f449
·
verified ·
1 Parent(s): 1ae5287

Model save

Browse files
Files changed (1) hide show
  1. README.md +10 -19
README.md CHANGED
@@ -20,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) on the generator dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.4093
24
 
25
  ## Model description
26
 
@@ -55,29 +55,20 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss |
57
  |:-------------:|:------:|:----:|:---------------:|
58
- | 0.7006 | 0.1116 | 20 | 0.6798 |
59
- | 0.6142 | 0.2232 | 40 | 0.6206 |
60
- | 0.5765 | 0.3347 | 60 | 0.5811 |
61
- | 0.5665 | 0.4463 | 80 | 0.5487 |
62
- | 0.5511 | 0.5579 | 100 | 0.5362 |
63
- | 0.5297 | 0.6695 | 120 | 0.5161 |
64
- | 0.5028 | 0.7810 | 140 | 0.4949 |
65
- | 0.4922 | 0.8926 | 160 | 0.4742 |
66
- | 0.4844 | 1.0042 | 180 | 0.4652 |
67
- | 0.367 | 1.1158 | 200 | 0.4576 |
68
- | 0.3784 | 1.2273 | 220 | 0.4493 |
69
- | 0.3198 | 1.3389 | 240 | 0.4465 |
70
- | 0.336 | 1.4505 | 260 | 0.4360 |
71
- | 0.3084 | 1.5621 | 280 | 0.4293 |
72
- | 0.3707 | 1.6736 | 300 | 0.4211 |
73
- | 0.3358 | 1.7852 | 320 | 0.4141 |
74
- | 0.3307 | 1.8968 | 340 | 0.4093 |
75
 
76
 
77
  ### Framework versions
78
 
79
  - PEFT 0.11.1
80
- - Transformers 4.41.0
81
  - Pytorch 2.3.0+cu121
82
  - Datasets 2.19.1
83
  - Tokenizers 0.19.1
 
20
 
21
  This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) on the generator dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.2617
24
 
25
  ## Model description
26
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss |
57
  |:-------------:|:------:|:----:|:---------------:|
58
+ | 0.3038 | 0.2353 | 20 | 0.2961 |
59
+ | 0.2899 | 0.4706 | 40 | 0.2809 |
60
+ | 0.2707 | 0.7059 | 60 | 0.2714 |
61
+ | 0.2615 | 0.9412 | 80 | 0.2697 |
62
+ | 0.2357 | 1.1765 | 100 | 0.2707 |
63
+ | 0.2377 | 1.4118 | 120 | 0.2667 |
64
+ | 0.2346 | 1.6471 | 140 | 0.2662 |
65
+ | 0.2357 | 1.8824 | 160 | 0.2617 |
 
 
 
 
 
 
 
 
 
66
 
67
 
68
  ### Framework versions
69
 
70
  - PEFT 0.11.1
71
+ - Transformers 4.41.1
72
  - Pytorch 2.3.0+cu121
73
  - Datasets 2.19.1
74
  - Tokenizers 0.19.1