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/distilroberta-base](https://huggingface.co/distilbert/distilroberta-base) 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.801254136909946
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
+
value: 0.8429540040315191
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
+
value: 0.821575281300232
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
+
value: 0.9685663231476382
|
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/distilroberta-base](https://huggingface.co/distilbert/distilroberta-base) on the lener_br dataset.
|
46 |
It achieves the following results on the evaluation set:
|
47 |
+
- Loss: 0.1550
|
48 |
+
- Precision: 0.8013
|
49 |
+
- Recall: 0.8430
|
50 |
+
- F1: 0.8216
|
51 |
+
- Accuracy: 0.9686
|
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.1750 | 0.7347 | 0.6581 | 0.6942 | 0.9465 |
|
83 |
+
| 0.2808 | 2.0 | 980 | 0.1642 | 0.6954 | 0.7598 | 0.7262 | 0.9538 |
|
84 |
+
| 0.093 | 3.0 | 1470 | 0.1849 | 0.6708 | 0.7992 | 0.7294 | 0.9510 |
|
85 |
+
| 0.0557 | 4.0 | 1960 | 0.1403 | 0.7807 | 0.8345 | 0.8067 | 0.9668 |
|
86 |
+
| 0.0366 | 5.0 | 2450 | 0.1560 | 0.7775 | 0.8466 | 0.8106 | 0.9626 |
|
87 |
+
| 0.027 | 6.0 | 2940 | 0.1612 | 0.7342 | 0.8239 | 0.7764 | 0.9621 |
|
88 |
+
| 0.0204 | 7.0 | 3430 | 0.1632 | 0.7625 | 0.8356 | 0.7974 | 0.9644 |
|
89 |
+
| 0.015 | 8.0 | 3920 | 0.1748 | 0.7375 | 0.8442 | 0.7873 | 0.9615 |
|
90 |
+
| 0.0135 | 9.0 | 4410 | 0.1547 | 0.7930 | 0.8446 | 0.8180 | 0.9685 |
|
91 |
+
| 0.0101 | 10.0 | 4900 | 0.1550 | 0.8013 | 0.8430 | 0.8216 | 0.9686 |
|
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 326163532
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f52813f4278eb9ff59701dc38e08cb37eabf5cfcdc8cd86f02f41d2f81d3fd9f
|
3 |
size 326163532
|
runs/Oct07_00-15-38_48ee596c15b5/events.out.tfevents.1728260159.48ee596c15b5.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:7a00062870cbcb20bd3f2a08275f7198c9b4669f444bd9d97e0f1bd428271d2c
|
3 |
+
size 12496
|
runs/Oct07_00-15-38_48ee596c15b5/events.out.tfevents.1728261354.48ee596c15b5.34.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05bc627589eb5030296d12e586eef18e536f450a8889f34eeaf1fe2a50d0feea
|
3 |
+
size 560
|