gustavokpc
commited on
Commit
•
bf8d6c9
1
Parent(s):
778ad7c
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 [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 |
|
@@ -55,6 +55,7 @@ The following hyperparameters were used during training:
|
|
55 |
| 0.1325 | 0.9529 | 0.5557 | 0.4036 | 0.9509 | 0.1685 | 0.9367 | 0.5519 | 0.3998 | 0.9380 | 1 |
|
56 |
| 0.0929 | 0.9681 | 0.5582 | 0.4031 | 0.9644 | 0.1650 | 0.9426 | 0.5583 | 0.4027 | 0.9554 | 2 |
|
57 |
| 0.0703 | 0.9764 | 0.5599 | 0.4042 | 0.9720 | 0.1808 | 0.9426 | 0.5670 | 0.4068 | 0.9794 | 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.0570
|
19 |
+
- Train Accuracy: 0.9806
|
20 |
+
- Train F1 M: 0.5606
|
21 |
+
- Train Precision M: 0.4043
|
22 |
+
- Train Recall M: 0.9769
|
23 |
+
- Validation Loss: 0.1851
|
24 |
+
- Validation Accuracy: 0.9446
|
25 |
+
- Validation F1 M: 0.5629
|
26 |
+
- Validation Precision M: 0.4035
|
27 |
+
- Validation Recall M: 0.9763
|
28 |
+
- Epoch: 4
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
55 |
| 0.1325 | 0.9529 | 0.5557 | 0.4036 | 0.9509 | 0.1685 | 0.9367 | 0.5519 | 0.3998 | 0.9380 | 1 |
|
56 |
| 0.0929 | 0.9681 | 0.5582 | 0.4031 | 0.9644 | 0.1650 | 0.9426 | 0.5583 | 0.4027 | 0.9554 | 2 |
|
57 |
| 0.0703 | 0.9764 | 0.5599 | 0.4042 | 0.9720 | 0.1808 | 0.9426 | 0.5670 | 0.4068 | 0.9794 | 3 |
|
58 |
+
| 0.0570 | 0.9806 | 0.5606 | 0.4043 | 0.9769 | 0.1851 | 0.9446 | 0.5629 | 0.4035 | 0.9763 | 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:c410a89d371ae8cee12f0ef2ae376f5d187bbad54e37573881ade9f73f08a15d
|
3 |
size 435986712
|