chenmingxuan
commited on
Commit
•
5b4d1f8
1
Parent(s):
8dc12c6
Update README.md
Browse files
README.md
CHANGED
@@ -4,12 +4,12 @@ language:
|
|
4 |
- zh
|
5 |
pipeline_tag: summarization
|
6 |
---
|
7 |
-
使用qwen1.5-7b
|
8 |
|
9 |
## 软件依赖 (Dependencies)
|
10 |
|
11 |
```shell
|
12 |
-
pip install
|
13 |
```
|
14 |
|
15 |
## 代码调用 (Code Usage)
|
|
|
4 |
- zh
|
5 |
pipeline_tag: summarization
|
6 |
---
|
7 |
+
使用qwen1.5-7b进行训练生成专利摘要的模型。可进行中文长文本专利摘要的生成。
|
8 |
|
9 |
## 软件依赖 (Dependencies)
|
10 |
|
11 |
```shell
|
12 |
+
pip install transformers >= 4.30.2
|
13 |
```
|
14 |
|
15 |
## 代码调用 (Code Usage)
|