Evelyn18 commited on
Commit
8c8a056
1 Parent(s): ae2f7ef

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -8
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.5613
19
 
20
  ## Model description
21
 
@@ -34,21 +34,24 @@ More information needed
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
- - learning_rate: 6e-06
38
- - train_batch_size: 10
39
- - eval_batch_size: 10
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
- - num_epochs: 3
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
- | No log | 1.0 | 7 | 3.1308 |
50
- | No log | 2.0 | 14 | 2.6656 |
51
- | No log | 3.0 | 21 | 2.5613 |
 
 
 
52
 
53
 
54
  ### 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.4087
19
 
20
  ## Model description
21
 
 
34
  ### Training hyperparameters
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
43
+ - num_epochs: 6
44
 
45
  ### Training results
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