Instructions to use TIM0927/ShiZhi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use TIM0927/ShiZhi with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2-0.5B-Instruct") model = PeftModel.from_pretrained(base_model, "TIM0927/ShiZhi") - Notebooks
- Google Colab
- Kaggle
Update README_zh.md
Browse files- README_zh.md +0 -1
README_zh.md
CHANGED
|
@@ -19,7 +19,6 @@ ShiZhi(释之)是一个为中文刑事案件法院观点生成(Criminal Co
|
|
| 19 |
|
| 20 |
|
| 21 |
|
| 22 |
-
- **开发者:** 侯智天
|
| 23 |
- **语言:** 中文
|
| 24 |
- **许可证:** Apache License 2.0
|
| 25 |
- **微调的模型:** Qwen2-0.5B-Instruct
|
|
|
|
| 19 |
|
| 20 |
|
| 21 |
|
|
|
|
| 22 |
- **语言:** 中文
|
| 23 |
- **许可证:** Apache License 2.0
|
| 24 |
- **微调的模型:** Qwen2-0.5B-Instruct
|