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