RajuEEE/RewardModel_RobertaBase_GPTData_ThreeLabels
Browse files
README.md
CHANGED
@@ -18,10 +18,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- F1: 0.
|
23 |
-
- Roc Auc: 0.
|
24 |
-
- Accuracy: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -46,15 +46,22 @@ The following hyperparameters were used during training:
|
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
|
55 |
-
| No log | 1.0 |
|
56 |
-
| No log | 2.0 |
|
57 |
-
| No log | 3.0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.1047
|
22 |
+
- F1: 0.9722
|
23 |
+
- Roc Auc: 0.9792
|
24 |
+
- Accuracy: 0.9722
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
+
- num_epochs: 10
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
|
55 |
+
| No log | 1.0 | 15 | 0.6256 | 0.0 | 0.5 | 0.0 |
|
56 |
+
| No log | 2.0 | 30 | 0.5210 | 0.3448 | 0.6042 | 0.2083 |
|
57 |
+
| No log | 3.0 | 45 | 0.3479 | 0.8143 | 0.8576 | 0.7639 |
|
58 |
+
| No log | 4.0 | 60 | 0.2431 | 0.9241 | 0.9444 | 0.9167 |
|
59 |
+
| No log | 5.0 | 75 | 0.1917 | 0.9315 | 0.9514 | 0.9167 |
|
60 |
+
| No log | 6.0 | 90 | 0.1364 | 0.9655 | 0.9757 | 0.9583 |
|
61 |
+
| 0.3628 | 7.0 | 105 | 0.1120 | 0.9583 | 0.9688 | 0.9583 |
|
62 |
+
| 0.3628 | 8.0 | 120 | 0.0967 | 0.9655 | 0.9757 | 0.9583 |
|
63 |
+
| 0.3628 | 9.0 | 135 | 0.1047 | 0.9722 | 0.9792 | 0.9722 |
|
64 |
+
| 0.3628 | 10.0 | 150 | 0.0928 | 0.9722 | 0.9792 | 0.9722 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
config.json
CHANGED
@@ -12,13 +12,15 @@
|
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
"0": "Bad",
|
15 |
-
"1": "
|
|
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 3072,
|
19 |
"label2id": {
|
|
|
20 |
"Bad": 0,
|
21 |
-
"Good":
|
22 |
},
|
23 |
"layer_norm_eps": 1e-05,
|
24 |
"max_position_embeddings": 514,
|
|
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
"0": "Bad",
|
15 |
+
"1": "Average",
|
16 |
+
"2": "Good"
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"intermediate_size": 3072,
|
20 |
"label2id": {
|
21 |
+
"Average": 1,
|
22 |
"Bad": 0,
|
23 |
+
"Good": 2
|
24 |
},
|
25 |
"layer_norm_eps": 1e-05,
|
26 |
"max_position_embeddings": 514,
|
model.safetensors
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:ea3da063902d706260f2b9ae6ccc0dd54f70b774ae06cb0645d5953581e3773d
|
3 |
+
size 498615900
|
runs/Jun22_02-46-32_233465fb1659/events.out.tfevents.1719024395.233465fb1659.193.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56d65a2971479be7f1b0f6d89ceb69e11a716f432b797446d40109b5b689b2ad
|
3 |
+
size 9716
|
runs/Jun22_02-46-32_233465fb1659/events.out.tfevents.1719024731.233465fb1659.193.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a42bbbacc651f87d0407bad37ebba93a211d4767d63fbac391ae0c1d7415865
|
3 |
+
size 508
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:098e46c5a702d34bdec66651e59afcacd001f2ed02dd90e9c149968cd82803f1
|
3 |
size 5112
|