gustavokpc
commited on
Commit
•
6508a2e
1
Parent(s):
3dcfc79
Training in progress epoch 3
Browse files- README.md +12 -11
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,17 +15,17 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
- Train Accuracy: 0.
|
20 |
-
- Train F1 M: 0.
|
21 |
-
- Train Precision M: 0.
|
22 |
-
- Train Recall M: 0.
|
23 |
-
- Validation Loss: 0.
|
24 |
-
- Validation Accuracy: 0.
|
25 |
-
- Validation F1 M: 0.
|
26 |
-
- Validation Precision M: 0.
|
27 |
-
- Validation Recall M: 0.
|
28 |
-
- Epoch:
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -54,6 +54,7 @@ The following hyperparameters were used during training:
|
|
54 |
| 0.3898 | 0.8294 | 0.3411 | 0.2894 | 0.4810 | 0.2440 | 0.8984 | 0.5087 | 0.3814 | 0.8079 | 0 |
|
55 |
| 0.2070 | 0.9228 | 0.4927 | 0.3723 | 0.7869 | 0.1911 | 0.9268 | 0.5222 | 0.3853 | 0.8520 | 1 |
|
56 |
| 0.1392 | 0.9467 | 0.5266 | 0.3881 | 0.8670 | 0.2310 | 0.9057 | 0.5617 | 0.4162 | 0.9092 | 2 |
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.1136
|
19 |
+
- Train Accuracy: 0.9570
|
20 |
+
- Train F1 M: 0.5387
|
21 |
+
- Train Precision M: 0.3946
|
22 |
+
- Train Recall M: 0.9100
|
23 |
+
- Validation Loss: 0.2265
|
24 |
+
- Validation Accuracy: 0.9228
|
25 |
+
- Validation F1 M: 0.5653
|
26 |
+
- Validation Precision M: 0.4119
|
27 |
+
- Validation Recall M: 0.9501
|
28 |
+
- Epoch: 3
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
54 |
| 0.3898 | 0.8294 | 0.3411 | 0.2894 | 0.4810 | 0.2440 | 0.8984 | 0.5087 | 0.3814 | 0.8079 | 0 |
|
55 |
| 0.2070 | 0.9228 | 0.4927 | 0.3723 | 0.7869 | 0.1911 | 0.9268 | 0.5222 | 0.3853 | 0.8520 | 1 |
|
56 |
| 0.1392 | 0.9467 | 0.5266 | 0.3881 | 0.8670 | 0.2310 | 0.9057 | 0.5617 | 0.4162 | 0.9092 | 2 |
|
57 |
+
| 0.1136 | 0.9570 | 0.5387 | 0.3946 | 0.9100 | 0.2265 | 0.9228 | 0.5653 | 0.4119 | 0.9501 | 3 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1341127728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c60a5b2e10f0f7f4cb389979acac3d0d06cee0036ecfeee8f25b8cf22efee2fa
|
3 |
size 1341127728
|