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 [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 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.6612 | 0.9235 | 0.2473 | 0.9235 | 0.9269 | 0.9235 | 0.9223 | 0 |
|
52 |
| 0.2021 | 0.9385 | 0.1769 | 0.9385 | 0.9405 | 0.9385 | 0.9381 | 1 |
|
|
|
53 |
|
54 |
|
55 |
### 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.1456
|
19 |
+
- Train Accuracy: 0.9435
|
20 |
+
- Validation Loss: 0.1506
|
21 |
+
- Validation Accuracy: 0.9435
|
22 |
+
- Train Precision: 0.9456
|
23 |
+
- Train Recall: 0.9435
|
24 |
+
- Train F1: 0.9433
|
25 |
+
- Epoch: 2
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
50 |
|:----------:|:--------------:|:---------------:|:-------------------:|:---------------:|:------------:|:--------:|:-----:|
|
51 |
| 0.6612 | 0.9235 | 0.2473 | 0.9235 | 0.9269 | 0.9235 | 0.9223 | 0 |
|
52 |
| 0.2021 | 0.9385 | 0.1769 | 0.9385 | 0.9405 | 0.9385 | 0.9381 | 1 |
|
53 |
+
| 0.1456 | 0.9435 | 0.1506 | 0.9435 | 0.9456 | 0.9435 | 0.9433 | 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 1112482624
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c6dcb368fb24951958bc5e26306cfe034a6ba82ad0913d8e1e938b5320a2f67
|
3 |
size 1112482624
|