anhnv125 commited on
Commit
8a22198
1 Parent(s): cf0f85c

anhnv125/reward-model

Browse files
.ipynb_checkpoints/README-checkpoint.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ChaiML/reward_models_100_170000000_cp_498032
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: reward-model
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # reward-model
14
+
15
+ This model is a fine-tuned version of [ChaiML/reward_models_100_170000000_cp_498032](https://huggingface.co/ChaiML/reward_models_100_170000000_cp_498032) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.5733
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 1e-05
37
+ - train_batch_size: 3
38
+ - eval_batch_size: 3
39
+ - seed: 7
40
+ - gradient_accumulation_steps: 16
41
+ - total_train_batch_size: 48
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: cosine
44
+ - lr_scheduler_warmup_steps: 200
45
+ - num_epochs: 2
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:----:|:---------------:|
51
+ | 0.5918 | 0.12 | 200 | 0.6011 |
52
+ | 0.5998 | 0.24 | 400 | 0.5911 |
53
+ | 0.59 | 0.36 | 600 | 0.5863 |
54
+ | 0.585 | 0.49 | 800 | 0.5823 |
55
+ | 0.5646 | 0.61 | 1000 | 0.5803 |
56
+ | 0.6048 | 0.73 | 1200 | 0.5773 |
57
+ | 0.6041 | 0.85 | 1400 | 0.5784 |
58
+ | 0.5694 | 0.97 | 1600 | 0.5747 |
59
+ | 0.5855 | 1.09 | 1800 | 0.5767 |
60
+ | 0.5764 | 1.22 | 2000 | 0.5764 |
61
+ | 0.5606 | 1.34 | 2200 | 0.5799 |
62
+ | 0.5583 | 1.46 | 2400 | 0.5778 |
63
+ | 0.5656 | 1.58 | 2600 | 0.5731 |
64
+ | 0.5812 | 1.7 | 2800 | 0.5747 |
65
+ | 0.5911 | 1.82 | 3000 | 0.5731 |
66
+ | 0.5771 | 1.94 | 3200 | 0.5733 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.36.0.dev0
72
+ - Pytorch 2.0.1+cu117
73
+ - Datasets 2.15.0
74
+ - Tokenizers 0.15.0
README.md CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [ChaiML/reward_models_100_170000000_cp_498032](https://huggingface.co/ChaiML/reward_models_100_170000000_cp_498032) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 0.5733
18
 
19
  ## Model description
20
 
@@ -48,22 +48,8 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
- | 0.5918 | 0.12 | 200 | 0.6011 |
52
- | 0.5998 | 0.24 | 400 | 0.5911 |
53
- | 0.59 | 0.36 | 600 | 0.5863 |
54
- | 0.585 | 0.49 | 800 | 0.5823 |
55
- | 0.5646 | 0.61 | 1000 | 0.5803 |
56
- | 0.6048 | 0.73 | 1200 | 0.5773 |
57
- | 0.6041 | 0.85 | 1400 | 0.5784 |
58
- | 0.5694 | 0.97 | 1600 | 0.5747 |
59
- | 0.5855 | 1.09 | 1800 | 0.5767 |
60
- | 0.5764 | 1.22 | 2000 | 0.5764 |
61
- | 0.5606 | 1.34 | 2200 | 0.5799 |
62
- | 0.5583 | 1.46 | 2400 | 0.5778 |
63
- | 0.5656 | 1.58 | 2600 | 0.5731 |
64
- | 0.5812 | 1.7 | 2800 | 0.5747 |
65
- | 0.5911 | 1.82 | 3000 | 0.5731 |
66
- | 0.5771 | 1.94 | 3200 | 0.5733 |
67
 
68
 
69
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [ChaiML/reward_models_100_170000000_cp_498032](https://huggingface.co/ChaiML/reward_models_100_170000000_cp_498032) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.5080
18
 
19
  ## Model description
20
 
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
+ | 0.5245 | 1.0 | 388 | 0.5152 |
52
+ | 0.5334 | 2.0 | 776 | 0.5080 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
 
54
 
55
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c38e9e8392f9e96c91dfc57be141e1b7847a6087884cbf222a35e37c52d5fe02
3
  size 497780432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6805ed9d517d628ec2141e795d77f004630c6911164d99b766d631d44379bed4
3
  size 497780432
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:543c9960a4d018bf3a5b02d4ff50e5222f6617ba527ca1280ed6acfaa3861863
3
- size 4219
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:076cdee1bfa611e1bae7db36144a028b58bdb6ab09ccb7f4787764b8cd3ef3f0
3
+ size 4283