ricardo-filho commited on
Commit
5d0c72e
1 Parent(s): 78dbced

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -30
README.md CHANGED
@@ -14,35 +14,35 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  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.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 0.0109
18
- - Criterio Julgamento Precision: 0.8409
19
- - Criterio Julgamento Recall: 0.925
20
- - Criterio Julgamento F1: 0.8810
21
- - Criterio Julgamento Number: 80
22
- - Data Sessao Precision: 0.7838
23
- - Data Sessao Recall: 0.8056
24
- - Data Sessao F1: 0.7945
25
- - Data Sessao Number: 36
26
- - Modalidade Licitacao Precision: 0.9517
27
- - Modalidade Licitacao Recall: 0.9718
28
- - Modalidade Licitacao F1: 0.9617
29
- - Modalidade Licitacao Number: 284
30
- - Numero Exercicio Precision: 0.9706
31
- - Numero Exercicio Recall: 0.9925
32
- - Numero Exercicio F1: 0.9814
33
- - Numero Exercicio Number: 133
34
- - Objeto Licitacao Precision: 0.6143
35
- - Objeto Licitacao Recall: 0.7544
36
- - Objeto Licitacao F1: 0.6772
37
- - Objeto Licitacao Number: 57
38
- - Valor Objeto Precision: 0.8571
39
- - Valor Objeto Recall: 1.0
40
- - Valor Objeto F1: 0.9231
41
- - Valor Objeto Number: 6
42
- - Overall Precision: 0.8917
43
- - Overall Recall: 0.9396
44
- - Overall F1: 0.9150
45
- - Overall Accuracy: 0.9980
46
 
47
  ## Model description
48
 
@@ -67,10 +67,22 @@ The following hyperparameters were used during training:
67
  - seed: 42
68
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
69
  - lr_scheduler_type: linear
70
- - num_epochs: 5.0
71
 
72
  ### Training results
73
 
 
 
 
 
 
 
 
 
 
 
 
 
74
 
75
 
76
  ### Framework versions
 
14
 
15
  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.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.0295
18
+ - Criterio Julgamento Precision: 0.8488
19
+ - Criterio Julgamento Recall: 0.8902
20
+ - Criterio Julgamento F1: 0.8690
21
+ - Criterio Julgamento Number: 82
22
+ - Data Sessao Precision: 0.7903
23
+ - Data Sessao Recall: 0.8909
24
+ - Data Sessao F1: 0.8376
25
+ - Data Sessao Number: 55
26
+ - Modalidade Licitacao Precision: 0.9571
27
+ - Modalidade Licitacao Recall: 0.9781
28
+ - Modalidade Licitacao F1: 0.9674
29
+ - Modalidade Licitacao Number: 319
30
+ - Numero Exercicio Precision: 0.9181
31
+ - Numero Exercicio Recall: 0.9812
32
+ - Numero Exercicio F1: 0.9486
33
+ - Numero Exercicio Number: 160
34
+ - Objeto Licitacao Precision: 0.6393
35
+ - Objeto Licitacao Recall: 0.6724
36
+ - Objeto Licitacao F1: 0.6555
37
+ - Objeto Licitacao Number: 58
38
+ - Valor Objeto Precision: 0.9211
39
+ - Valor Objeto Recall: 0.9211
40
+ - Valor Objeto F1: 0.9211
41
+ - Valor Objeto Number: 38
42
+ - Overall Precision: 0.8938
43
+ - Overall Recall: 0.9340
44
+ - Overall F1: 0.9135
45
+ - Overall Accuracy: 0.9962
46
 
47
  ## Model description
48
 
 
67
  - seed: 42
68
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
69
  - lr_scheduler_type: linear
70
+ - num_epochs: 10.0
71
 
72
  ### Training results
73
 
74
+ | Training Loss | Epoch | Step | Validation Loss | Criterio Julgamento Precision | Criterio Julgamento Recall | Criterio Julgamento F1 | Criterio Julgamento Number | Data Sessao Precision | Data Sessao Recall | Data Sessao F1 | Data Sessao Number | Modalidade Licitacao Precision | Modalidade Licitacao Recall | Modalidade Licitacao F1 | Modalidade Licitacao Number | Numero Exercicio Precision | Numero Exercicio Recall | Numero Exercicio F1 | Numero Exercicio Number | Objeto Licitacao Precision | Objeto Licitacao Recall | Objeto Licitacao F1 | Objeto Licitacao Number | Valor Objeto Precision | Valor Objeto Recall | Valor Objeto F1 | Valor Objeto Number | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |
75
+ |:-------------:|:-----:|:-----:|:---------------:|:-----------------------------:|:--------------------------:|:----------------------:|:--------------------------:|:---------------------:|:------------------:|:--------------:|:------------------:|:------------------------------:|:---------------------------:|:-----------------------:|:---------------------------:|:--------------------------:|:-----------------------:|:-------------------:|:-----------------------:|:--------------------------:|:-----------------------:|:-------------------:|:-----------------------:|:----------------------:|:-------------------:|:---------------:|:-------------------:|:-----------------:|:--------------:|:----------:|:----------------:|
76
+ | 0.0252 | 1.0 | 1963 | 0.0202 | 0.8022 | 0.8902 | 0.8439 | 82 | 0.7391 | 0.9273 | 0.8226 | 55 | 0.9233 | 0.9812 | 0.9514 | 319 | 0.8966 | 0.975 | 0.9341 | 160 | 0.4730 | 0.6034 | 0.5303 | 58 | 0.7083 | 0.8947 | 0.7907 | 38 | 0.8327 | 0.9298 | 0.8786 | 0.9948 |
77
+ | 0.0191 | 2.0 | 3926 | 0.0226 | 0.8554 | 0.8659 | 0.8606 | 82 | 0.5641 | 0.4 | 0.4681 | 55 | 0.9572 | 0.9812 | 0.9690 | 319 | 0.9273 | 0.9563 | 0.9415 | 160 | 0.3770 | 0.3966 | 0.3866 | 58 | 0.8571 | 0.7895 | 0.8219 | 38 | 0.8620 | 0.8596 | 0.8608 | 0.9951 |
78
+ | 0.0137 | 3.0 | 5889 | 0.0193 | 0.8875 | 0.8659 | 0.8765 | 82 | 0.7571 | 0.9636 | 0.848 | 55 | 0.9394 | 0.9718 | 0.9553 | 319 | 0.9172 | 0.9688 | 0.9422 | 160 | 0.4659 | 0.7069 | 0.5616 | 58 | 0.8333 | 0.9211 | 0.875 | 38 | 0.8537 | 0.9340 | 0.8920 | 0.9951 |
79
+ | 0.0082 | 4.0 | 7852 | 0.0210 | 0.8780 | 0.8780 | 0.8780 | 82 | 0.7966 | 0.8545 | 0.8246 | 55 | 0.9512 | 0.9781 | 0.9645 | 319 | 0.9023 | 0.9812 | 0.9401 | 160 | 0.5385 | 0.6034 | 0.5691 | 58 | 0.9 | 0.9474 | 0.9231 | 38 | 0.8810 | 0.9256 | 0.9027 | 0.9963 |
80
+ | 0.0048 | 5.0 | 9815 | 0.0222 | 0.8261 | 0.9268 | 0.8736 | 82 | 0.7969 | 0.9273 | 0.8571 | 55 | 0.9512 | 0.9781 | 0.9645 | 319 | 0.9231 | 0.975 | 0.9483 | 160 | 0.6515 | 0.7414 | 0.6935 | 58 | 0.875 | 0.9211 | 0.8974 | 38 | 0.8867 | 0.9452 | 0.9150 | 0.9964 |
81
+ | 0.0044 | 6.0 | 11778 | 0.0262 | 0.8276 | 0.8780 | 0.8521 | 82 | 0.7681 | 0.9636 | 0.8548 | 55 | 0.9541 | 0.9781 | 0.9659 | 319 | 0.9235 | 0.9812 | 0.9515 | 160 | 0.5263 | 0.6897 | 0.5970 | 58 | 0.9211 | 0.9211 | 0.9211 | 38 | 0.8722 | 0.9396 | 0.9047 | 0.9959 |
82
+ | 0.0042 | 7.0 | 13741 | 0.0246 | 0.8523 | 0.9146 | 0.8824 | 82 | 0.7656 | 0.8909 | 0.8235 | 55 | 0.9509 | 0.9718 | 0.9612 | 319 | 0.9118 | 0.9688 | 0.9394 | 160 | 0.5938 | 0.6552 | 0.6230 | 58 | 0.8974 | 0.9211 | 0.9091 | 38 | 0.8815 | 0.9298 | 0.9050 | 0.9960 |
83
+ | 0.0013 | 8.0 | 15704 | 0.0294 | 0.8295 | 0.8902 | 0.8588 | 82 | 0.7391 | 0.9273 | 0.8226 | 55 | 0.9543 | 0.9812 | 0.9675 | 319 | 0.9070 | 0.975 | 0.9398 | 160 | 0.6094 | 0.6724 | 0.6393 | 58 | 0.875 | 0.9211 | 0.8974 | 38 | 0.8765 | 0.9368 | 0.9056 | 0.9961 |
84
+ | 0.0019 | 9.0 | 17667 | 0.0303 | 0.8690 | 0.8902 | 0.8795 | 82 | 0.8305 | 0.8909 | 0.8596 | 55 | 0.9538 | 0.9718 | 0.9627 | 319 | 0.9290 | 0.9812 | 0.9544 | 160 | 0.6441 | 0.6552 | 0.6496 | 58 | 0.9211 | 0.9211 | 0.9211 | 38 | 0.9019 | 0.9298 | 0.9156 | 0.9961 |
85
+ | 0.0007 | 10.0 | 19630 | 0.0295 | 0.8488 | 0.8902 | 0.8690 | 82 | 0.7903 | 0.8909 | 0.8376 | 55 | 0.9571 | 0.9781 | 0.9674 | 319 | 0.9181 | 0.9812 | 0.9486 | 160 | 0.6393 | 0.6724 | 0.6555 | 58 | 0.9211 | 0.9211 | 0.9211 | 38 | 0.8938 | 0.9340 | 0.9135 | 0.9962 |
86
 
87
 
88
  ### Framework versions