Evelyn18 commited on
Commit
8c10020
1 Parent(s): d7dbd3f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [IIC/roberta-base-spanish-squades](https://huggingface.co/IIC/roberta-base-spanish-squades) on the becasv2 dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 2.4087
19
 
20
  ## Model description
21
 
@@ -35,8 +35,8 @@ More information needed
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 3e-05
38
- - train_batch_size: 16
39
- - eval_batch_size: 16
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
@@ -46,12 +46,12 @@ The following hyperparameters were used during training:
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
- | No log | 1.0 | 5 | 1.9423 |
50
- | No log | 2.0 | 10 | 1.7314 |
51
- | No log | 3.0 | 15 | 1.9860 |
52
- | No log | 4.0 | 20 | 2.2231 |
53
- | No log | 5.0 | 25 | 2.3610 |
54
- | No log | 6.0 | 30 | 2.4087 |
55
 
56
 
57
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [IIC/roberta-base-spanish-squades](https://huggingface.co/IIC/roberta-base-spanish-squades) on the becasv2 dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 2.0023
19
 
20
  ## Model description
21
 
 
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 3e-05
38
+ - train_batch_size: 32
39
+ - eval_batch_size: 32
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
 
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | No log | 1.0 | 3 | 2.2257 |
50
+ | No log | 2.0 | 6 | 1.8301 |
51
+ | No log | 3.0 | 9 | 1.7627 |
52
+ | No log | 4.0 | 12 | 1.8773 |
53
+ | No log | 5.0 | 15 | 1.9731 |
54
+ | No log | 6.0 | 18 | 2.0023 |
55
 
56
 
57
  ### Framework versions