mamiksik commited on
Commit
c222a22
1 Parent(s): 845fafa

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -10
README.md CHANGED
@@ -17,13 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [Salesforce/codet5-base-multi-sum](https://huggingface.co/Salesforce/codet5-base-multi-sum) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 2.4517
21
  - Rouge1: 0.0001
22
  - Rouge2: 0.0
23
  - Rougel: 0.0001
24
  - Rougelsum: 0.0001
25
  - Gen Len: 1.0
26
- - Bleu: 0.0004
27
 
28
  ## Model description
29
 
@@ -54,14 +54,17 @@ The following hyperparameters were used during training:
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len | Bleu |
56
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|:------:|
57
- | 3.2156 | 1.0 | 687 | 2.6943 | 0.0 | 0.0 | 0.0 | 0.0 | 1.0 | 0.0005 |
58
- | 2.7542 | 2.0 | 1374 | 2.5573 | 0.0 | 0.0 | 0.0 | 0.0 | 1.0 | 0.0004 |
59
- | 2.4383 | 3.0 | 2061 | 2.4856 | 0.0 | 0.0 | 0.0 | 0.0 | 1.0 | 0.0004 |
60
- | 2.3043 | 4.0 | 2748 | 2.4514 | 0.0 | 0.0 | 0.0 | 0.0 | 1.0 | 0.0005 |
61
- | 2.2043 | 5.0 | 3435 | 2.4373 | 0.0001 | 0.0 | 0.0001 | 0.0001 | 1.0 | 0.0004 |
62
- | 2.0354 | 6.0 | 4122 | 2.4284 | 0.0003 | 0.0 | 0.0003 | 0.0003 | 1.0 | 0.0004 |
63
- | 1.9542 | 7.0 | 4809 | 2.4332 | 0.0 | 0.0 | 0.0 | 0.0 | 1.0 | 0.0004 |
64
- | 1.8954 | 8.0 | 5496 | 2.4517 | 0.0001 | 0.0 | 0.0001 | 0.0001 | 1.0 | 0.0004 |
 
 
 
65
 
66
 
67
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [Salesforce/codet5-base-multi-sum](https://huggingface.co/Salesforce/codet5-base-multi-sum) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 2.4965
21
  - Rouge1: 0.0001
22
  - Rouge2: 0.0
23
  - Rougel: 0.0001
24
  - Rougelsum: 0.0001
25
  - Gen Len: 1.0
26
+ - Bleu: 0.0003
27
 
28
  ## Model description
29
 
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len | Bleu |
56
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|:------:|
57
+ | 3.2251 | 1.0 | 837 | 2.6716 | 0.0 | 0.0 | 0.0 | 0.0 | 1.0 | 0.0003 |
58
+ | 2.6363 | 2.0 | 1674 | 2.5424 | 0.0 | 0.0 | 0.0 | 0.0 | 1.0 | 0.0003 |
59
+ | 2.4269 | 3.0 | 2511 | 2.4765 | 0.0 | 0.0 | 0.0 | 0.0 | 1.0 | 0.0003 |
60
+ | 2.2842 | 4.0 | 3348 | 2.4356 | 0.0 | 0.0 | 0.0 | 0.0 | 1.0 | 0.0003 |
61
+ | 2.1366 | 5.0 | 4185 | 2.4353 | 0.0001 | 0.0 | 0.0001 | 0.0001 | 1.0 | 0.0003 |
62
+ | 2.0199 | 6.0 | 5022 | 2.4261 | 0.0 | 0.0 | 0.0 | 0.0 | 1.0 | 0.0003 |
63
+ | 1.9309 | 7.0 | 5859 | 2.4334 | 0.0001 | 0.0 | 0.0001 | 0.0001 | 1.0 | 0.0003 |
64
+ | 1.8353 | 8.0 | 6696 | 2.4361 | 0.0001 | 0.0 | 0.0001 | 0.0001 | 1.0 | 0.0003 |
65
+ | 1.7459 | 9.0 | 7533 | 2.4576 | 0.0001 | 0.0 | 0.0001 | 0.0001 | 1.0 | 0.0003 |
66
+ | 1.6658 | 10.0 | 8370 | 2.4634 | 0.0001 | 0.0 | 0.0001 | 0.0001 | 1.0 | 0.0003 |
67
+ | 1.594 | 11.0 | 9207 | 2.4965 | 0.0001 | 0.0 | 0.0001 | 0.0001 | 1.0 | 0.0003 |
68
 
69
 
70
  ### Framework versions