vaibhav9 commited on
Commit
ebf682d
1 Parent(s): a6a85ea

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -13,6 +13,8 @@ should probably proofread and complete it, then remove this comment. -->
13
  # GPT2-qa
14
 
15
  This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the None dataset.
 
 
16
 
17
  ## Model description
18
 
@@ -39,6 +41,15 @@ The following hyperparameters were used during training:
39
  - lr_scheduler_type: linear
40
  - num_epochs: 3
41
 
 
 
 
 
 
 
 
 
 
42
  ### Framework versions
43
 
44
  - Transformers 4.25.1
 
13
  # GPT2-qa
14
 
15
  This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 3.7294
18
 
19
  ## Model description
20
 
 
41
  - lr_scheduler_type: linear
42
  - num_epochs: 3
43
 
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:-----:|:---------------:|
48
+ | 3.4681 | 1.0 | 30926 | 3.2819 |
49
+ | 3.3098 | 2.0 | 61852 | 3.3307 |
50
+ | 3.1145 | 3.0 | 92778 | 3.7294 |
51
+
52
+
53
  ### Framework versions
54
 
55
  - Transformers 4.25.1