gustavokpc
commited on
Commit
•
17903b4
1
Parent(s):
c19ada2
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.2473 | 0.9048 | 0.5004 | 0.3720 | 0.8254 | 0.1669 | 0.9340 | 0.5489 | 0.3976 | 0.9281 | 0 |
|
55 |
| 0.1350 | 0.9505 | 0.5530 | 0.4016 | 0.9485 | 0.1610 | 0.9420 | 0.5661 | 0.4073 | 0.9706 | 1 |
|
56 |
| 0.0890 | 0.9685 | 0.5595 | 0.4035 | 0.9677 | 0.1719 | 0.9446 | 0.5691 | 0.4082 | 0.9825 | 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.0650
|
19 |
+
- Train Accuracy: 0.9758
|
20 |
+
- Train F1 M: 0.5601
|
21 |
+
- Train Precision M: 0.4039
|
22 |
+
- Train Recall M: 0.9754
|
23 |
+
- Validation Loss: 0.1751
|
24 |
+
- Validation Accuracy: 0.9466
|
25 |
+
- Validation F1 M: 0.5620
|
26 |
+
- Validation Precision M: 0.4036
|
27 |
+
- Validation Recall M: 0.9696
|
28 |
+
- Epoch: 3
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
54 |
| 0.2473 | 0.9048 | 0.5004 | 0.3720 | 0.8254 | 0.1669 | 0.9340 | 0.5489 | 0.3976 | 0.9281 | 0 |
|
55 |
| 0.1350 | 0.9505 | 0.5530 | 0.4016 | 0.9485 | 0.1610 | 0.9420 | 0.5661 | 0.4073 | 0.9706 | 1 |
|
56 |
| 0.0890 | 0.9685 | 0.5595 | 0.4035 | 0.9677 | 0.1719 | 0.9446 | 0.5691 | 0.4082 | 0.9825 | 2 |
|
57 |
+
| 0.0650 | 0.9758 | 0.5601 | 0.4039 | 0.9754 | 0.1751 | 0.9466 | 0.5620 | 0.4036 | 0.9696 | 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:2cec772eb890cdab3604a1165090b6a19f59b01c2258d9357a8c72e6719c7bea
|
3 |
size 435986712
|