Training in progress epoch 2
Browse files- README.md +9 -8
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,14 +15,14 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [xlnet/xlnet-base-cased](https://huggingface.co/xlnet/xlnet-base-cased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
- Train Accuracy: 0.
|
20 |
-
- Validation Loss: 0.
|
21 |
-
- Validation Accuracy: 0.
|
22 |
-
- Train Precision: 0.
|
23 |
-
- Train Recall: 0.
|
24 |
-
- Train F1: 0.
|
25 |
-
- Epoch:
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -50,6 +50,7 @@ The following hyperparameters were used during training:
|
|
50 |
|:----------:|:--------------:|:---------------:|:-------------------:|:---------------:|:------------:|:--------:|:-----:|
|
51 |
| 0.6647 | 0.9205 | 0.2528 | 0.9205 | 0.9226 | 0.9205 | 0.9200 | 0 |
|
52 |
| 0.1997 | 0.931 | 0.1945 | 0.9310 | 0.9330 | 0.931 | 0.9305 | 1 |
|
|
|
53 |
|
54 |
|
55 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [xlnet/xlnet-base-cased](https://huggingface.co/xlnet/xlnet-base-cased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.1395
|
19 |
+
- Train Accuracy: 0.936
|
20 |
+
- Validation Loss: 0.1985
|
21 |
+
- Validation Accuracy: 0.9360
|
22 |
+
- Train Precision: 0.9386
|
23 |
+
- Train Recall: 0.936
|
24 |
+
- Train F1: 0.9353
|
25 |
+
- Epoch: 2
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
50 |
|:----------:|:--------------:|:---------------:|:-------------------:|:---------------:|:------------:|:--------:|:-----:|
|
51 |
| 0.6647 | 0.9205 | 0.2528 | 0.9205 | 0.9226 | 0.9205 | 0.9200 | 0 |
|
52 |
| 0.1997 | 0.931 | 0.1945 | 0.9310 | 0.9330 | 0.931 | 0.9305 | 1 |
|
53 |
+
| 0.1395 | 0.936 | 0.1985 | 0.9360 | 0.9386 | 0.936 | 0.9353 | 2 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 469444616
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51bde61e85d1da1cf5343a9d735a6f3cae21ff37f0a61f25bd0a057e01c61e37
|
3 |
size 469444616
|