Patcas commited on
Commit
d008c37
1 Parent(s): 2cb5628

End of training

Browse files
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [Salesforce/codet5-base](https://huggingface.co/Salesforce/codet5-base) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 1.1940
19
 
20
  ## Model description
21
 
@@ -40,16 +40,62 @@ The following hyperparameters were used during training:
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
- - num_epochs: 4
44
 
45
  ### Training results
46
 
47
- | Training Loss | Epoch | Step | Validation Loss |
48
- |:-------------:|:-----:|:----:|:---------------:|
49
- | No log | 1.0 | 230 | 1.4282 |
50
- | No log | 2.0 | 460 | 1.2566 |
51
- | 1.3104 | 3.0 | 690 | 1.2047 |
52
- | 1.3104 | 4.0 | 920 | 1.1940 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
 
54
 
55
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [Salesforce/codet5-base](https://huggingface.co/Salesforce/codet5-base) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 1.2171
19
 
20
  ## Model description
21
 
 
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
+ - num_epochs: 50
44
 
45
  ### Training results
46
 
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:-----:|:---------------:|
49
+ | No log | 1.0 | 230 | 1.2051 |
50
+ | No log | 2.0 | 460 | 1.1370 |
51
+ | 0.6555 | 3.0 | 690 | 1.0823 |
52
+ | 0.6555 | 4.0 | 920 | 1.0613 |
53
+ | 0.6297 | 5.0 | 1150 | 1.0527 |
54
+ | 0.6297 | 6.0 | 1380 | 1.0374 |
55
+ | 0.5191 | 7.0 | 1610 | 1.0325 |
56
+ | 0.5191 | 8.0 | 1840 | 1.0476 |
57
+ | 0.3767 | 9.0 | 2070 | 1.0445 |
58
+ | 0.3767 | 10.0 | 2300 | 1.0559 |
59
+ | 0.3019 | 11.0 | 2530 | 1.0426 |
60
+ | 0.3019 | 12.0 | 2760 | 1.0470 |
61
+ | 0.3019 | 13.0 | 2990 | 1.0517 |
62
+ | 0.2442 | 14.0 | 3220 | 1.0504 |
63
+ | 0.2442 | 15.0 | 3450 | 1.0704 |
64
+ | 0.2052 | 16.0 | 3680 | 1.0704 |
65
+ | 0.2052 | 17.0 | 3910 | 1.0751 |
66
+ | 0.1635 | 18.0 | 4140 | 1.0692 |
67
+ | 0.1635 | 19.0 | 4370 | 1.1003 |
68
+ | 0.1434 | 20.0 | 4600 | 1.0987 |
69
+ | 0.1434 | 21.0 | 4830 | 1.1031 |
70
+ | 0.1245 | 22.0 | 5060 | 1.1043 |
71
+ | 0.1245 | 23.0 | 5290 | 1.1033 |
72
+ | 0.1124 | 24.0 | 5520 | 1.1323 |
73
+ | 0.1124 | 25.0 | 5750 | 1.1335 |
74
+ | 0.1124 | 26.0 | 5980 | 1.1224 |
75
+ | 0.1033 | 27.0 | 6210 | 1.1446 |
76
+ | 0.1033 | 28.0 | 6440 | 1.1607 |
77
+ | 0.0816 | 29.0 | 6670 | 1.1571 |
78
+ | 0.0816 | 30.0 | 6900 | 1.1723 |
79
+ | 0.0783 | 31.0 | 7130 | 1.1534 |
80
+ | 0.0783 | 32.0 | 7360 | 1.1756 |
81
+ | 0.0704 | 33.0 | 7590 | 1.1762 |
82
+ | 0.0704 | 34.0 | 7820 | 1.1752 |
83
+ | 0.0635 | 35.0 | 8050 | 1.1784 |
84
+ | 0.0635 | 36.0 | 8280 | 1.1868 |
85
+ | 0.0564 | 37.0 | 8510 | 1.1890 |
86
+ | 0.0564 | 38.0 | 8740 | 1.1972 |
87
+ | 0.0564 | 39.0 | 8970 | 1.2013 |
88
+ | 0.0524 | 40.0 | 9200 | 1.1970 |
89
+ | 0.0524 | 41.0 | 9430 | 1.2033 |
90
+ | 0.0503 | 42.0 | 9660 | 1.2091 |
91
+ | 0.0503 | 43.0 | 9890 | 1.2124 |
92
+ | 0.048 | 44.0 | 10120 | 1.2094 |
93
+ | 0.048 | 45.0 | 10350 | 1.2155 |
94
+ | 0.0405 | 46.0 | 10580 | 1.2146 |
95
+ | 0.0405 | 47.0 | 10810 | 1.2163 |
96
+ | 0.0457 | 48.0 | 11040 | 1.2156 |
97
+ | 0.0457 | 49.0 | 11270 | 1.2167 |
98
+ | 0.0407 | 50.0 | 11500 | 1.2171 |
99
 
100
 
101
  ### Framework versions
runs/Dec26_20-27-47_630dc86d6a77/events.out.tfevents.1703622471.630dc86d6a77.67322.5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bb59a2ec0036b07e09911719d2f7f66f158facb2f033fd51265917b2dc77fcaa
3
- size 22252
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f4fe8478a8d596cc5868a1bb5e3a4b98fecc0621dc37f06a9e58a622295df3f
3
+ size 22877