ljcnju commited on
Commit
874f2e8
1 Parent(s): 070ac4f

Update README.md

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