Update README.md
Browse files
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 |
|