gustavokpc
commited on
Commit
•
35a13be
1
Parent(s):
a2781ef
Training in progress epoch 6
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 [bert-large-uncased](https://huggingface.co/bert-large-uncased) 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 |
|
@@ -57,6 +57,7 @@ The following hyperparameters were used during training:
|
|
57 |
| 0.1873 | 0.9303 | 0.5203 | 0.3889 | 0.8490 | 0.2200 | 0.9149 | 0.5561 | 0.4075 | 0.9235 | 3 |
|
58 |
| 0.1614 | 0.9404 | 0.5316 | 0.3944 | 0.8756 | 0.2188 | 0.9235 | 0.5566 | 0.4080 | 0.9242 | 4 |
|
59 |
| 0.1380 | 0.9497 | 0.5359 | 0.3956 | 0.8898 | 0.2205 | 0.9228 | 0.5506 | 0.4024 | 0.9213 | 5 |
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.1200
|
19 |
+
- Train Accuracy: 0.9569
|
20 |
+
- Train F1 M: 0.5414
|
21 |
+
- Train Precision M: 0.3981
|
22 |
+
- Train Recall M: 0.9034
|
23 |
+
- Validation Loss: 0.2290
|
24 |
+
- Validation Accuracy: 0.9202
|
25 |
+
- Validation F1 M: 0.5513
|
26 |
+
- Validation Precision M: 0.4022
|
27 |
+
- Validation Recall M: 0.9261
|
28 |
+
- Epoch: 6
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
57 |
| 0.1873 | 0.9303 | 0.5203 | 0.3889 | 0.8490 | 0.2200 | 0.9149 | 0.5561 | 0.4075 | 0.9235 | 3 |
|
58 |
| 0.1614 | 0.9404 | 0.5316 | 0.3944 | 0.8756 | 0.2188 | 0.9235 | 0.5566 | 0.4080 | 0.9242 | 4 |
|
59 |
| 0.1380 | 0.9497 | 0.5359 | 0.3956 | 0.8898 | 0.2205 | 0.9228 | 0.5506 | 0.4024 | 0.9213 | 5 |
|
60 |
+
| 0.1200 | 0.9569 | 0.5414 | 0.3981 | 0.9034 | 0.2290 | 0.9202 | 0.5513 | 0.4022 | 0.9261 | 6 |
|
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 1341127728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f172d61347e429d9928f39f2a0eabb61a5c35caa3c5e7d5f90fac284ec0c063
|
3 |
size 1341127728
|