Update README.md
Browse files
README.md
CHANGED
@@ -128,6 +128,8 @@ generate_ids = model.generate(
|
|
128 |
output = tokenizer.batch_decode(generate_ids)[0]
|
129 |
print(output)
|
130 |
|
|
|
|
|
131 |
## 微调示例 Finetune Example
|
132 |
|
133 |
Refer to [ziya_finetune](https://github.com/IDEA-CCNL/Fengshenbang-LM/tree/main/fengshen/examples/ziya_llama)
|
|
|
128 |
output = tokenizer.batch_decode(generate_ids)[0]
|
129 |
print(output)
|
130 |
|
131 |
+
```
|
132 |
+
|
133 |
## 微调示例 Finetune Example
|
134 |
|
135 |
Refer to [ziya_finetune](https://github.com/IDEA-CCNL/Fengshenbang-LM/tree/main/fengshen/examples/ziya_llama)
|