osuna commited on
Commit
c3c3dd2
1 Parent(s): 8365e96

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -1,9 +1,10 @@
1
  ---
2
  license: apache-2.0
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
- - corpusfinanciero
7
  model-index:
8
  - name: roberta-large-bne-sqac-finetuned-squad
9
  results: []
@@ -14,9 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # roberta-large-bne-sqac-finetuned-squad
16
 
17
- This model is a fine-tuned version of [PlanTL-GOB-ES/roberta-large-bne-sqac](https://huggingface.co/PlanTL-GOB-ES/roberta-large-bne-sqac) on the corpusfinanciero dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.0782
20
 
21
  ## Model description
22
 
@@ -36,8 +37,8 @@ More information needed
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 2e-05
39
- - train_batch_size: 16
40
- - eval_batch_size: 16
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
@@ -47,14 +48,14 @@ The following hyperparameters were used during training:
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
- | No log | 1.0 | 1 | 2.8523 |
51
- | No log | 2.0 | 2 | 0.6250 |
52
- | No log | 3.0 | 3 | 0.0782 |
53
 
54
 
55
  ### Framework versions
56
 
57
- - Transformers 4.30.2
58
  - Pytorch 2.0.1+cu118
59
- - Datasets 2.13.1
60
  - Tokenizers 0.13.3
 
1
  ---
2
  license: apache-2.0
3
+ base_model: PlanTL-GOB-ES/roberta-large-bne-sqac
4
  tags:
5
  - generated_from_trainer
6
  datasets:
7
+ - corpusasegurador
8
  model-index:
9
  - name: roberta-large-bne-sqac-finetuned-squad
10
  results: []
 
15
 
16
  # roberta-large-bne-sqac-finetuned-squad
17
 
18
+ This model is a fine-tuned version of [PlanTL-GOB-ES/roberta-large-bne-sqac](https://huggingface.co/PlanTL-GOB-ES/roberta-large-bne-sqac) on the corpusasegurador dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 2.3469
21
 
22
  ## Model description
23
 
 
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 2e-05
40
+ - train_batch_size: 8
41
+ - eval_batch_size: 8
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
+ | No log | 1.0 | 3 | 3.6907 |
52
+ | No log | 2.0 | 6 | 2.7403 |
53
+ | No log | 3.0 | 9 | 2.3469 |
54
 
55
 
56
  ### Framework versions
57
 
58
+ - Transformers 4.31.0
59
  - Pytorch 2.0.1+cu118
60
+ - Datasets 2.14.0
61
  - Tokenizers 0.13.3