ealvaradob
commited on
Commit
•
a14076d
1
Parent(s):
79d9a8d
End of training
Browse files- README.md +11 -10
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Accuracy: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- False Positive Rate: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -48,16 +48,17 @@ The following hyperparameters were used during training:
|
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
-
- num_epochs:
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | False Positive Rate |
|
56 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:---------:|:------:|:-------------------:|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.2244
|
23 |
+
- Accuracy: 0.9701
|
24 |
+
- Precision: 0.9648
|
25 |
+
- Recall: 0.9642
|
26 |
+
- False Positive Rate: 0.0256
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 5
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | False Positive Rate |
|
56 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:---------:|:------:|:-------------------:|
|
57 |
+
| 0.1491 | 1.0 | 3866 | 0.1317 | 0.9614 | 0.9623 | 0.9453 | 0.0269 |
|
58 |
+
| 0.095 | 2.0 | 7732 | 0.1663 | 0.9628 | 0.9799 | 0.9306 | 0.0138 |
|
59 |
+
| 0.0429 | 3.0 | 11598 | 0.1882 | 0.9659 | 0.9751 | 0.9430 | 0.0175 |
|
60 |
+
| 0.0225 | 4.0 | 15464 | 0.1959 | 0.9698 | 0.9638 | 0.9645 | 0.0264 |
|
61 |
+
| 0.0054 | 5.0 | 19330 | 0.2244 | 0.9701 | 0.9648 | 0.9642 | 0.0256 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1340710638
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99fb2129789281e1e4952ff30770679b8938e8029f68e02d42b9f00786072a11
|
3 |
size 1340710638
|