dtorber commited on
Commit
ba55d6f
·
verified ·
1 Parent(s): 644d0c0

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.0912
21
- - F1 Macro: 0.8660
22
- - F1: 0.9030
23
- - F1 Neg: 0.8290
24
- - Acc: 0.8762
25
- - Prec: 0.8986
26
- - Recall: 0.9075
27
- - Mcc: 0.7321
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.3375
21
+ - F1 Macro: 0.8469
22
+ - F1: 0.8895
23
+ - F1 Neg: 0.8042
24
+ - Acc: 0.8588
25
+ - Prec: 0.8835
26
+ - Recall: 0.8957
27
+ - Mcc: 0.6939
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