TasmiaAzmi commited on
Commit
a08713d
1 Parent(s): 3fb006c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -6
README.md CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 0.8284
18
 
19
  ## Model description
20
 
@@ -41,16 +41,23 @@ The following hyperparameters were used during training:
41
  - total_train_batch_size: 64
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
- - num_epochs: 3
45
 
46
  ### Training results
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
- | 1.2141 | 0.74 | 80 | 0.8865 |
51
- | 0.9324 | 1.48 | 160 | 0.8458 |
52
- | 0.8786 | 2.22 | 240 | 0.8299 |
53
- | 0.8284 | 2.95 | 320 | 0.8284 |
 
 
 
 
 
 
 
54
 
55
 
56
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.8055
18
 
19
  ## Model description
20
 
 
41
  - total_train_batch_size: 64
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
+ - num_epochs: 5
45
 
46
  ### Training results
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
+ | 1.2126 | 0.45 | 80 | 0.9040 |
51
+ | 0.9754 | 0.89 | 160 | 0.8565 |
52
+ | 0.8818 | 1.34 | 240 | 0.8393 |
53
+ | 0.8645 | 1.78 | 320 | 0.8234 |
54
+ | 0.8079 | 2.23 | 400 | 0.8177 |
55
+ | 0.7862 | 2.67 | 480 | 0.8081 |
56
+ | 0.7636 | 3.12 | 560 | 0.8101 |
57
+ | 0.7377 | 3.56 | 640 | 0.8074 |
58
+ | 0.7259 | 4.01 | 720 | 0.8052 |
59
+ | 0.7014 | 4.45 | 800 | 0.8051 |
60
+ | 0.7042 | 4.9 | 880 | 0.8055 |
61
 
62
 
63
  ### Framework versions