vedantjumle
commited on
Commit
•
ae3a454
1
Parent(s):
531bc0b
Training in progress epoch 57
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 [xlnet-large-cased](https://huggingface.co/xlnet-large-cased) 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 |
|
@@ -93,6 +93,15 @@ The following hyperparameters were used during training:
|
|
93 |
| 0.0179 | 0.4355 | 0.91 | 46 |
|
94 |
| 0.0151 | 0.4091 | 0.9133 | 47 |
|
95 |
| 0.0138 | 0.4046 | 0.9167 | 48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
|
97 |
|
98 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [xlnet-large-cased](https://huggingface.co/xlnet-large-cased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.0129
|
19 |
+
- Validation Loss: 0.4315
|
20 |
+
- Train Accuracy: 0.8967
|
21 |
+
- Epoch: 57
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
93 |
| 0.0179 | 0.4355 | 0.91 | 46 |
|
94 |
| 0.0151 | 0.4091 | 0.9133 | 47 |
|
95 |
| 0.0138 | 0.4046 | 0.9167 | 48 |
|
96 |
+
| 0.0128 | 0.4063 | 0.91 | 49 |
|
97 |
+
| 0.0174 | 0.4197 | 0.91 | 50 |
|
98 |
+
| 0.0247 | 0.4015 | 0.9133 | 51 |
|
99 |
+
| 0.0159 | 0.4290 | 0.91 | 52 |
|
100 |
+
| 0.0161 | 0.4353 | 0.9033 | 53 |
|
101 |
+
| 0.0163 | 0.4568 | 0.9033 | 54 |
|
102 |
+
| 0.0153 | 0.4428 | 0.8933 | 55 |
|
103 |
+
| 0.0145 | 0.4273 | 0.9033 | 56 |
|
104 |
+
| 0.0129 | 0.4315 | 0.8967 | 57 |
|
105 |
|
106 |
|
107 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1446280280
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50389d4315bf38ca71874d6838a0d3805f214ade854df9507c1082b815e68ee9
|
3 |
size 1446280280
|