gustavokpc
commited on
Commit
•
497e489
1
Parent(s):
149c98c
Training in progress epoch 4
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-base-uncased](https://huggingface.co/bert-base-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 |
|
@@ -55,6 +55,7 @@ The following hyperparameters were used during training:
|
|
55 |
| 0.1974 | 0.9259 | 0.5184 | 0.3930 | 0.8161 | 0.1978 | 0.9202 | 0.5425 | 0.4014 | 0.8778 | 1 |
|
56 |
| 0.1242 | 0.9551 | 0.5382 | 0.3974 | 0.8918 | 0.1970 | 0.9248 | 0.5583 | 0.4106 | 0.9195 | 2 |
|
57 |
| 0.0823 | 0.9705 | 0.5511 | 0.4024 | 0.9370 | 0.2550 | 0.9116 | 0.5567 | 0.4057 | 0.9330 | 3 |
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.0532
|
19 |
+
- Train Accuracy: 0.9812
|
20 |
+
- Train F1 M: 0.5544
|
21 |
+
- Train Precision M: 0.4027
|
22 |
+
- Train Recall M: 0.9558
|
23 |
+
- Validation Loss: 0.2580
|
24 |
+
- Validation Accuracy: 0.9175
|
25 |
+
- Validation F1 M: 0.5588
|
26 |
+
- Validation Precision M: 0.4059
|
27 |
+
- Validation Recall M: 0.9423
|
28 |
+
- Epoch: 4
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
55 |
| 0.1974 | 0.9259 | 0.5184 | 0.3930 | 0.8161 | 0.1978 | 0.9202 | 0.5425 | 0.4014 | 0.8778 | 1 |
|
56 |
| 0.1242 | 0.9551 | 0.5382 | 0.3974 | 0.8918 | 0.1970 | 0.9248 | 0.5583 | 0.4106 | 0.9195 | 2 |
|
57 |
| 0.0823 | 0.9705 | 0.5511 | 0.4024 | 0.9370 | 0.2550 | 0.9116 | 0.5567 | 0.4057 | 0.9330 | 3 |
|
58 |
+
| 0.0532 | 0.9812 | 0.5544 | 0.4027 | 0.9558 | 0.2580 | 0.9175 | 0.5588 | 0.4059 | 0.9423 | 4 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 438223128
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8dfc3104ba71c1cc15e0e168df0d132af17159e43fdaaf27035f96998936e7e
|
3 |
size 438223128
|