dtorber commited on
Commit
97d0836
·
verified ·
1 Parent(s): 7550e23

Model save

Browse files
Files changed (1) hide show
  1. README.md +11 -16
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.1503
21
- - F1 Macro: 0.9566
22
- - F1: 0.9688
23
- - F1 Neg: 0.9444
24
- - Acc: 0.96
25
- - Prec: 0.9612
26
- - Recall: 0.9764
27
- - Mcc: 0.9134
28
 
29
  ## Model description
30
 
@@ -55,16 +55,11 @@ The following hyperparameters were used during training:
55
 
56
  ### Training results
57
 
58
- | Training Loss | Epoch | Step | Validation Loss | F1 Macro | F1 | F1 Neg | Acc | Prec | Recall | Mcc |
59
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|:------:|:------:|:------:|:------:|
60
- | No log | 1.0 | 400 | 0.1503 | 0.9566 | 0.9688 | 0.9444 | 0.96 | 0.9612 | 0.9764 | 0.9134 |
61
- | 0.2729 | 2.0 | 800 | 0.1966 | 0.9494 | 0.9643 | 0.9345 | 0.9537 | 0.9469 | 0.9823 | 0.9000 |
62
- | 0.0926 | 3.0 | 1200 | 0.1825 | 0.9565 | 0.9688 | 0.9443 | 0.96 | 0.9595 | 0.9783 | 0.9134 |
63
 
64
 
65
  ### Framework versions
66
 
67
- - Transformers 4.37.2
68
- - Pytorch 2.2.0+cu121
69
- - Datasets 2.16.1
70
  - Tokenizers 0.15.2
 
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.1995
21
+ - F1 Macro: 0.9526
22
+ - F1: 0.9657
23
+ - F1 Neg: 0.9396
24
+ - Acc: 0.9563
25
+ - Prec: 0.9610
26
+ - Recall: 0.9705
27
+ - Mcc: 0.9054
28
 
29
  ## Model description
30
 
 
55
 
56
  ### Training results
57
 
 
 
 
 
 
58
 
59
 
60
  ### Framework versions
61
 
62
+ - Transformers 4.38.2
63
+ - Pytorch 2.2.1+cu121
64
+ - Datasets 2.18.0
65
  - Tokenizers 0.15.2