damapika commited on
Commit
ba9f726
1 Parent(s): 185f8b2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -3,7 +3,7 @@ license: mit
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
- - squad
7
  model-index:
8
  - name: roberta-base_mod
9
  results: []
@@ -14,9 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # roberta-base_mod
16
 
17
- This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the squad dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.9989
20
 
21
  ## Model description
22
 
@@ -36,8 +36,8 @@ More information needed
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 3e-05
39
- - train_batch_size: 8
40
- - eval_batch_size: 8
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
@@ -45,16 +45,16 @@ The following hyperparameters were used during training:
45
 
46
  ### Training results
47
 
48
- | Training Loss | Epoch | Step | Validation Loss |
49
- |:-------------:|:-----:|:-----:|:---------------:|
50
- | 0.9408 | 1.0 | 10950 | 0.9173 |
51
- | 0.7026 | 2.0 | 21900 | 0.9057 |
52
- | 0.4868 | 3.0 | 32850 | 0.9989 |
53
 
54
 
55
  ### Framework versions
56
 
57
- - Transformers 4.27.4
58
  - Pytorch 2.0.0+cu118
59
  - Datasets 2.11.0
60
  - Tokenizers 0.13.3
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
+ - quoref
7
  model-index:
8
  - name: roberta-base_mod
9
  results: []
 
14
 
15
  # roberta-base_mod
16
 
17
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the quoref dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.5400
20
 
21
  ## Model description
22
 
 
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 3e-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
 
45
 
46
  ### Training results
47
 
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 1.6272 | 1.0 | 1213 | 1.4654 |
51
+ | 1.0583 | 2.0 | 2426 | 1.4134 |
52
+ | 0.6854 | 3.0 | 3639 | 1.5400 |
53
 
54
 
55
  ### Framework versions
56
 
57
+ - Transformers 4.29.2
58
  - Pytorch 2.0.0+cu118
59
  - Datasets 2.11.0
60
  - Tokenizers 0.13.3