qiufengqijun
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# mini_qwen
|
2 |
|
3 |
## Introduction
|
@@ -38,8 +51,4 @@ while True:
|
|
38 |
response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
39 |
|
40 |
print("助手:", response)
|
41 |
-
```
|
42 |
-
|
43 |
-
---
|
44 |
-
license: apache-2.0
|
45 |
-
---
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- zh
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- Qwen/Qwen2.5-0.5B-Instruct
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
license: apache-2.0
|
9 |
+
datasets:
|
10 |
+
- BAAI/IndustryCorpus2
|
11 |
+
- BAAI/Infinity-Instruct
|
12 |
+
- BAAI/Infinity-Preference
|
13 |
+
---
|
14 |
# mini_qwen
|
15 |
|
16 |
## Introduction
|
|
|
51 |
response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
52 |
|
53 |
print("助手:", response)
|
54 |
+
```
|
|
|
|
|
|
|
|