vedantjumle
commited on
Commit
·
946b1e0
1
Parent(s):
daa84e8
Training in progress epoch 29
Browse files- README.md +13 -4
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,10 +15,10 @@ 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 |
-
- Validation Loss: 0.
|
20 |
-
- Train Accuracy: 0.
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -65,6 +65,15 @@ The following hyperparameters were used during training:
|
|
65 |
| 0.1625 | 0.6388 | 0.8967 | 18 |
|
66 |
| 0.1422 | 0.6158 | 0.9033 | 19 |
|
67 |
| 0.1321 | 0.6181 | 0.9 | 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
|
69 |
|
70 |
### 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.0645
|
19 |
+
- Validation Loss: 0.5256
|
20 |
+
- Train Accuracy: 0.89
|
21 |
+
- Epoch: 29
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
65 |
| 0.1625 | 0.6388 | 0.8967 | 18 |
|
66 |
| 0.1422 | 0.6158 | 0.9033 | 19 |
|
67 |
| 0.1321 | 0.6181 | 0.9 | 20 |
|
68 |
+
| 0.1187 | 0.5910 | 0.8933 | 21 |
|
69 |
+
| 0.1072 | 0.5873 | 0.8967 | 22 |
|
70 |
+
| 0.0988 | 0.5725 | 0.8967 | 23 |
|
71 |
+
| 0.0902 | 0.5619 | 0.8967 | 24 |
|
72 |
+
| 0.0844 | 0.5506 | 0.8967 | 25 |
|
73 |
+
| 0.0776 | 0.5489 | 0.89 | 26 |
|
74 |
+
| 0.0724 | 0.5411 | 0.8933 | 27 |
|
75 |
+
| 0.0687 | 0.5280 | 0.8933 | 28 |
|
76 |
+
| 0.0645 | 0.5256 | 0.89 | 29 |
|
77 |
|
78 |
|
79 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1341734528
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4355bca940c806ec4db38fce331c7a04def5a7f20c48b8e88b34d1f4b1e93246
|
3 |
size 1341734528
|