End of training
Browse files- README.md +11 -7
- model.safetensors +1 -1
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [ehsanaghaei/SecureBERT](https://huggingface.co/ehsanaghaei/SecureBERT) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -43,16 +43,20 @@ The following hyperparameters were used during training:
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
- num_epochs:
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
| No log | 1.0 | 110 | 0.
|
53 |
-
| No log | 2.0 | 220 | 0.
|
54 |
-
| No log | 3.0 | 330 | 0.
|
55 |
-
| No log | 4.0 | 440 | 0.
|
|
|
|
|
|
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [ehsanaghaei/SecureBERT](https://huggingface.co/ehsanaghaei/SecureBERT) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.6754
|
21 |
+
- Accuracy: 0.8977
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 8
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 1.0 | 110 | 0.5211 | 0.8886 |
|
53 |
+
| No log | 2.0 | 220 | 0.5437 | 0.8932 |
|
54 |
+
| No log | 3.0 | 330 | 0.5760 | 0.8909 |
|
55 |
+
| No log | 4.0 | 440 | 0.6122 | 0.8955 |
|
56 |
+
| 0.103 | 5.0 | 550 | 0.6467 | 0.8932 |
|
57 |
+
| 0.103 | 6.0 | 660 | 0.6633 | 0.8977 |
|
58 |
+
| 0.103 | 7.0 | 770 | 0.6719 | 0.8977 |
|
59 |
+
| 0.103 | 8.0 | 880 | 0.6754 | 0.8977 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 498640508
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6890e50e57597fb792bbc89b53653d824a6c56d3a5d9d771cbbcb9f6c68419e
|
3 |
size 498640508
|