RafaelMayer
commited on
Commit
·
66633eb
1
Parent(s):
815a0a6
Training in progress epoch 9
Browse files- README.md +21 -13
- 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. 0.
|
25 |
-
- Train F1 W: 0.
|
26 |
-
- Epoch:
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -47,9 +47,17 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
-
| Train Loss | Validation Loss | Train Accuracy | Train Precision | Train Precision W | Train Recall
|
51 |
-
|
52 |
-
| 0.5926 | 0.4830 | 0.8235 | [0. 0.82352941] | 0.6782 | [0. 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.1258
|
18 |
+
- Validation Loss: 0.4666
|
19 |
+
- Train Accuracy: 0.7647
|
20 |
+
- Train Precision: [0. 0.8125]
|
21 |
+
- Train Precision W: 0.6691
|
22 |
+
- Train Recall: [0. 0.92857143]
|
23 |
+
- Train Recall W: 0.7647
|
24 |
+
- Train F1: [0. 0.86666667]
|
25 |
+
- Train F1 W: 0.7137
|
26 |
+
- Epoch: 9
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
47 |
|
48 |
### Training results
|
49 |
|
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.5926 | 0.4830 | 0.8235 | [0. 0.82352941] | 0.6782 | [0. 1.] | 0.8235 | [0. 0.90322581] | 0.7438 | 1 |
|
53 |
+
| 0.3224 | 0.5166 | 0.8235 | [0. 0.82352941] | 0.6782 | [0. 1.] | 0.8235 | [0. 0.90322581] | 0.7438 | 2 |
|
54 |
+
| 0.2419 | 0.6137 | 0.8235 | [0. 0.82352941] | 0.6782 | [0. 1.] | 0.8235 | [0. 0.90322581] | 0.7438 | 3 |
|
55 |
+
| 0.2583 | 0.5984 | 0.8235 | [0. 0.82352941] | 0.6782 | [0. 1.] | 0.8235 | [0. 0.90322581] | 0.7438 | 4 |
|
56 |
+
| 0.2308 | 0.5345 | 0.8235 | [0. 0.82352941] | 0.6782 | [0. 1.] | 0.8235 | [0. 0.90322581] | 0.7438 | 5 |
|
57 |
+
| 0.2178 | 0.4710 | 0.8235 | [0. 0.82352941] | 0.6782 | [0. 1.] | 0.8235 | [0. 0.90322581] | 0.7438 | 6 |
|
58 |
+
| 0.1861 | 0.4562 | 0.8235 | [0. 0.82352941] | 0.6782 | [0. 1.] | 0.8235 | [0. 0.90322581] | 0.7438 | 7 |
|
59 |
+
| 0.1456 | 0.4568 | 0.7647 | [0. 0.8125] | 0.6691 | [0. 0.92857143] | 0.7647 | [0. 0.86666667] | 0.7137 | 8 |
|
60 |
+
| 0.1258 | 0.4666 | 0.7647 | [0. 0.8125] | 0.6691 | [0. 0.92857143] | 0.7647 | [0. 0.86666667] | 0.7137 | 9 |
|
61 |
|
62 |
|
63 |
### 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:226397ebbc9e9d3ae6b32fca93e1665b79bce9301832d1933df6cbf4cd55bcd4
|
3 |
size 439697688
|