vedantjumle
commited on
Commit
•
daa84e8
1
Parent(s):
7ce1606
Training in progress epoch 20
Browse files- README.md +14 -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:
|
20 |
-
- Train Accuracy: 0.
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -55,6 +55,16 @@ The following hyperparameters were used during training:
|
|
55 |
| 1.1197 | 1.4349 | 0.8867 | 8 |
|
56 |
| 0.8654 | 1.2351 | 0.8767 | 9 |
|
57 |
| 0.6786 | 1.1051 | 0.8933 | 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
|
60 |
### 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.1321
|
19 |
+
- Validation Loss: 0.6181
|
20 |
+
- Train Accuracy: 0.9
|
21 |
+
- Epoch: 20
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
55 |
| 1.1197 | 1.4349 | 0.8867 | 8 |
|
56 |
| 0.8654 | 1.2351 | 0.8767 | 9 |
|
57 |
| 0.6786 | 1.1051 | 0.8933 | 10 |
|
58 |
+
| 0.5352 | 0.9739 | 0.8967 | 11 |
|
59 |
+
| 0.4209 | 0.8814 | 0.8967 | 12 |
|
60 |
+
| 0.3455 | 0.8079 | 0.8933 | 13 |
|
61 |
+
| 0.2878 | 0.7635 | 0.8967 | 14 |
|
62 |
+
| 0.2364 | 0.7142 | 0.9 | 15 |
|
63 |
+
| 0.2115 | 0.6899 | 0.9 | 16 |
|
64 |
+
| 0.1827 | 0.6554 | 0.9067 | 17 |
|
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
|
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:ec7b08f883d2ec35c638dca6f8234830003d319a0291a61963828c07e671d2a4
|
3 |
size 1341734528
|