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 metadata
Browse files- README.md +1 -1
- README_zh.md +1 -1
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
base_model: Qwen2-0.5B-Instruct
|
| 3 |
-
library_name:
|
| 4 |
pipeline_tag: text-generation
|
| 5 |
license: apache-2.0
|
| 6 |
language: zh
|
|
|
|
| 1 |
---
|
| 2 |
base_model: Qwen2-0.5B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
pipeline_tag: text-generation
|
| 5 |
license: apache-2.0
|
| 6 |
language: zh
|
README_zh.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
base_model: Qwen2-0.5B-Instruct
|
| 3 |
-
library_name:
|
| 4 |
pipeline_tag: text-generation
|
| 5 |
license: apache-2.0
|
| 6 |
language: zh
|
|
|
|
| 1 |
---
|
| 2 |
base_model: Qwen2-0.5B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
pipeline_tag: text-generation
|
| 5 |
license: apache-2.0
|
| 6 |
language: zh
|