Commit
·
11c7e98
1
Parent(s):
b330943
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.4176 | 0.8080 | 0.4543 | 0.3667 | 0.6857 | 0.2600 | 0.8991 | 0.5567 | 0.4108 | 0.9084 | 0 |
|
55 |
| 0.2122 | 0.9203 | 0.5400 | 0.3991 | 0.8908 | 0.2049 | 0.9215 | 0.5529 | 0.4068 | 0.9089 | 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.1339
|
19 |
+
- Train Accuracy: 0.9523
|
20 |
+
- Train F1 M: 0.5559
|
21 |
+
- Train Precision M: 0.4041
|
22 |
+
- Train Recall M: 0.9513
|
23 |
+
- Validation Loss: 0.2110
|
24 |
+
- Validation Accuracy: 0.9222
|
25 |
+
- Validation F1 M: 0.5681
|
26 |
+
- Validation Precision M: 0.4137
|
27 |
+
- Validation Recall M: 0.9574
|
28 |
+
- Epoch: 2
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
53 |
|:----------:|:--------------:|:----------:|:-----------------:|:--------------:|:---------------:|:-------------------:|:---------------:|:----------------------:|:-------------------:|:-----:|
|
54 |
| 0.4176 | 0.8080 | 0.4543 | 0.3667 | 0.6857 | 0.2600 | 0.8991 | 0.5567 | 0.4108 | 0.9084 | 0 |
|
55 |
| 0.2122 | 0.9203 | 0.5400 | 0.3991 | 0.8908 | 0.2049 | 0.9215 | 0.5529 | 0.4068 | 0.9089 | 1 |
|
56 |
+
| 0.1339 | 0.9523 | 0.5559 | 0.4041 | 0.9513 | 0.2110 | 0.9222 | 0.5681 | 0.4137 | 0.9574 | 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:d3d428fab915e339586fc6ed9ceb26d0b3e2e2406fcedeee5efc29746d13175d
|
3 |
size 1341127728
|