Model save
Browse files- README.md +15 -21
- 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,23 +73,17 @@ 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 | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
-
| 0.
|
87 |
-
| 0.0407 | 26.67 | 6000 | 0.1917 | 0.8586 | 0.8951 | 0.8764 | 0.9633 |
|
88 |
-
| 0.0355 | 31.11 | 7000 | 0.1997 | 0.8505 | 0.8881 | 0.8689 | 0.9619 |
|
89 |
-
| 0.0287 | 35.56 | 8000 | 0.2041 | 0.8610 | 0.8955 | 0.8779 | 0.9637 |
|
90 |
-
| 0.0253 | 40.0 | 9000 | 0.2177 | 0.8544 | 0.8897 | 0.8717 | 0.9619 |
|
91 |
-
| 0.0221 | 44.44 | 10000 | 0.2244 | 0.8521 | 0.8947 | 0.8729 | 0.9625 |
|
92 |
-
| 0.0208 | 48.89 | 11000 | 0.2234 | 0.8560 | 0.8934 | 0.8743 | 0.9625 |
|
93 |
|
94 |
|
95 |
### Framework versions
|
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
+
value: 0.8543461237274863
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
+
value: 0.9012804626187526
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
+
value: 0.8771859296482412
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
+
value: 0.9623311462755693
|
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.2853
|
48 |
+
- Precision: 0.8543
|
49 |
+
- Recall: 0.9013
|
50 |
+
- F1: 0.8772
|
51 |
+
- Accuracy: 0.9623
|
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: 100
|
77 |
|
78 |
### Training results
|
79 |
|
80 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
+
| 0.065 | 17.78 | 4000 | 0.1785 | 0.8466 | 0.8893 | 0.8674 | 0.9608 |
|
83 |
+
| 0.0242 | 35.56 | 8000 | 0.2351 | 0.8534 | 0.8922 | 0.8724 | 0.9616 |
|
84 |
+
| 0.012 | 53.33 | 12000 | 0.2634 | 0.8537 | 0.8988 | 0.8757 | 0.9615 |
|
85 |
+
| 0.0075 | 71.11 | 16000 | 0.2730 | 0.8606 | 0.9050 | 0.8822 | 0.9641 |
|
86 |
+
| 0.0049 | 88.89 | 20000 | 0.2853 | 0.8543 | 0.9013 | 0.8772 | 0.9623 |
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
|
88 |
|
89 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 501617084
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e7b69eb3a45675d2160e4775826c26a0f26be18ab6ee7355831a8641406825d
|
3 |
size 501617084
|