ljcnju commited on
Commit
bdb393b
·
verified ·
1 Parent(s): c599c4c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -17,6 +17,9 @@ This model is a fine-tuned version of [microsoft/codebert-base](https://huggingf
17
  ## Model description
18
 
19
  This model is fine-tuned on CodeXGLUE codetrans dataset. It can only translate java code to c-sharp code.
 
 
 
20
 
21
  ## Intended uses & limitations
22
 
 
17
  ## Model description
18
 
19
  This model is fine-tuned on CodeXGLUE codetrans dataset. It can only translate java code to c-sharp code.
20
+ Prompt:
21
+ #translate this java code to c-sharp code:
22
+ java:<Your java code>
23
 
24
  ## Intended uses & limitations
25