msms commited on
Commit
3df4dc8
1 Parent(s): 02c7600

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -17
README.md CHANGED
@@ -1,22 +1,20 @@
1
  ---
2
  license: cc-by-4.0
3
  tags:
4
- - generated_from_keras_callback
 
 
5
  model-index:
6
- - name: msms/roberta-base-squad2-finetuned-squad
7
  results: []
8
  ---
9
 
10
- <!-- This model card has been generated automatically according to the information Keras had access to. You should
11
- probably proofread and complete it, then remove this comment. -->
12
 
13
- # msms/roberta-base-squad2-finetuned-squad
14
 
15
- This model is a fine-tuned version of [deepset/roberta-base-squad2](https://huggingface.co/deepset/roberta-base-squad2) on an unknown dataset.
16
- It achieves the following results on the evaluation set:
17
- - Train Loss: 0.7715
18
- - Validation Loss: 2.6277
19
- - Epoch: 1
20
 
21
  ## Model description
22
 
@@ -35,20 +33,24 @@ More information needed
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
- - optimizer: {'name': 'Adam', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 879, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
39
- - training_precision: float32
 
 
 
 
 
40
 
41
  ### Training results
42
 
43
- | Train Loss | Validation Loss | Epoch |
44
- |:----------:|:---------------:|:-----:|
45
- | 1.1271 | 2.1897 | 0 |
46
- | 0.7715 | 2.6277 | 1 |
47
 
48
 
49
  ### Framework versions
50
 
51
  - Transformers 4.20.1
52
- - TensorFlow 2.6.4
53
  - Datasets 2.1.0
54
  - Tokenizers 0.12.1
 
1
  ---
2
  license: cc-by-4.0
3
  tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - squad_v2
7
  model-index:
8
+ - name: roberta-base-squad2-finetuned-squad
9
  results: []
10
  ---
11
 
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
 
15
+ # roberta-base-squad2-finetuned-squad
16
 
17
+ This model is a fine-tuned version of [deepset/roberta-base-squad2](https://huggingface.co/deepset/roberta-base-squad2) on the squad_v2 dataset.
 
 
 
 
18
 
19
  ## Model description
20
 
 
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
36
+ - learning_rate: 2e-05
37
+ - train_batch_size: 16
38
+ - eval_batch_size: 16
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 1
43
 
44
  ### Training results
45
 
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | No log | 1.0 | 294 | 0.9178 |
 
49
 
50
 
51
  ### Framework versions
52
 
53
  - Transformers 4.20.1
54
+ - Pytorch 1.11.0
55
  - Datasets 2.1.0
56
  - Tokenizers 0.12.1