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.8384 | 0.923 | 0.2463 | 0.9230 | 0.9256 | 0.923 | 0.9221 | 0 |
|
52 |
| 0.2072 | 0.936 | 0.1811 | 0.9360 | 0.9379 | 0.936 | 0.9356 | 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.1468
|
19 |
+
- Train Accuracy: 0.944
|
20 |
+
- Validation Loss: 0.1545
|
21 |
+
- Validation Accuracy: 0.9440
|
22 |
+
- Train Precision: 0.9458
|
23 |
+
- Train Recall: 0.944
|
24 |
+
- Train F1: 0.9436
|
25 |
+
- Epoch: 2
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
50 |
|:----------:|:--------------:|:---------------:|:-------------------:|:---------------:|:------------:|:--------:|:-----:|
|
51 |
| 0.8384 | 0.923 | 0.2463 | 0.9230 | 0.9256 | 0.923 | 0.9221 | 0 |
|
52 |
| 0.2072 | 0.936 | 0.1811 | 0.9360 | 0.9379 | 0.936 | 0.9356 | 1 |
|
53 |
+
| 0.1468 | 0.944 | 0.1545 | 0.9440 | 0.9458 | 0.944 | 0.9436 | 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:fdbf1093c02e5c381e5ea2a4881692914e3c52a406500cf49cec2c91c14cf264
|
3 |
size 1112482624
|