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-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) 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,21 +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 |
-
| 0.0143 | 7.0 | 3430 | 0.
|
89 |
-
| 0.
|
90 |
-
| 0.
|
|
|
91 |
|
92 |
|
93 |
### Framework versions
|
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
+
value: 0.7845931433292028
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
+
value: 0.7810444078947368
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
+
value: 0.7828147537605605
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
+
value: 0.9671762427683093
|
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-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the lener_br dataset.
|
46 |
It achieves the following results on the evaluation set:
|
47 |
+
- Loss: 0.1555
|
48 |
+
- Precision: 0.7846
|
49 |
+
- Recall: 0.7810
|
50 |
+
- F1: 0.7828
|
51 |
+
- Accuracy: 0.9672
|
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.1861 | 0.6380 | 0.6661 | 0.6518 | 0.9446 |
|
83 |
+
| 0.2629 | 2.0 | 980 | 0.1618 | 0.7063 | 0.7303 | 0.7181 | 0.9537 |
|
84 |
+
| 0.0756 | 3.0 | 1470 | 0.1299 | 0.7299 | 0.8010 | 0.7638 | 0.9645 |
|
85 |
+
| 0.0443 | 4.0 | 1960 | 0.1422 | 0.7634 | 0.7708 | 0.7671 | 0.9643 |
|
86 |
+
| 0.0279 | 5.0 | 2450 | 0.1508 | 0.7870 | 0.7679 | 0.7773 | 0.9648 |
|
87 |
+
| 0.0203 | 6.0 | 2940 | 0.1457 | 0.7693 | 0.7815 | 0.7753 | 0.9681 |
|
88 |
+
| 0.0143 | 7.0 | 3430 | 0.1508 | 0.7767 | 0.7714 | 0.7740 | 0.9663 |
|
89 |
+
| 0.0105 | 8.0 | 3920 | 0.1537 | 0.7812 | 0.7669 | 0.7739 | 0.9671 |
|
90 |
+
| 0.0085 | 9.0 | 4410 | 0.1564 | 0.7809 | 0.7681 | 0.7745 | 0.9669 |
|
91 |
+
| 0.0064 | 10.0 | 4900 | 0.1555 | 0.7846 | 0.7810 | 0.7828 | 0.9672 |
|
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 265503852
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c997a53fb94a3253f1e2e3f9f12aea1cc2447e65eb1e88b88f06ee1aa28da1e
|
3 |
size 265503852
|
runs/Oct06_23-10-17_2254f489b8be/events.out.tfevents.1728256235.2254f489b8be.35.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:1e84c061b1e330d54e387ce4550a9309e5660b3c41e3ae309ac392a40b37285c
|
3 |
+
size 12386
|
runs/Oct06_23-10-17_2254f489b8be/events.out.tfevents.1728257354.2254f489b8be.35.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba11c9a4ffc87b5d21b1d20b5eaf3badc7000dfe55850794f4c785acd759f5cb
|
3 |
+
size 560
|