ljcnju commited on
Commit
9a7c979
1 Parent(s): 3ff4f4b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -18,8 +18,8 @@ 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
+ '#translate this java code to c-sharp code:'
22
+ 'java:<Your java code>'
23
 
24
  ## Intended uses & limitations
25