srijan2024 commited on
Commit
a10b320
1 Parent(s): fafa71c

End of training

Browse files
README.md CHANGED
@@ -17,12 +17,12 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.0580
21
- - Rouge1: 0.7481
22
- - Rouge2: 0.6473
23
- - Rougel: 0.7481
24
- - Rougelsum: 0.7481
25
- - Gen Len: 11.6741
26
 
27
  ## Model description
28
 
@@ -47,23 +47,33 @@ The following hyperparameters were used during training:
47
  - seed: 42
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
- - num_epochs: 10
51
  - mixed_precision_training: Native AMP
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
56
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
57
- | No log | 1.0 | 56 | 4.8661 | 0.0 | 0.0 | 0.0 | 0.0 | 16.3036 |
58
- | No log | 2.0 | 112 | 2.3787 | 0.0 | 0.0 | 0.0 | 0.0 | 13.4375 |
59
- | No log | 3.0 | 168 | 0.6260 | 0.0 | 0.0 | 0.0 | 0.0 | 11.7589 |
60
- | No log | 4.0 | 224 | 0.2127 | 0.452 | 0.3564 | 0.4496 | 0.4523 | 11.1295 |
61
- | No log | 5.0 | 280 | 0.0894 | 0.7226 | 0.6116 | 0.7226 | 0.7226 | 11.6116 |
62
- | No log | 6.0 | 336 | 0.0667 | 0.7274 | 0.6161 | 0.7258 | 0.7258 | 11.6518 |
63
- | No log | 7.0 | 392 | 0.0616 | 0.7321 | 0.6205 | 0.729 | 0.729 | 11.6652 |
64
- | No log | 8.0 | 448 | 0.0591 | 0.7449 | 0.6429 | 0.7449 | 0.7449 | 11.6696 |
65
- | 1.7476 | 9.0 | 504 | 0.0583 | 0.7481 | 0.6473 | 0.7481 | 0.7481 | 11.6741 |
66
- | 1.7476 | 10.0 | 560 | 0.0580 | 0.7481 | 0.6473 | 0.7481 | 0.7481 | 11.6741 |
 
 
 
 
 
 
 
 
 
 
67
 
68
 
69
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0467
21
+ - Rouge1: 0.7832
22
+ - Rouge2: 0.692
23
+ - Rougel: 0.781
24
+ - Rougelsum: 0.7805
25
+ - Gen Len: 11.6071
26
 
27
  ## Model description
28
 
 
47
  - seed: 42
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
+ - num_epochs: 20
51
  - mixed_precision_training: Native AMP
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
56
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
57
+ | No log | 1.0 | 56 | 4.9294 | 0.0 | 0.0 | 0.0 | 0.0 | 16.558 |
58
+ | No log | 2.0 | 112 | 2.2288 | 0.0 | 0.0 | 0.0 | 0.0 | 13.5357 |
59
+ | No log | 3.0 | 168 | 0.4763 | 0.0045 | 0.0045 | 0.0045 | 0.0045 | 10.6518 |
60
+ | No log | 4.0 | 224 | 0.1138 | 0.7232 | 0.6205 | 0.7245 | 0.7236 | 11.5893 |
61
+ | No log | 5.0 | 280 | 0.0654 | 0.7417 | 0.6339 | 0.7417 | 0.7402 | 11.6607 |
62
+ | No log | 6.0 | 336 | 0.0587 | 0.7321 | 0.6205 | 0.7321 | 0.7309 | 11.5938 |
63
+ | No log | 7.0 | 392 | 0.0552 | 0.7496 | 0.6473 | 0.7491 | 0.7491 | 11.625 |
64
+ | No log | 8.0 | 448 | 0.0533 | 0.7714 | 0.6786 | 0.7714 | 0.7709 | 11.6562 |
65
+ | 1.6431 | 9.0 | 504 | 0.0518 | 0.781 | 0.692 | 0.7832 | 0.7805 | 11.6161 |
66
+ | 1.6431 | 10.0 | 560 | 0.0505 | 0.764 | 0.6652 | 0.7632 | 0.7614 | 11.6607 |
67
+ | 1.6431 | 11.0 | 616 | 0.0494 | 0.7778 | 0.6875 | 0.78 | 0.7773 | 11.6116 |
68
+ | 1.6431 | 12.0 | 672 | 0.0488 | 0.7778 | 0.6875 | 0.78 | 0.7773 | 11.6116 |
69
+ | 1.6431 | 13.0 | 728 | 0.0483 | 0.781 | 0.692 | 0.7815 | 0.7805 | 11.6161 |
70
+ | 1.6431 | 14.0 | 784 | 0.0479 | 0.781 | 0.692 | 0.7815 | 0.7805 | 11.6071 |
71
+ | 1.6431 | 15.0 | 840 | 0.0475 | 0.7852 | 0.6964 | 0.7839 | 0.7842 | 11.6205 |
72
+ | 1.6431 | 16.0 | 896 | 0.0471 | 0.7812 | 0.692 | 0.781 | 0.7805 | 11.5982 |
73
+ | 1.6431 | 17.0 | 952 | 0.0469 | 0.7884 | 0.7009 | 0.7879 | 0.7869 | 11.625 |
74
+ | 0.062 | 18.0 | 1008 | 0.0468 | 0.7832 | 0.692 | 0.781 | 0.7805 | 11.6071 |
75
+ | 0.062 | 19.0 | 1064 | 0.0467 | 0.7864 | 0.6964 | 0.7839 | 0.7837 | 11.6027 |
76
+ | 0.062 | 20.0 | 1120 | 0.0467 | 0.7832 | 0.692 | 0.781 | 0.7805 | 11.6071 |
77
 
78
 
79
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac15973e3cfcfab02805cea4af93ad829192ee8430b38c400fbd27e1b6476fe4
3
  size 242041896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db96590d711203f879bc4e75f7d8c0163006965089b647fcfbd9be02eb34ba22
3
  size 242041896
runs/Dec03_14-29-37_a485489377d6/events.out.tfevents.1701613783.a485489377d6.265.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a63865447fa9a77d01d1bda1e3f42886d3ecf31bf65e5b3f9a037a583cde632
3
- size 14436
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:573f5ff03f040200b7511ce3a687660bd7bc4d12c85466b5f84701f6914f017f
3
+ size 16365