lyc123456 commited on
Commit
15bf7a4
1 Parent(s): 42fc731
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -5,8 +5,9 @@ license_link: https://huggingface.co/Qwen/Qwen1.5-0.5B/blob/main/LICENSE
5
  ---
6
  # A fine-tuned version of the Qwen/Qwen1.5-0.5B model, the data set used is alpaca_gpt4_data_zh.json
7
  · Call example
8
- ```python
9
- import os
 
10
 
11
  from transformers import AutoModelForCausalLM, AutoTokenizer
12
 
 
5
  ---
6
  # A fine-tuned version of the Qwen/Qwen1.5-0.5B model, the data set used is alpaca_gpt4_data_zh.json
7
  · Call example
8
+ ```python
9
+
10
+ import os
11
 
12
  from transformers import AutoModelForCausalLM, AutoTokenizer
13