erickrribeiro commited on
Commit
7cfa701
1 Parent(s): 4de74e6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -23,10 +23,10 @@ model-index:
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
- value: 0.8725490196078431
27
  - name: F1
28
  type: f1
29
- value: 0.9106529209621993
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -36,9 +36,9 @@ should probably proofread and complete it, then remove this comment. -->
36
 
37
  This model is a fine-tuned version of [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on the glue-ptpt dataset.
38
  It achieves the following results on the evaluation set:
39
- - Loss: 0.6398
40
- - Accuracy: 0.8725
41
- - F1: 0.9107
42
 
43
  ## Model description
44
 
@@ -69,9 +69,9 @@ The following hyperparameters were used during training:
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
71
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
72
- | 0.4894 | 1.09 | 500 | 0.3384 | 0.8578 | 0.8945 |
73
- | 0.2603 | 2.18 | 1000 | 0.5077 | 0.8799 | 0.9130 |
74
- | 0.1316 | 3.27 | 1500 | 0.6398 | 0.8725 | 0.9107 |
75
 
76
 
77
  ### Framework versions
 
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
+ value: 0.8848039215686274
27
  - name: F1
28
  type: f1
29
+ value: 0.919104991394148
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
36
 
37
  This model is a fine-tuned version of [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on the glue-ptpt dataset.
38
  It achieves the following results on the evaluation set:
39
+ - Loss: 0.7884
40
+ - Accuracy: 0.8848
41
+ - F1: 0.9191
42
 
43
  ## Model description
44
 
 
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
71
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
72
+ | 0.1866 | 1.09 | 500 | 0.5935 | 0.8775 | 0.9104 |
73
+ | 0.1791 | 2.18 | 1000 | 0.6557 | 0.8676 | 0.9062 |
74
+ | 0.0676 | 3.27 | 1500 | 0.7884 | 0.8848 | 0.9191 |
75
 
76
 
77
  ### Framework versions