vipinchaudhry commited on
Commit
793763f
·
verified ·
1 Parent(s): c95e821

Update README.md

Browse files

The Salesforce CodeT5 model was trained on Google Colab using the Google CodeXGLUE Dataset for code-to-code translation task. The trained model is then integrated into an app (https://github.com/vipinchaudhry/Java-to-CSharp-Translation-App).

Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,3 +1,9 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - google/code_x_glue_cc_code_to_code_trans
5
+ base_model:
6
+ - Salesforce/codet5-base
7
+ tags:
8
+ - code
9
+ ---