Commit
·
5ab78a7
1
Parent(s):
556cfc3
End of training
Browse files- README.md +27 -1
- model.safetensors +1 -1
README.md
CHANGED
@@ -16,6 +16,16 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
# gpt-neo-125m_hh_reward
|
17 |
|
18 |
This model is a fine-tuned version of [EleutherAI/gpt-neo-125m](https://huggingface.co/EleutherAI/gpt-neo-125m) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -34,7 +44,7 @@ More information needed
|
|
34 |
### Training hyperparameters
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
-
- learning_rate:
|
38 |
- train_batch_size: 8
|
39 |
- eval_batch_size: 8
|
40 |
- seed: 42
|
@@ -43,6 +53,22 @@ The following hyperparameters were used during training:
|
|
43 |
- lr_scheduler_warmup_steps: 150
|
44 |
- training_steps: 20050
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
### Framework versions
|
47 |
|
48 |
- Transformers 4.36.2
|
|
|
16 |
# gpt-neo-125m_hh_reward
|
17 |
|
18 |
This model is a fine-tuned version of [EleutherAI/gpt-neo-125m](https://huggingface.co/EleutherAI/gpt-neo-125m) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.7764
|
21 |
+
- Rewards/chosen: -1.0726
|
22 |
+
- Rewards/rejected: -1.1588
|
23 |
+
- Rewards/accuracies: 0.5592
|
24 |
+
- Rewards/margins: 0.0861
|
25 |
+
- Logps/rejected: -127.6699
|
26 |
+
- Logps/chosen: -107.5507
|
27 |
+
- Logits/rejected: -15.9221
|
28 |
+
- Logits/chosen: -15.7406
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
44 |
### Training hyperparameters
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
+
- learning_rate: 1e-05
|
48 |
- train_batch_size: 8
|
49 |
- eval_batch_size: 8
|
50 |
- seed: 42
|
|
|
53 |
- lr_scheduler_warmup_steps: 150
|
54 |
- training_steps: 20050
|
55 |
|
56 |
+
### Training results
|
57 |
+
|
58 |
+
| Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen |
|
59 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:--------------:|:------------:|:---------------:|:-------------:|
|
60 |
+
| 0.7685 | 0.1 | 2000 | 0.7585 | -0.6757 | -0.7643 | 0.5066 | 0.0886 | -126.6837 | -106.5583 | -16.3107 | -16.1234 |
|
61 |
+
| 0.795 | 0.2 | 4000 | 0.7531 | -0.9330 | -1.0793 | 0.5625 | 0.1463 | -127.4711 | -107.2016 | -16.6020 | -16.4468 |
|
62 |
+
| 0.7366 | 0.3 | 6000 | 0.7961 | -1.0751 | -1.1163 | 0.5033 | 0.0412 | -127.5638 | -107.5568 | -16.3735 | -16.2226 |
|
63 |
+
| 0.8288 | 0.4 | 8000 | 0.7860 | -1.0546 | -1.1457 | 0.5559 | 0.0911 | -127.6372 | -107.5056 | -16.4345 | -16.2588 |
|
64 |
+
| 0.7272 | 0.5 | 10000 | 0.7767 | -1.1017 | -1.2133 | 0.5658 | 0.1116 | -127.8062 | -107.6233 | -16.2325 | -16.0800 |
|
65 |
+
| 0.8404 | 0.6 | 12000 | 0.8029 | -1.2133 | -1.2948 | 0.5329 | 0.0815 | -128.0099 | -107.9024 | -15.9207 | -15.7572 |
|
66 |
+
| 0.8224 | 0.7 | 14000 | 0.7702 | -1.0578 | -1.1817 | 0.5625 | 0.1239 | -127.7272 | -107.5137 | -15.9578 | -15.7879 |
|
67 |
+
| 0.7267 | 0.8 | 16000 | 0.7929 | -1.1534 | -1.2255 | 0.5559 | 0.0721 | -127.8368 | -107.7526 | -16.0551 | -15.8740 |
|
68 |
+
| 0.6329 | 0.9 | 18000 | 0.8052 | -1.0222 | -1.0692 | 0.5428 | 0.0471 | -127.4461 | -107.4246 | -15.8842 | -15.7008 |
|
69 |
+
| 0.7247 | 1.0 | 20000 | 0.7764 | -1.0726 | -1.1588 | 0.5592 | 0.0861 | -127.6699 | -107.5507 | -15.9221 | -15.7406 |
|
70 |
+
|
71 |
+
|
72 |
### Framework versions
|
73 |
|
74 |
- Transformers 4.36.2
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 500811336
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30060f92245e4f748e6cbdf9213f795d7d58ae7703925db216bb91172afdd61e
|
3 |
size 500811336
|