cyk1337 commited on
Commit
d2195a8
1 Parent(s): 004e350

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -63,6 +63,7 @@ output = model.generate(input_ids=input_ids, attention_mask=attention_mask,
63
  output = tokenizer.decode(output.flatten(), skip_special_tokens=True)
64
  ```
65
 
 
66
 
67
  ### Zero-shot Examples
68
  - Multilingual code-to-text generation (zero-shot)
 
63
  output = tokenizer.decode(output.flatten(), skip_special_tokens=True)
64
  ```
65
 
66
+ You can also check the official inference code on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP/blob/develop/model_zoo/ernie-code/README.en.md).
67
 
68
  ### Zero-shot Examples
69
  - Multilingual code-to-text generation (zero-shot)