Training in progress epoch 3
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: [
|
23 |
-
- Train Recall W: 0.
|
24 |
-
- Train F1: [0.
|
25 |
-
- Train F1 W: 0.
|
26 |
-
- Epoch:
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -51,6 +51,7 @@ The following hyperparameters were used during training:
|
|
51 |
|:----------:|:---------------:|:--------------:|:-----------------------:|:-----------------:|:-----------------------:|:--------------:|:-----------------------:|:----------:|:-----:|
|
52 |
| 0.2010 | 0.7379 | 0.7400 | [0.71450617 0.99236641] | 0.8119 | [0.99892125 0.26 ] | 0.7400 | [0.83310841 0.41204437] | 0.6856 | 1 |
|
53 |
| 0.1127 | 0.4136 | 0.7982 | [0.76339654 0.9953271 ] | 0.8447 | [0.99892125 0.426 ] | 0.7982 | [0.86542056 0.59663866] | 0.7712 | 2 |
|
|
|
54 |
|
55 |
|
56 |
### 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.0818
|
18 |
+
- Validation Loss: 0.1851
|
19 |
+
- Train Accuracy: 0.9411
|
20 |
+
- Train Precision: [0.91691395 1. ]
|
21 |
+
- Train Precision W: 0.9460
|
22 |
+
- Train Recall: [1. 0.832]
|
23 |
+
- Train Recall W: 0.9411
|
24 |
+
- Train F1: [0.95665635 0.90829694]
|
25 |
+
- Train F1 W: 0.9397
|
26 |
+
- Epoch: 3
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
51 |
|:----------:|:---------------:|:--------------:|:-----------------------:|:-----------------:|:-----------------------:|:--------------:|:-----------------------:|:----------:|:-----:|
|
52 |
| 0.2010 | 0.7379 | 0.7400 | [0.71450617 0.99236641] | 0.8119 | [0.99892125 0.26 ] | 0.7400 | [0.83310841 0.41204437] | 0.6856 | 1 |
|
53 |
| 0.1127 | 0.4136 | 0.7982 | [0.76339654 0.9953271 ] | 0.8447 | [0.99892125 0.426 ] | 0.7982 | [0.86542056 0.59663866] | 0.7712 | 2 |
|
54 |
+
| 0.0818 | 0.1851 | 0.9411 | [0.91691395 1. ] | 0.9460 | [1. 0.832] | 0.9411 | [0.95665635 0.90829694] | 0.9397 | 3 |
|
55 |
|
56 |
|
57 |
### 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:5c5e8d0af3c121156cef059c098d6cd736747f26b1bdbc819ee17407a404b2e3
|
3 |
size 439697688
|