dtorber commited on
Commit
b2fecf3
·
verified ·
1 Parent(s): 7ff036b

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: 0.9252
21
- - F1 Macro: 0.8302
22
- - F1: 0.8803
23
- - F1 Neg: 0.7801
24
- - Acc: 0.845
25
- - Prec: 0.8636
26
- - Recall: 0.8976
27
- - Mcc: 0.6617
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: 5
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.1958
21
+ - F1 Macro: 0.8506
22
+ - F1: 0.8990
23
+ - F1 Neg: 0.8022
24
+ - Acc: 0.8662
25
+ - Prec: 0.8639
26
+ - Recall: 0.9370
27
+ - Mcc: 0.7072
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: 10
54
  - mixed_precision_training: Native AMP
55
 
56
  ### Training results