Commit
•
bff909d
1
Parent(s):
c027a09
End of training
Browse files- README.md +3 -16
- model.safetensors +1 -1
- training_args.bin +2 -2
README.md
CHANGED
@@ -5,8 +5,6 @@ tags:
|
|
5 |
- trl
|
6 |
- reward-trainer
|
7 |
- generated_from_trainer
|
8 |
-
metrics:
|
9 |
-
- accuracy
|
10 |
model-index:
|
11 |
- name: reward_modeling_anthropic_hh
|
12 |
results: []
|
@@ -18,9 +16,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
# reward_modeling_anthropic_hh
|
19 |
|
20 |
This model is a fine-tuned version of [facebook/opt-350m](https://huggingface.co/facebook/opt-350m) on an unknown dataset.
|
21 |
-
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.5979
|
23 |
-
- Accuracy: 0.6640
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -39,24 +34,16 @@ More information needed
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
-
- learning_rate:
|
43 |
-
- train_batch_size:
|
44 |
- eval_batch_size: 8
|
45 |
- seed: 42
|
46 |
-
- distributed_type: multi-GPU
|
47 |
-
- num_devices: 8
|
48 |
-
- gradient_accumulation_steps: 2
|
49 |
-
- total_train_batch_size: 256
|
50 |
-
- total_eval_batch_size: 64
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
53 |
-
-
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
58 |
-
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
59 |
-
| 0.6111 | 0.8696 | 500 | 0.5979 | 0.6640 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
5 |
- trl
|
6 |
- reward-trainer
|
7 |
- generated_from_trainer
|
|
|
|
|
8 |
model-index:
|
9 |
- name: reward_modeling_anthropic_hh
|
10 |
results: []
|
|
|
16 |
# reward_modeling_anthropic_hh
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/opt-350m](https://huggingface.co/facebook/opt-350m) on an unknown dataset.
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
34 |
### Training hyperparameters
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 5e-05
|
38 |
+
- train_batch_size: 8
|
39 |
- eval_batch_size: 8
|
40 |
- seed: 42
|
|
|
|
|
|
|
|
|
|
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
+
- training_steps: 100
|
44 |
|
45 |
### Training results
|
46 |
|
|
|
|
|
|
|
47 |
|
48 |
|
49 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1324833016
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80af3da614584ff283faec58b7351dd321ecaa180704865b4dc3ec7f3da2a722
|
3 |
size 1324833016
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4248ab8f69529ffb3536e9d2070847a2e65ea68d9fc6a19abd35f499cd3ce951
|
3 |
+
size 5304
|