vedantjumle
commited on
Commit
•
2c02160
1
Parent(s):
112bb87
Training in progress epoch 38
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 |
|
@@ -74,6 +74,15 @@ The following hyperparameters were used during training:
|
|
74 |
| 0.0394 | 0.3624 | 0.91 | 27 |
|
75 |
| 0.0394 | 0.3249 | 0.9167 | 28 |
|
76 |
| 0.0387 | 0.3465 | 0.91 | 29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
|
78 |
|
79 |
### 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.0230
|
19 |
+
- Validation Loss: 0.3678
|
20 |
+
- Train Accuracy: 0.9067
|
21 |
+
- Epoch: 38
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
74 |
| 0.0394 | 0.3624 | 0.91 | 27 |
|
75 |
| 0.0394 | 0.3249 | 0.9167 | 28 |
|
76 |
| 0.0387 | 0.3465 | 0.91 | 29 |
|
77 |
+
| 0.0456 | 0.3580 | 0.91 | 30 |
|
78 |
+
| 0.0323 | 0.3645 | 0.9133 | 31 |
|
79 |
+
| 0.0308 | 0.3633 | 0.9133 | 32 |
|
80 |
+
| 0.0312 | 0.3658 | 0.9033 | 33 |
|
81 |
+
| 0.0244 | 0.3621 | 0.9067 | 34 |
|
82 |
+
| 0.0255 | 0.3705 | 0.9067 | 35 |
|
83 |
+
| 0.0238 | 0.3618 | 0.9067 | 36 |
|
84 |
+
| 0.0222 | 0.3603 | 0.9067 | 37 |
|
85 |
+
| 0.0230 | 0.3678 | 0.9067 | 38 |
|
86 |
|
87 |
|
88 |
### 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:788c1073f5647cab5360685ca06ff94f0703f3e14767d23567f47bb094423d67
|
3 |
size 1446280280
|