nielsr HF staff commited on
Commit
423c464
·
1 Parent(s): 02e2355
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  # Description
2
 
3
  CodeT5-small model, fine-tuned on the code summarization subtask of CodeXGLUE (Ruby programming language). This model can generate a docstring of a given function written in Ruby.
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - codet5
5
+ datasets:
6
+ - code_x_glue_ct_code_to_text
7
+ widget:
8
+ - text: 'def pad(tensor, paddings, mode: "CONSTANT", name: nil) _op(:pad, tensor, paddings, mode: mode, name: name) end </s>'
9
+
10
  # Description
11
 
12
  CodeT5-small model, fine-tuned on the code summarization subtask of CodeXGLUE (Ruby programming language). This model can generate a docstring of a given function written in Ruby.