Evelyn18 commited on
Commit
9f92623
1 Parent(s): 0acd896

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -10
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.4592
19
 
20
  ## Model description
21
 
@@ -35,23 +35,19 @@ More information needed
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 3e-05
38
- - train_batch_size: 11
39
- - eval_batch_size: 11
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 | 6 | 1.8933 |
50
- | No log | 2.0 | 12 | 1.7548 |
51
- | No log | 3.0 | 18 | 2.0633 |
52
- | No log | 4.0 | 24 | 2.3632 |
53
- | No log | 5.0 | 30 | 2.4330 |
54
- | No log | 6.0 | 36 | 2.4592 |
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: 1.7734
19
 
20
  ## Model description
21
 
 
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 3e-05
38
+ - train_batch_size: 6
39
+ - eval_batch_size: 6
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
+ - num_epochs: 2
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | No log | 1.0 | 11 | 1.8136 |
50
+ | No log | 2.0 | 22 | 1.7734 |
 
 
 
 
51
 
52
 
53
  ### Framework versions