Update README.md
Browse filesAdd ziya finetune links
Add ziya inference and quantization links
README.md
CHANGED
@@ -147,6 +147,14 @@ python3 -m apply_delta --base ~/model_weights/llama-13b --target ~/model_weights
|
|
147 |
|
148 |
Step 3: Load the model obtained in Step 2 for inference.
|
149 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
## 引用 Citation
|
151 |
|
152 |
如果您在您的工作中使用了我们的模型,可以引用我们的[论文](https://arxiv.org/abs/2210.08590):
|
|
|
147 |
|
148 |
Step 3: Load the model obtained in Step 2 for inference.
|
149 |
|
150 |
+
## 微调示例 Finetune Example
|
151 |
+
|
152 |
+
Refer to [ziya_finetune](https://github.com/IDEA-CCNL/Fengshenbang-LM/tree/main/fengshen/examples/ziya_llama)
|
153 |
+
|
154 |
+
## 推理量化示例 Inference & Quantization Example
|
155 |
+
|
156 |
+
Refer to [ziya_inference](https://github.com/IDEA-CCNL/Fengshenbang-LM/tree/main/fengshen/examples/ziya_inference)
|
157 |
+
|
158 |
## 引用 Citation
|
159 |
|
160 |
如果您在您的工作中使用了我们的模型,可以引用我们的[论文](https://arxiv.org/abs/2210.08590):
|