yuridrcosta
commited on
Commit
•
42500ad
1
Parent(s):
d827886
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: neuralmind/bert-base-portuguese-cased
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- precision
|
8 |
+
- recall
|
9 |
+
- f1
|
10 |
+
- accuracy
|
11 |
+
model-index:
|
12 |
+
- name: nees-bert-base-portuguese-cased-finetuned-ner
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# nees-bert-base-portuguese-cased-finetuned-ner
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on an unknown dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.0255
|
24 |
+
- Precision: 0.6545
|
25 |
+
- Recall: 0.7802
|
26 |
+
- F1: 0.7119
|
27 |
+
- Accuracy: 0.9952
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 2e-05
|
47 |
+
- train_batch_size: 16
|
48 |
+
- eval_batch_size: 16
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 10
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| 0.0344 | 1.0 | 519 | 0.0189 | 0.0 | 0.0 | 0.0 | 0.9949 |
|
59 |
+
| 0.0145 | 2.0 | 1038 | 0.0112 | 0.5050 | 0.4737 | 0.4888 | 0.9952 |
|
60 |
+
| 0.0121 | 3.0 | 1557 | 0.0132 | 0.3684 | 0.1300 | 0.1922 | 0.9953 |
|
61 |
+
| 0.0107 | 4.0 | 2076 | 0.0239 | 0.6366 | 0.7647 | 0.6948 | 0.9955 |
|
62 |
+
| 0.0056 | 5.0 | 2595 | 0.0151 | 0.6845 | 0.7121 | 0.6980 | 0.9950 |
|
63 |
+
| 0.0053 | 6.0 | 3114 | 0.0278 | 0.6432 | 0.7368 | 0.6869 | 0.9943 |
|
64 |
+
| 0.0047 | 7.0 | 3633 | 0.0199 | 0.5682 | 0.7740 | 0.6553 | 0.9953 |
|
65 |
+
| 0.0043 | 8.0 | 4152 | 0.0231 | 0.6429 | 0.7802 | 0.7049 | 0.9951 |
|
66 |
+
| 0.0022 | 9.0 | 4671 | 0.0255 | 0.6487 | 0.7833 | 0.7097 | 0.9955 |
|
67 |
+
| 0.0025 | 10.0 | 5190 | 0.0255 | 0.6545 | 0.7802 | 0.7119 | 0.9952 |
|
68 |
+
|
69 |
+
|
70 |
+
### Framework versions
|
71 |
+
|
72 |
+
- Transformers 4.37.2
|
73 |
+
- Pytorch 2.1.0+cu121
|
74 |
+
- Datasets 2.17.1
|
75 |
+
- Tokenizers 0.15.2
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 433368892
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:432c0050f9a71e0a528dbab6c523c4d26388399503549933a5cb675bf31ea32e
|
3 |
size 433368892
|
runs/Feb27_00-54-33_89edadff7c8f/events.out.tfevents.1708995276.89edadff7c8f.157.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:072c3991c0ba0923cc6f16eb38f27fbdf67001b1428917ca086c0e3cd10d5329
|
3 |
+
size 11505
|
runs/Feb27_00-54-33_89edadff7c8f/events.out.tfevents.1708999961.89edadff7c8f.157.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82feb8b5dbc7f7b4b9d25ae6998cd734743f93c15789c659e957ad53a8f7497b
|
3 |
+
size 560
|