OnePoint16 commited on
Commit
6468eab
1 Parent(s): 515f67d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -14,6 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
14
  # t5-end2end-medical-question-generation
15
 
16
  This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
 
 
17
 
18
  ## Model description
19
 
@@ -40,15 +42,19 @@ The following hyperparameters were used during training:
40
  - total_train_batch_size: 64
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
- - num_epochs: 7
44
 
45
  ### Training results
46
 
 
 
 
 
47
 
48
 
49
  ### Framework versions
50
 
51
  - Transformers 4.31.0
52
  - Pytorch 2.0.1+cu118
53
- - Datasets 2.14.3
54
  - Tokenizers 0.13.3
 
14
  # t5-end2end-medical-question-generation
15
 
16
  This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.6158
19
 
20
  ## Model description
21
 
 
42
  - total_train_batch_size: 64
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
+ - num_epochs: 50
46
 
47
  ### Training results
48
 
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:----:|:---------------:|
51
+ | 0.7883 | 19.05 | 100 | 0.6212 |
52
+ | 0.3952 | 38.1 | 200 | 0.6158 |
53
 
54
 
55
  ### Framework versions
56
 
57
  - Transformers 4.31.0
58
  - Pytorch 2.0.1+cu118
59
+ - Datasets 2.14.4
60
  - Tokenizers 0.13.3