End of training
Browse files- README.md +13 -14
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -26,16 +26,16 @@ model-index:
|
|
26 |
metrics:
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
-
value: 0.
|
30 |
- name: Accuracy
|
31 |
type: accuracy
|
32 |
-
value: 0.
|
33 |
- name: Precision
|
34 |
type: precision
|
35 |
-
value: 0.
|
36 |
- name: Recall
|
37 |
type: recall
|
38 |
-
value: 0.
|
39 |
---
|
40 |
|
41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -45,12 +45,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
45 |
|
46 |
This model is a fine-tuned version of [dumitrescustefan/bert-base-romanian-cased-v1](https://huggingface.co/dumitrescustefan/bert-base-romanian-cased-v1) on the moroco dataset.
|
47 |
It achieves the following results on the evaluation set:
|
48 |
-
- Loss: 0.
|
49 |
-
- F1: 0.
|
50 |
-
- Roc Auc:
|
51 |
-
- Accuracy: 0.
|
52 |
-
- Precision: 0.
|
53 |
-
- Recall: 0.
|
54 |
|
55 |
## Model description
|
56 |
|
@@ -75,15 +75,14 @@ The following hyperparameters were used during training:
|
|
75 |
- seed: 42
|
76 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
77 |
- lr_scheduler_type: linear
|
78 |
-
- num_epochs:
|
79 |
|
80 |
### Training results
|
81 |
|
82 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy | Precision | Recall |
|
83 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|:---------:|:------:|
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
-
| 0.0574 | 3.0 | 4074 | 0.0981 | 0.8710 | None | 0.8532 | 0.8721 | 0.8702 |
|
87 |
|
88 |
|
89 |
### Framework versions
|
|
|
26 |
metrics:
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
+
value: 0.8683940771433114
|
30 |
- name: Accuracy
|
31 |
type: accuracy
|
32 |
+
value: 0.8485053200472893
|
33 |
- name: Precision
|
34 |
type: precision
|
35 |
+
value: 0.8698117604818486
|
36 |
- name: Recall
|
37 |
type: recall
|
38 |
+
value: 0.8672521533524743
|
39 |
---
|
40 |
|
41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
45 |
|
46 |
This model is a fine-tuned version of [dumitrescustefan/bert-base-romanian-cased-v1](https://huggingface.co/dumitrescustefan/bert-base-romanian-cased-v1) on the moroco dataset.
|
47 |
It achieves the following results on the evaluation set:
|
48 |
+
- Loss: 0.1075
|
49 |
+
- F1: 0.8684
|
50 |
+
- Roc Auc: 0.9149
|
51 |
+
- Accuracy: 0.8485
|
52 |
+
- Precision: 0.8698
|
53 |
+
- Recall: 0.8673
|
54 |
|
55 |
## Model description
|
56 |
|
|
|
75 |
- seed: 42
|
76 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
77 |
- lr_scheduler_type: linear
|
78 |
+
- num_epochs: 2
|
79 |
|
80 |
### Training results
|
81 |
|
82 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy | Precision | Recall |
|
83 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|:---------:|:------:|
|
84 |
+
| 0.1332 | 1.0 | 1358 | 0.1120 | 0.8630 | 0.9075 | 0.8428 | 0.8822 | 0.8456 |
|
85 |
+
| 0.0935 | 2.0 | 2716 | 0.1075 | 0.8684 | 0.9149 | 0.8485 | 0.8698 | 0.8673 |
|
|
|
86 |
|
87 |
|
88 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 497807376
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:620131973e48a1e4642f436bc29a110ef199bd2c4e8bc1bea61166825f01243c
|
3 |
size 497807376
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:625fd1e1ab004f3bcebb64626a2f0bacffcc0eccf07d3c88d96d3049bf8039e8
|
3 |
size 5176
|