jclynn commited on
Commit
d10b1bf
1 Parent(s): dd6cc3b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -14,11 +14,11 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # finetuning-sentiment-es-synthetic-train-orig-val
16
 
17
- This model is a fine-tuned version of [dccuchile/bert-base-spanish-wwm-cased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 1.1226
20
- - Accuracy: 0.7746
21
- - F1: 0.8261
22
 
23
  ## Model description
24
 
@@ -43,7 +43,7 @@ The following hyperparameters were used during training:
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - num_epochs: 2
47
 
48
  ### Training results
49
 
 
14
 
15
  # finetuning-sentiment-es-synthetic-train-orig-val
16
 
17
+ This model is a fine-tuned version of [jclynn/finetuning-sentiment-es-synthetic-samples](https://huggingface.co/jclynn/finetuning-sentiment-es-synthetic-samples) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.5320
20
+ - Accuracy: 0.9014
21
+ - F1: 0.9293
22
 
23
  ## Model description
24
 
 
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 3
47
 
48
  ### Training results
49