gustavokpc
commited on
Commit
•
d67a01e
1
Parent(s):
c16b5f8
Training in progress epoch 4
Browse files- README.md +11 -10
- 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 [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) 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.5572
|
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.1571 | 0.9439 | 0.5463 | 0.3992 | 0.9299 | 0.1740 | 0.9321 | 0.5596 | 0.4040 | 0.9542 | 1 |
|
56 |
| 0.1185 | 0.9587 | 0.5529 | 0.4020 | 0.9480 | 0.1714 | 0.9367 | 0.5588 | 0.4030 | 0.9555 | 2 |
|
57 |
| 0.0950 | 0.9662 | 0.5572 | 0.4033 | 0.9621 | 0.1775 | 0.9373 | 0.5604 | 0.4033 | 0.9607 | 3 |
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.0811
|
19 |
+
- Train Accuracy: 0.9728
|
20 |
- Train F1 M: 0.5572
|
21 |
+
- Train Precision M: 0.4036
|
22 |
+
- Train Recall M: 0.9646
|
23 |
+
- Validation Loss: 0.1804
|
24 |
+
- Validation Accuracy: 0.9387
|
25 |
+
- Validation F1 M: 0.5549
|
26 |
+
- Validation Precision M: 0.3999
|
27 |
+
- Validation Recall M: 0.9504
|
28 |
+
- Epoch: 4
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
55 |
| 0.1571 | 0.9439 | 0.5463 | 0.3992 | 0.9299 | 0.1740 | 0.9321 | 0.5596 | 0.4040 | 0.9542 | 1 |
|
56 |
| 0.1185 | 0.9587 | 0.5529 | 0.4020 | 0.9480 | 0.1714 | 0.9367 | 0.5588 | 0.4030 | 0.9555 | 2 |
|
57 |
| 0.0950 | 0.9662 | 0.5572 | 0.4033 | 0.9621 | 0.1775 | 0.9373 | 0.5604 | 0.4033 | 0.9607 | 3 |
|
58 |
+
| 0.0811 | 0.9728 | 0.5572 | 0.4036 | 0.9646 | 0.1804 | 0.9387 | 0.5549 | 0.3999 | 0.9504 | 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 435986712
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3d449bb5d8dc1bc8718add5ed7b90872f238f4513b9e956900e375528db3759
|
3 |
size 435986712
|