Training in progress epoch 5
Browse files- README.md +11 -10
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,16 +14,16 @@ probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [dccuchile/bert-base-spanish-wwm-uncased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss: 0.
|
18 |
-
- Validation Loss: 0.
|
19 |
-
- Train Accuracy: 0.
|
20 |
-
- Train Precision: [0.
|
21 |
-
- Train Precision W: 0.
|
22 |
-
- Train Recall: [0.
|
23 |
-
- Train Recall W: 0.
|
24 |
-
- Train F1: [0.
|
25 |
-
- Train F1 W: 0.
|
26 |
-
- Epoch:
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -53,6 +53,7 @@ The following hyperparameters were used during training:
|
|
53 |
| 0.1572 | 0.1686 | 0.9315 | [0.94412331 0.8463357 ] | 0.9287 | [0.97644928 0.69178744] | 0.9315 | [0.96001425 0.76129718] | 0.9286 | 2 |
|
54 |
| 0.1028 | 0.2179 | 0.9222 | [0.92357119 0.90951638] | 0.9214 | [0.98949275 0.56328502] | 0.9222 | [0.95539619 0.69570406] | 0.9144 | 3 |
|
55 |
| 0.0554 | 0.1492 | 0.9475 | [0.96816208 0.83641675] | 0.9474 | [0.96956522 0.82995169] | 0.9475 | [0.96886314 0.83317168] | 0.9474 | 4 |
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [dccuchile/bert-base-spanish-wwm-uncased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 0.0192
|
18 |
+
- Validation Loss: 0.2130
|
19 |
+
- Train Accuracy: 0.9492
|
20 |
+
- Train Precision: [0.96024845 0.88152174]
|
21 |
+
- Train Precision W: 0.9478
|
22 |
+
- Train Recall: [0.98025362 0.78357488]
|
23 |
+
- Train Recall W: 0.9492
|
24 |
+
- Train F1: [0.97014792 0.82966752]
|
25 |
+
- Train F1 W: 0.9480
|
26 |
+
- Epoch: 5
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
53 |
| 0.1572 | 0.1686 | 0.9315 | [0.94412331 0.8463357 ] | 0.9287 | [0.97644928 0.69178744] | 0.9315 | [0.96001425 0.76129718] | 0.9286 | 2 |
|
54 |
| 0.1028 | 0.2179 | 0.9222 | [0.92357119 0.90951638] | 0.9214 | [0.98949275 0.56328502] | 0.9222 | [0.95539619 0.69570406] | 0.9144 | 3 |
|
55 |
| 0.0554 | 0.1492 | 0.9475 | [0.96816208 0.83641675] | 0.9474 | [0.96956522 0.82995169] | 0.9475 | [0.96886314 0.83317168] | 0.9474 | 4 |
|
56 |
+
| 0.0192 | 0.2130 | 0.9492 | [0.96024845 0.88152174] | 0.9478 | [0.98025362 0.78357488] | 0.9492 | [0.97014792 0.82966752] | 0.9480 | 5 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 439697688
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:672dc3c627e09f70d4393a4756f649800226edb5896d4ffdaf817e015b75853f
|
3 |
size 439697688
|