vedantjumle
commited on
Commit
•
d1ace90
1
Parent(s):
67c3304
Training in progress epoch 11
Browse files- README.md +15 -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:
|
19 |
-
- Validation Loss:
|
20 |
-
- Train Accuracy: 0.
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -45,6 +45,17 @@ The following hyperparameters were used during training:
|
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
| 5.1007 | 4.9565 | 0.0133 | 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
|
50 |
### 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.5132
|
19 |
+
- Validation Loss: 0.5293
|
20 |
+
- Train Accuracy: 0.89
|
21 |
+
- Epoch: 11
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
| 5.1007 | 4.9565 | 0.0133 | 0 |
|
48 |
+
| 5.0503 | 4.8870 | 0.0367 | 1 |
|
49 |
+
| 4.9095 | 4.6674 | 0.07 | 2 |
|
50 |
+
| 4.5990 | 4.1706 | 0.2033 | 3 |
|
51 |
+
| 4.0403 | 3.4616 | 0.4267 | 4 |
|
52 |
+
| 3.2648 | 2.6274 | 0.6033 | 5 |
|
53 |
+
| 2.5315 | 1.8851 | 0.71 | 6 |
|
54 |
+
| 1.8938 | 1.4084 | 0.8033 | 7 |
|
55 |
+
| 1.3599 | 1.0397 | 0.84 | 8 |
|
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
|
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:46a73a3d309729ce9c575398a9a07637a81dc78efa521072fffaa318e8c9231e
|
3 |
size 1446280280
|