ljcnju commited on
Commit
070ac4f
1 Parent(s): 9a7c979

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -18,8 +18,9 @@ This model is a fine-tuned version of [microsoft/codebert-base](https://huggingf
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
 
 
18
 
19
  This model is fine-tuned on CodeXGLUE codetrans dataset. It can only translate java code to c-sharp code.
20
  Prompt:
21
+ '''Python
22
+ "#translate this java code to c-sharp code:\njava:<Your java code>"
23
+ '''
24
 
25
  ## Intended uses & limitations
26