End of training
Browse files
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 [distilbert/distilbert-base-multilingual-cased](https://huggingface.co/distilbert/distilbert-base-multilingual-cased) on the lener_br 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,18 +73,22 @@ 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 |
-
| No log | 1.0 | 490 | 0.
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
-
| 0.
|
87 |
-
| 0.
|
|
|
|
|
|
|
|
|
88 |
|
89 |
|
90 |
### Framework versions
|
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
+
value: 0.7959714100064977
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
+
value: 0.7847533632286996
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
+
value: 0.7903225806451614
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
+
value: 0.959060823521215
|
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 [distilbert/distilbert-base-multilingual-cased](https://huggingface.co/distilbert/distilbert-base-multilingual-cased) on the lener_br dataset.
|
46 |
It achieves the following results on the evaluation set:
|
47 |
+
- Loss: 0.1904
|
48 |
+
- Precision: 0.7960
|
49 |
+
- Recall: 0.7848
|
50 |
+
- F1: 0.7903
|
51 |
+
- Accuracy: 0.9591
|
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: 10
|
77 |
|
78 |
### Training results
|
79 |
|
80 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
+
| No log | 1.0 | 490 | 0.2124 | 0.6794 | 0.6842 | 0.6818 | 0.9363 |
|
83 |
+
| 0.2601 | 2.0 | 980 | 0.1744 | 0.701 | 0.7485 | 0.7239 | 0.9486 |
|
84 |
+
| 0.0688 | 3.0 | 1470 | 0.1653 | 0.7344 | 0.7598 | 0.7469 | 0.9522 |
|
85 |
+
| 0.0375 | 4.0 | 1960 | 0.1868 | 0.7764 | 0.7429 | 0.7593 | 0.9546 |
|
86 |
+
| 0.0229 | 5.0 | 2450 | 0.1844 | 0.7748 | 0.7854 | 0.7801 | 0.9560 |
|
87 |
+
| 0.0162 | 6.0 | 2940 | 0.2072 | 0.6896 | 0.7929 | 0.7377 | 0.9462 |
|
88 |
+
| 0.0123 | 7.0 | 3430 | 0.1941 | 0.7612 | 0.7704 | 0.7658 | 0.9548 |
|
89 |
+
| 0.0078 | 8.0 | 3920 | 0.1900 | 0.7701 | 0.7909 | 0.7804 | 0.9581 |
|
90 |
+
| 0.0068 | 9.0 | 4410 | 0.1884 | 0.8000 | 0.7822 | 0.7910 | 0.9593 |
|
91 |
+
| 0.0045 | 10.0 | 4900 | 0.1904 | 0.7960 | 0.7848 | 0.7903 | 0.9591 |
|
92 |
|
93 |
|
94 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 538988660
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5883e6c11fb952b4b3d32ce83830d765ac3c5f8edcfd0e77679ab396412d15e
|
3 |
size 538988660
|
runs/Oct06_23-45-39_0b7ead496db7/events.out.tfevents.1728258357.0b7ead496db7.34.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c896984457654ceb1458cb85dab2edc6857f0fa28bac0c788ac840fddd04d3f8
|
3 |
+
size 12454
|
runs/Oct06_23-45-39_0b7ead496db7/events.out.tfevents.1728259416.0b7ead496db7.34.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edd56bf8d0f8688501e91b2dc2e920f7871d09e733308cee149fddc604c68f45
|
3 |
+
size 560
|