dtorber commited on
Commit
6472182
·
verified ·
1 Parent(s): b063d91

Model save

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -17,14 +17,14 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [dccuchile/bert-base-spanish-wwm-cased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.2567
21
- - F1 Macro: 0.8341
22
- - F1: 0.8855
23
- - F1 Neg: 0.7826
24
- - Acc: 0.85
25
- - Prec: 0.8593
26
- - Recall: 0.9134
27
- - Mcc: 0.6713
28
 
29
  ## Model description
30
 
@@ -50,7 +50,7 @@ The following hyperparameters were used during training:
50
  - distributed_type: multi-GPU
51
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
  - lr_scheduler_type: linear
53
- - num_epochs: 10
54
  - mixed_precision_training: Native AMP
55
 
56
  ### Training results
 
17
 
18
  This model is a fine-tuned version of [dccuchile/bert-base-spanish-wwm-cased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 1.3703
21
+ - F1 Macro: 0.8442
22
+ - F1: 0.8897
23
+ - F1 Neg: 0.7986
24
+ - Acc: 0.8575
25
+ - Prec: 0.8745
26
+ - Recall: 0.9055
27
+ - Mcc: 0.6893
28
 
29
  ## Model description
30
 
 
50
  - distributed_type: multi-GPU
51
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
  - lr_scheduler_type: linear
53
+ - num_epochs: 15
54
  - mixed_precision_training: Native AMP
55
 
56
  ### Training results