vedantjumle
commited on
Commit
•
8484895
1
Parent(s):
d1ace90
Training in progress epoch 20
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 |
|
@@ -56,6 +56,15 @@ The following hyperparameters were used during training:
|
|
56 |
| 0.9752 | 0.7675 | 0.8667 | 9 |
|
57 |
| 0.6995 | 0.6496 | 0.8667 | 10 |
|
58 |
| 0.5132 | 0.5293 | 0.89 | 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### 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.0886
|
19 |
+
- Validation Loss: 0.3831
|
20 |
+
- Train Accuracy: 0.9067
|
21 |
+
- Epoch: 20
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
56 |
| 0.9752 | 0.7675 | 0.8667 | 9 |
|
57 |
| 0.6995 | 0.6496 | 0.8667 | 10 |
|
58 |
| 0.5132 | 0.5293 | 0.89 | 11 |
|
59 |
+
| 0.3848 | 0.4618 | 0.9 | 12 |
|
60 |
+
| 0.2920 | 0.4516 | 0.8733 | 13 |
|
61 |
+
| 0.2286 | 0.4097 | 0.8967 | 14 |
|
62 |
+
| 0.1789 | 0.3951 | 0.9 | 15 |
|
63 |
+
| 0.1512 | 0.3845 | 0.8933 | 16 |
|
64 |
+
| 0.1320 | 0.3741 | 0.9067 | 17 |
|
65 |
+
| 0.1116 | 0.3553 | 0.9067 | 18 |
|
66 |
+
| 0.0935 | 0.3710 | 0.9 | 19 |
|
67 |
+
| 0.0886 | 0.3831 | 0.9067 | 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 1446280280
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7dd4fbac30766b96d5e33c0a8d005ca9cb91734f6527b2327c009e3bb76ea843
|
3 |
size 1446280280
|