Model save
Browse files- README.md +20 -19
- model.safetensors +1 -1
README.md
CHANGED
@@ -25,16 +25,16 @@ model-index:
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
-
value: 0.
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
-
value: 0.
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
-
value: 0.
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
-
value: 0.
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -44,11 +44,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
44 |
|
45 |
This model is a fine-tuned version of [ufal/robeczech-base](https://huggingface.co/ufal/robeczech-base) on the cnec dataset.
|
46 |
It achieves the following results on the evaluation set:
|
47 |
-
- Loss: 0.
|
48 |
-
- Precision: 0.
|
49 |
-
- Recall: 0.
|
50 |
-
- F1: 0.
|
51 |
-
- Accuracy: 0.
|
52 |
|
53 |
## Model description
|
54 |
|
@@ -73,19 +73,20 @@ The following hyperparameters were used during training:
|
|
73 |
- seed: 42
|
74 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
75 |
- lr_scheduler_type: linear
|
76 |
-
- num_epochs:
|
77 |
|
78 |
### Training results
|
79 |
|
80 |
-
| Training Loss | Epoch | Step
|
81 |
-
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
-
| 0.
|
87 |
-
| 0.
|
88 |
-
| 0.
|
|
|
89 |
|
90 |
|
91 |
### Framework versions
|
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
+
value: 0.8457943925233645
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
+
value: 0.879028697571744
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
+
value: 0.8620913617666162
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
+
value: 0.9463553826199741
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
44 |
|
45 |
This model is a fine-tuned version of [ufal/robeczech-base](https://huggingface.co/ufal/robeczech-base) on the cnec dataset.
|
46 |
It achieves the following results on the evaluation set:
|
47 |
+
- Loss: 0.2802
|
48 |
+
- Precision: 0.8458
|
49 |
+
- Recall: 0.8790
|
50 |
+
- F1: 0.8621
|
51 |
+
- Accuracy: 0.9464
|
52 |
|
53 |
## Model description
|
54 |
|
|
|
73 |
- seed: 42
|
74 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
75 |
- lr_scheduler_type: linear
|
76 |
+
- num_epochs: 60
|
77 |
|
78 |
### Training results
|
79 |
|
80 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
+
| 0.7893 | 6.8 | 1000 | 0.5640 | 0.5842 | 0.4671 | 0.5191 | 0.8830 |
|
83 |
+
| 0.3629 | 13.61 | 2000 | 0.3352 | 0.7879 | 0.8035 | 0.7956 | 0.9299 |
|
84 |
+
| 0.2227 | 20.41 | 3000 | 0.2793 | 0.8264 | 0.8490 | 0.8375 | 0.9437 |
|
85 |
+
| 0.1577 | 27.21 | 4000 | 0.2646 | 0.8495 | 0.8649 | 0.8571 | 0.9477 |
|
86 |
+
| 0.1193 | 34.01 | 5000 | 0.2713 | 0.8491 | 0.8720 | 0.8604 | 0.9478 |
|
87 |
+
| 0.0947 | 40.82 | 6000 | 0.2670 | 0.8560 | 0.8742 | 0.8650 | 0.9494 |
|
88 |
+
| 0.0792 | 47.62 | 7000 | 0.2791 | 0.8551 | 0.8804 | 0.8675 | 0.9479 |
|
89 |
+
| 0.0706 | 54.42 | 8000 | 0.2802 | 0.8458 | 0.8790 | 0.8621 | 0.9464 |
|
90 |
|
91 |
|
92 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 501826260
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0e1e609452d5406aef57279ed5b39268478acac22bad98eab434dac20d75078
|
3 |
size 501826260
|