Training in progress epoch 2
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.99892125 0.
|
23 |
-
- Train Recall W: 0.
|
24 |
-
- Train F1: [0.
|
25 |
-
- Train F1 W: 0.
|
26 |
-
- Epoch:
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -50,6 +50,7 @@ The following hyperparameters were used during training:
|
|
50 |
| Train Loss | Validation Loss | Train Accuracy | Train Precision | Train Precision W | Train Recall | Train Recall W | Train F1 | Train F1 W | Epoch |
|
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 |
|
54 |
|
55 |
### 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.1127
|
18 |
+
- Validation Loss: 0.4136
|
19 |
+
- Train Accuracy: 0.7982
|
20 |
+
- Train Precision: [0.76339654 0.9953271 ]
|
21 |
+
- Train Precision W: 0.8447
|
22 |
+
- Train Recall: [0.99892125 0.426 ]
|
23 |
+
- Train Recall W: 0.7982
|
24 |
+
- Train F1: [0.86542056 0.59663866]
|
25 |
+
- Train F1 W: 0.7712
|
26 |
+
- Epoch: 2
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
50 |
| Train Loss | Validation Loss | Train Accuracy | Train Precision | Train Precision W | Train Recall | Train Recall W | Train F1 | Train F1 W | Epoch |
|
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
|
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:aed3af91b14d130d957109bbb4add368a7bb5b60420fe3fbef642e3bec08fe52
|
3 |
size 439697688
|