gustavokpc
commited on
Commit
•
136d818
1
Parent(s):
e7a5752
Training in progress epoch 2
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 |
|
@@ -53,6 +53,7 @@ The following hyperparameters were used during training:
|
|
53 |
|:----------:|:--------------:|:----------:|:-----------------:|:--------------:|:---------------:|:-------------------:|:---------------:|:----------------------:|:-------------------:|:-----:|
|
54 |
| 0.4434 | 0.8014 | 0.4236 | 0.3661 | 0.5865 | 0.2743 | 0.8872 | 0.4964 | 0.3787 | 0.7644 | 0 |
|
55 |
| 0.2804 | 0.8901 | 0.4898 | 0.3778 | 0.7488 | 0.2824 | 0.8879 | 0.5567 | 0.4181 | 0.8782 | 1 |
|
|
|
56 |
|
57 |
|
58 |
### 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.2254
|
19 |
+
- Train Accuracy: 0.9128
|
20 |
+
- Train F1 M: 0.5069
|
21 |
+
- Train Precision M: 0.3838
|
22 |
+
- Train Recall M: 0.8028
|
23 |
+
- Validation Loss: 0.2388
|
24 |
+
- Validation Accuracy: 0.9090
|
25 |
+
- Validation F1 M: 0.5468
|
26 |
+
- Validation Precision M: 0.4009
|
27 |
+
- Validation Recall M: 0.9053
|
28 |
+
- Epoch: 2
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
53 |
|:----------:|:--------------:|:----------:|:-----------------:|:--------------:|:---------------:|:-------------------:|:---------------:|:----------------------:|:-------------------:|:-----:|
|
54 |
| 0.4434 | 0.8014 | 0.4236 | 0.3661 | 0.5865 | 0.2743 | 0.8872 | 0.4964 | 0.3787 | 0.7644 | 0 |
|
55 |
| 0.2804 | 0.8901 | 0.4898 | 0.3778 | 0.7488 | 0.2824 | 0.8879 | 0.5567 | 0.4181 | 0.8782 | 1 |
|
56 |
+
| 0.2254 | 0.9128 | 0.5069 | 0.3838 | 0.8028 | 0.2388 | 0.9090 | 0.5468 | 0.4009 | 0.9053 | 2 |
|
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 1341127728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa616b8a6a18826a0f7d77aa3e6ae5675ac9271ba61b015078d8c00e0df5e49c
|
3 |
size 1341127728
|