chenmingxuan commited on
Commit
082c2f2
1 Parent(s): b39b13b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -4,7 +4,7 @@ language:
4
  - zh
5
  pipeline_tag: summarization
6
  ---
7
- 使用chatglm3-6b 进行ptuning v2微调的生成专利摘要的模型。
8
 
9
  ## 软件依赖 (Dependencies)
10
 
@@ -16,8 +16,6 @@ pip install protobuf transformers==4.30.2
16
 
17
  可以通过如下代码调用模型来生成对话:
18
 
19
- You can generate dialogue by invoking the ChatGLM3-6B model with the following code:
20
-
21
  ```python
22
  from transformers import AutoTokenizer, AutoModel
23
  PATENT = """
@@ -34,6 +32,6 @@ print(response)
34
 
35
  ## 协议 (License)
36
 
37
- 使用请遵循ChatGLM3-6B 模型协议 [Model License](MODEL_LICENSE)。
38
 
39
 
 
4
  - zh
5
  pipeline_tag: summarization
6
  ---
7
+ 使用chatglm3-6b 进行ptuning v2微调的生成专利摘要的模型。可进行长文本专利摘要的生成。
8
 
9
  ## 软件依赖 (Dependencies)
10
 
 
16
 
17
  可以通过如下代码调用模型来生成对话:
18
 
 
 
19
  ```python
20
  from transformers import AutoTokenizer, AutoModel
21
  PATENT = """
 
32
 
33
  ## 协议 (License)
34
 
35
+ 使用请遵循ChatGLM3-6B模型协议。
36
 
37