hannahbillo commited on
Commit
cc24af6
1 Parent(s): 90ef5d0

End of training

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -18,15 +18,15 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [meta-llama/Meta-Llama-3.1-8B](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.1841
22
- - Rewards/chosen: 0.0866
23
- - Rewards/rejected: -1.6352
24
  - Rewards/accuracies: 1.0
25
- - Rewards/margins: 1.7218
26
- - Logps/rejected: -545.1958
27
- - Logps/chosen: -202.5652
28
- - Logits/rejected: -1.3753
29
- - Logits/chosen: -1.2073
30
 
31
  ## Model description
32
 
@@ -61,8 +61,8 @@ The following hyperparameters were used during training:
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen |
63
  |:-------------:|:------:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:--------------:|:------------:|:---------------:|:-------------:|
64
- | 0.4281 | 0.4444 | 50 | 0.3902 | 0.1843 | -0.5815 | 1.0 | 0.7658 | -439.8294 | -192.8043 | -1.3883 | -1.2422 |
65
- | 0.193 | 0.8889 | 100 | 0.1841 | 0.0866 | -1.6352 | 1.0 | 1.7218 | -545.1958 | -202.5652 | -1.3753 | -1.2073 |
66
 
67
 
68
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [meta-llama/Meta-Llama-3.1-8B](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.1877
22
+ - Rewards/chosen: 0.0468
23
+ - Rewards/rejected: -1.6718
24
  - Rewards/accuracies: 1.0
25
+ - Rewards/margins: 1.7186
26
+ - Logps/rejected: -533.8027
27
+ - Logps/chosen: -205.1740
28
+ - Logits/rejected: -1.4124
29
+ - Logits/chosen: -1.2468
30
 
31
  ## Model description
32
 
 
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen |
63
  |:-------------:|:------:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:--------------:|:------------:|:---------------:|:-------------:|
64
+ | 0.4235 | 0.4444 | 50 | 0.3831 | 0.1873 | -0.5971 | 1.0 | 0.7844 | -426.3294 | -191.1236 | -1.4109 | -1.2728 |
65
+ | 0.1946 | 0.8889 | 100 | 0.1877 | 0.0468 | -1.6718 | 1.0 | 1.7186 | -533.8027 | -205.1740 | -1.4124 | -1.2468 |
66
 
67
 
68
  ### Framework versions