Commit ·
e2162c4
1
Parent(s): a0eb3e9
Training in progress epoch 0
Browse files- README.md +5 -9
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -14,10 +14,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [xlnet-base-cased](https://huggingface.co/xlnet-base-cased) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Train Loss:
|
| 18 |
-
- Validation Loss: 0.
|
| 19 |
-
- Train Accuracy:
|
| 20 |
-
- Epoch:
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -43,11 +43,7 @@ The following hyperparameters were used during training:
|
|
| 43 |
|
| 44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
| 45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
| 46 |
-
| 1.
|
| 47 |
-
| 0.7122 | 0.4705 | 0.7949 | 1 |
|
| 48 |
-
| 0.2885 | 0.1013 | 1.0 | 2 |
|
| 49 |
-
| 0.1129 | 0.0375 | 1.0 | 3 |
|
| 50 |
-
| 0.0547 | 0.0134 | 1.0 | 4 |
|
| 51 |
|
| 52 |
|
| 53 |
### Framework versions
|
|
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [xlnet-base-cased](https://huggingface.co/xlnet-base-cased) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Train Loss: 1.2095
|
| 18 |
+
- Validation Loss: 0.7746
|
| 19 |
+
- Train Accuracy: 0.6923
|
| 20 |
+
- Epoch: 0
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 43 |
|
| 44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
| 45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
| 46 |
+
| 1.2095 | 0.7746 | 0.6923 | 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
|
| 48 |
|
| 49 |
### Framework versions
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 469461000
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d450da8eee1bfcde88fe6547e4fc7cfa8d864ff68788ac1e7fd69a87d19631aa
|
| 3 |
size 469461000
|