Training in progress epoch 2
Browse files- README.md +8 -7
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,13 +15,13 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
- Train End Logits Accuracy: 0.
|
20 |
-
- Train Start Logits Accuracy: 0.
|
21 |
-
- Validation Loss: 0.
|
22 |
-
- Validation End Logits Accuracy: 0.
|
23 |
-
- Validation Start Logits Accuracy: 0.
|
24 |
-
- Epoch:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -49,6 +49,7 @@ The following hyperparameters were used during training:
|
|
49 |
|:----------:|:-------------------------:|:---------------------------:|:---------------:|:------------------------------:|:--------------------------------:|:-----:|
|
50 |
| 1.5062 | 0.6059 | 0.6533 | 0.5270 | 0.8308 | 0.8867 | 0 |
|
51 |
| 0.6589 | 0.7895 | 0.8564 | 0.4835 | 0.8406 | 0.8979 | 1 |
|
|
|
52 |
|
53 |
|
54 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.4265
|
19 |
+
- Train End Logits Accuracy: 0.8515
|
20 |
+
- Train Start Logits Accuracy: 0.9052
|
21 |
+
- Validation Loss: 0.4948
|
22 |
+
- Validation End Logits Accuracy: 0.8448
|
23 |
+
- Validation Start Logits Accuracy: 0.9049
|
24 |
+
- Epoch: 2
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
49 |
|:----------:|:-------------------------:|:---------------------------:|:---------------:|:------------------------------:|:--------------------------------:|:-----:|
|
50 |
| 1.5062 | 0.6059 | 0.6533 | 0.5270 | 0.8308 | 0.8867 | 0 |
|
51 |
| 0.6589 | 0.7895 | 0.8564 | 0.4835 | 0.8406 | 0.8979 | 1 |
|
52 |
+
| 0.4265 | 0.8515 | 0.9052 | 0.4948 | 0.8448 | 0.9049 | 2 |
|
53 |
|
54 |
|
55 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1110105320
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7987db5ecac58e2a0f79d9fa5ba33705df7da23f7cce2efd2362f332819861be
|
3 |
size 1110105320
|