We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d88b33 commit 0adb7ddCopy full SHA for 0adb7dd
model_zoo/ernie-code/README.md
@@ -31,7 +31,7 @@ ERNIE-Code在代码智能的各种下游任务中,包括代码到多自然语
31
python predict.py \
32
--input 'BadZipFileのAliasは、古い Python バージョンとの互換性のために。' \
33
--target_lang 'code' \
34
- --source_prefix '将日语翻译为Python:\n' \
+ --source_prefix 'translate Japanese to Python: \n' \
35
--max_length 1024 \
36
--num_beams 3 \
37
--device 'gpu'
0 commit comments