Commit
·
9f6044a
1
Parent(s):
1130164
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.3612 | 0.8415 | 0.5169 | 0.3925 | 0.8303 | 0.2233 | 0.9169 | 0.5623 | 0.4054 | 0.9621 | 0 |
|
55 |
| 0.1787 | 0.9354 | 0.5550 | 0.4025 | 0.9562 | 0.2166 | 0.9182 | 0.5720 | 0.4110 | 0.9869 | 1 |
|
56 |
| 0.1092 | 0.9599 | 0.5601 | 0.4046 | 0.9746 | 0.2161 | 0.9202 | 0.5650 | 0.4054 | 0.9763 | 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.0650
|
19 |
+
- Train Accuracy: 0.9781
|
20 |
+
- Train F1 M: 0.5639
|
21 |
+
- Train Precision M: 0.4054
|
22 |
+
- Train Recall M: 0.9861
|
23 |
+
- Validation Loss: 0.2272
|
24 |
+
- Validation Accuracy: 0.9268
|
25 |
+
- Validation F1 M: 0.5645
|
26 |
+
- Validation Precision M: 0.4042
|
27 |
+
- Validation Recall M: 0.9815
|
28 |
+
- Epoch: 3
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
54 |
| 0.3612 | 0.8415 | 0.5169 | 0.3925 | 0.8303 | 0.2233 | 0.9169 | 0.5623 | 0.4054 | 0.9621 | 0 |
|
55 |
| 0.1787 | 0.9354 | 0.5550 | 0.4025 | 0.9562 | 0.2166 | 0.9182 | 0.5720 | 0.4110 | 0.9869 | 1 |
|
56 |
| 0.1092 | 0.9599 | 0.5601 | 0.4046 | 0.9746 | 0.2161 | 0.9202 | 0.5650 | 0.4054 | 0.9763 | 2 |
|
57 |
+
| 0.0650 | 0.9781 | 0.5639 | 0.4054 | 0.9861 | 0.2272 | 0.9268 | 0.5645 | 0.4042 | 0.9815 | 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:da89d29dfc4cefc05d639469b85c33580a40221f4ecbdb9332157c2d5724623c
|
3 |
size 1341127728
|