Paul-B98 commited on
Commit
ba633e6
1 Parent(s): 713f663

add readme

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  # Codet5+ 220m Py Sum
2
 
3
  This Model is based on the [CodeT5+ (220m)](https://huggingface.co/Salesforce/codet5p-220m) from salesforce and was finetuned for the code summarization task by using the [XCodeGlue](https://github.com/microsoft/CodeXGLUE) Dataset. The Code is accessible on [Github](https://github.com/Paul-B98/mdl-ii).
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - code_x_glue_ct_code_to_text
5
+ metrics:
6
+ - bleu
7
+ - sacrebleu
8
+ ---
9
  # Codet5+ 220m Py Sum
10
 
11
  This Model is based on the [CodeT5+ (220m)](https://huggingface.co/Salesforce/codet5p-220m) from salesforce and was finetuned for the code summarization task by using the [XCodeGlue](https://github.com/microsoft/CodeXGLUE) Dataset. The Code is accessible on [Github](https://github.com/Paul-B98/mdl-ii).