vedantjumle
commited on
Commit
•
0778d8b
1
Parent(s):
41acc16
Training in progress epoch 25
Browse files- README.md +20 -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:
|
19 |
-
- Validation Loss:
|
20 |
-
- Train Accuracy: 0.
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -54,6 +54,22 @@ The following hyperparameters were used during training:
|
|
54 |
| 5.0400 | 5.0121 | 0.01 | 7 |
|
55 |
| 5.0372 | 5.0030 | 0.0167 | 8 |
|
56 |
| 5.0326 | 5.0256 | 0.0067 | 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
|
59 |
### 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: 4.4459
|
19 |
+
- Validation Loss: 4.3669
|
20 |
+
- Train Accuracy: 0.0233
|
21 |
+
- Epoch: 25
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
54 |
| 5.0400 | 5.0121 | 0.01 | 7 |
|
55 |
| 5.0372 | 5.0030 | 0.0167 | 8 |
|
56 |
| 5.0326 | 5.0256 | 0.0067 | 9 |
|
57 |
+
| 5.0382 | 4.9992 | 0.01 | 10 |
|
58 |
+
| 5.0144 | 4.9976 | 0.01 | 11 |
|
59 |
+
| 5.0152 | 4.9783 | 0.0167 | 12 |
|
60 |
+
| 4.9700 | 4.9433 | 0.0067 | 13 |
|
61 |
+
| 4.9206 | 4.9482 | 0.0067 | 14 |
|
62 |
+
| 4.9153 | 4.8727 | 0.0067 | 15 |
|
63 |
+
| 4.9287 | 4.7980 | 0.0167 | 16 |
|
64 |
+
| 4.8014 | 4.7452 | 0.0167 | 17 |
|
65 |
+
| 4.7477 | 4.6429 | 0.01 | 18 |
|
66 |
+
| 4.6939 | 4.6035 | 0.02 | 19 |
|
67 |
+
| 4.6607 | 4.5406 | 0.02 | 20 |
|
68 |
+
| 4.6075 | 4.5490 | 0.0167 | 21 |
|
69 |
+
| 4.5748 | 4.5086 | 0.0333 | 22 |
|
70 |
+
| 4.5383 | 4.3940 | 0.0333 | 23 |
|
71 |
+
| 4.4965 | 4.3748 | 0.0233 | 24 |
|
72 |
+
| 4.4459 | 4.3669 | 0.0233 | 25 |
|
73 |
|
74 |
|
75 |
### 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:6ddfe87d855b992d771952a4674b1085a7cb94708902198dc387bbedb531cb40
|
3 |
size 1341734528
|