End of training
Browse files- README.md +45 -50
- config.json +1 -0
- model.safetensors +1 -1
- training_args.bin +2 -2
README.md
CHANGED
@@ -2,29 +2,12 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: distilbert/distilbert-base-uncased
|
4 |
tags:
|
5 |
-
- trl
|
6 |
-
- reward-trainer
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
- hdfs_rlhf_log_summary_dataset
|
10 |
-
metrics:
|
11 |
-
- accuracy
|
12 |
model-index:
|
13 |
- name: log_sage_reward_model
|
14 |
-
results:
|
15 |
-
- task:
|
16 |
-
name: Text Classification
|
17 |
-
type: text-classification
|
18 |
-
dataset:
|
19 |
-
name: hdfs_rlhf_log_summary_dataset
|
20 |
-
type: hdfs_rlhf_log_summary_dataset
|
21 |
-
config: default
|
22 |
-
split: None
|
23 |
-
args: default
|
24 |
-
metrics:
|
25 |
-
- name: Accuracy
|
26 |
-
type: accuracy
|
27 |
-
value: 0.8
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -34,8 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
34 |
|
35 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the hdfs_rlhf_log_summary_dataset dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
-
- Loss: 0.
|
38 |
-
- Accuracy: 0.8
|
39 |
|
40 |
## Model description
|
41 |
|
@@ -56,43 +38,56 @@ More information needed
|
|
56 |
The following hyperparameters were used during training:
|
57 |
- learning_rate: 1.41e-05
|
58 |
- train_batch_size: 4
|
59 |
-
- eval_batch_size:
|
60 |
- seed: 42
|
61 |
-
- gradient_accumulation_steps: 16
|
62 |
-
- total_train_batch_size: 64
|
63 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
64 |
- lr_scheduler_type: linear
|
65 |
- num_epochs: 40
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
70 |
-
|
71 |
-
| No log | 1.0 |
|
72 |
-
| No log | 2.0 |
|
73 |
-
| No log | 3.0 |
|
74 |
-
| No log | 4.0 |
|
75 |
-
| No log | 5.0 |
|
76 |
-
|
|
77 |
-
|
|
78 |
-
|
|
79 |
-
|
|
80 |
-
|
|
81 |
-
|
|
82 |
-
|
|
83 |
-
|
|
84 |
-
|
|
85 |
-
|
|
86 |
-
|
|
87 |
-
|
|
88 |
-
|
|
89 |
-
|
|
90 |
-
|
|
91 |
-
|
|
92 |
-
|
|
93 |
-
|
|
94 |
-
|
|
95 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
|
97 |
|
98 |
### Framework versions
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: distilbert/distilbert-base-uncased
|
4 |
tags:
|
|
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- hdfs_rlhf_log_summary_dataset
|
|
|
|
|
8 |
model-index:
|
9 |
- name: log_sage_reward_model
|
10 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the hdfs_rlhf_log_summary_dataset dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0005
|
|
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
38 |
The following hyperparameters were used during training:
|
39 |
- learning_rate: 1.41e-05
|
40 |
- train_batch_size: 4
|
41 |
+
- eval_batch_size: 4
|
42 |
- seed: 42
|
|
|
|
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
- num_epochs: 40
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
51 |
+
| No log | 1.0 | 11 | 0.0022 |
|
52 |
+
| No log | 2.0 | 22 | 0.0049 |
|
53 |
+
| No log | 3.0 | 33 | 0.0006 |
|
54 |
+
| No log | 4.0 | 44 | 0.0006 |
|
55 |
+
| No log | 5.0 | 55 | 0.0008 |
|
56 |
+
| No log | 6.0 | 66 | 0.0003 |
|
57 |
+
| No log | 7.0 | 77 | 0.0005 |
|
58 |
+
| No log | 8.0 | 88 | 0.0010 |
|
59 |
+
| No log | 9.0 | 99 | 0.0008 |
|
60 |
+
| No log | 10.0 | 110 | 0.0007 |
|
61 |
+
| No log | 11.0 | 121 | 0.0007 |
|
62 |
+
| No log | 12.0 | 132 | 0.0006 |
|
63 |
+
| No log | 13.0 | 143 | 0.0006 |
|
64 |
+
| No log | 14.0 | 154 | 0.0004 |
|
65 |
+
| No log | 15.0 | 165 | 0.0007 |
|
66 |
+
| No log | 16.0 | 176 | 0.0007 |
|
67 |
+
| No log | 17.0 | 187 | 0.0006 |
|
68 |
+
| No log | 18.0 | 198 | 0.0004 |
|
69 |
+
| No log | 19.0 | 209 | 0.0005 |
|
70 |
+
| No log | 20.0 | 220 | 0.0006 |
|
71 |
+
| No log | 21.0 | 231 | 0.0006 |
|
72 |
+
| No log | 22.0 | 242 | 0.0006 |
|
73 |
+
| No log | 23.0 | 253 | 0.0009 |
|
74 |
+
| No log | 24.0 | 264 | 0.0006 |
|
75 |
+
| No log | 25.0 | 275 | 0.0007 |
|
76 |
+
| No log | 26.0 | 286 | 0.0005 |
|
77 |
+
| No log | 27.0 | 297 | 0.0005 |
|
78 |
+
| No log | 28.0 | 308 | 0.0004 |
|
79 |
+
| No log | 29.0 | 319 | 0.0004 |
|
80 |
+
| No log | 30.0 | 330 | 0.0005 |
|
81 |
+
| No log | 31.0 | 341 | 0.0005 |
|
82 |
+
| No log | 32.0 | 352 | 0.0005 |
|
83 |
+
| No log | 33.0 | 363 | 0.0005 |
|
84 |
+
| No log | 34.0 | 374 | 0.0004 |
|
85 |
+
| No log | 35.0 | 385 | 0.0004 |
|
86 |
+
| No log | 36.0 | 396 | 0.0005 |
|
87 |
+
| No log | 37.0 | 407 | 0.0005 |
|
88 |
+
| No log | 38.0 | 418 | 0.0005 |
|
89 |
+
| No log | 39.0 | 429 | 0.0005 |
|
90 |
+
| No log | 40.0 | 440 | 0.0005 |
|
91 |
|
92 |
|
93 |
### Framework versions
|
config.json
CHANGED
@@ -20,6 +20,7 @@
|
|
20 |
"n_heads": 12,
|
21 |
"n_layers": 6,
|
22 |
"pad_token_id": 0,
|
|
|
23 |
"qa_dropout": 0.1,
|
24 |
"seq_classif_dropout": 0.2,
|
25 |
"sinusoidal_pos_embds": false,
|
|
|
20 |
"n_heads": 12,
|
21 |
"n_layers": 6,
|
22 |
"pad_token_id": 0,
|
23 |
+
"problem_type": "regression",
|
24 |
"qa_dropout": 0.1,
|
25 |
"seq_classif_dropout": 0.2,
|
26 |
"sinusoidal_pos_embds": false,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267829484
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16869d0953d5b87a61040dee2caef1db68a03ed0adf7482b276d86381884e93c
|
3 |
size 267829484
|
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:8a519663b9a6387514f11ccce00d19ac348e481362fef0e7f53e66f3b08db7db
|
3 |
+
size 4920
|