SudiptoPramanik/Mail_RewardModel_RobertaBase
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
- F1: 1.0
|
24 |
- Roc Auc: 1.0
|
25 |
- Accuracy: 1.0
|
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:---:|:-------:|:--------:|
|
56 |
-
| No log | 1.0 | 63 | 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
| 0.0035 | 4.0 | 252 | 0.0016 | 1.0 | 1.0 | 1.0 |
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.0064
|
23 |
- F1: 1.0
|
24 |
- Roc Auc: 1.0
|
25 |
- Accuracy: 1.0
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:---:|:-------:|:--------:|
|
56 |
+
| No log | 1.0 | 63 | 0.0064 | 1.0 | 1.0 | 1.0 |
|
57 |
+
| 0.1495 | 2.0 | 126 | 0.0028 | 1.0 | 1.0 | 1.0 |
|
58 |
+
| 0.1495 | 3.0 | 189 | 0.0020 | 1.0 | 1.0 | 1.0 |
|
59 |
| 0.0035 | 4.0 | 252 | 0.0016 | 1.0 | 1.0 | 1.0 |
|
60 |
+
| 0.0024 | 5.0 | 315 | 0.0015 | 1.0 | 1.0 | 1.0 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
config.json
CHANGED
@@ -11,14 +11,14 @@
|
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
-
"0": "
|
15 |
-
"1": "
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 3072,
|
19 |
"label2id": {
|
20 |
-
"
|
21 |
-
"
|
22 |
},
|
23 |
"layer_norm_eps": 1e-05,
|
24 |
"max_position_embeddings": 514,
|
|
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
+
"0": "spam",
|
15 |
+
"1": "not spam"
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 3072,
|
19 |
"label2id": {
|
20 |
+
"not spam": 1,
|
21 |
+
"spam": 0
|
22 |
},
|
23 |
"layer_norm_eps": 1e-05,
|
24 |
"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 498612824
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc34758264abaf139eef1509088ae68e02a6955548e98e9828b8471f41101dab
|
3 |
size 498612824
|
runs/Jan05_15-02-25_3f7c07b78d44/events.out.tfevents.1736089351.3f7c07b78d44.1813.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdd6e1a4fd1481752d37a367b0756a94fb5a5b0ed22b0763e365d5baca845f89
|
3 |
+
size 8305
|
runs/Jan05_15-02-25_3f7c07b78d44/events.out.tfevents.1736089930.3f7c07b78d44.1813.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d54afe3050dfda7019b2135574ef26dc6eb5bec1c0651c4213080c9ea12a0a31
|
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 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8eb3b3d4ebc6dfb7b336cd28c596b88dfe2556a1f9cb82177494becdf3c31344
|
3 |
size 5368
|