vedantjumle
commited on
Commit
·
4634d04
1
Parent(s):
74738ee
Training in progress epoch 9
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:
|
19 |
-
- Validation Loss:
|
20 |
-
- Train Accuracy: 0.
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -45,6 +45,15 @@ The following hyperparameters were used during training:
|
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
| 5.1411 | 5.0487 | 0.01 | 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.7254
|
19 |
+
- Validation Loss: 0.6440
|
20 |
+
- Train Accuracy: 0.88
|
21 |
+
- Epoch: 9
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
| 5.1411 | 5.0487 | 0.01 | 0 |
|
48 |
+
| 5.0561 | 4.8924 | 0.0267 | 1 |
|
49 |
+
| 4.8362 | 4.4063 | 0.2033 | 2 |
|
50 |
+
| 4.2361 | 3.4961 | 0.45 | 3 |
|
51 |
+
| 3.3575 | 2.5506 | 0.6167 | 4 |
|
52 |
+
| 2.5070 | 1.8625 | 0.74 | 5 |
|
53 |
+
| 1.8507 | 1.3431 | 0.8067 | 6 |
|
54 |
+
| 1.3367 | 0.9980 | 0.84 | 7 |
|
55 |
+
| 0.9787 | 0.7747 | 0.86 | 8 |
|
56 |
+
| 0.7254 | 0.6440 | 0.88 | 9 |
|
57 |
|
58 |
|
59 |
### 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:44bc30fe9edcf0a7fd1b17e134669ec9f88e2b0c2a6367a28380aafe18668c4c
|
3 |
size 1446280280
|