gustavokpc
commited on
Commit
•
c16b5f8
1
Parent(s):
657c58d
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 [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.
|
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.2887 | 0.8821 | 0.4544 | 0.3418 | 0.7393 | 0.1871 | 0.9321 | 0.5574 | 0.4039 | 0.9455 | 0 |
|
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 |
|
58 |
|
59 |
### 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.0950
|
19 |
+
- Train Accuracy: 0.9662
|
20 |
+
- Train F1 M: 0.5572
|
21 |
+
- Train Precision M: 0.4033
|
22 |
+
- Train Recall M: 0.9621
|
23 |
+
- Validation Loss: 0.1775
|
24 |
+
- Validation Accuracy: 0.9373
|
25 |
+
- Validation F1 M: 0.5604
|
26 |
+
- Validation Precision M: 0.4033
|
27 |
+
- Validation Recall M: 0.9607
|
28 |
+
- Epoch: 3
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
54 |
| 0.2887 | 0.8821 | 0.4544 | 0.3418 | 0.7393 | 0.1871 | 0.9321 | 0.5574 | 0.4039 | 0.9455 | 0 |
|
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
|
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:63caf18809696c68954fd6bfd85d82bcd93633b4acc8bc1fa8c5bb698da726f8
|
3 |
size 435986712
|