mingdali commited on
Commit
271378d
1 Parent(s): d9f42f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -6
README.md CHANGED
@@ -7,12 +7,10 @@ language:
7
 
8
  # ChatTruth-7B
9
 
 
10
 
11
  ## 安装要求 (Requirements)
12
 
13
- * python 3.8及以上版本
14
- * pytorch 1.13及以上版本
15
- * CUDA 11.4及以上版本
16
  * transformers 4.32.0
17
  * python 3.8 and above
18
  * pytorch 1.13 and above
@@ -20,7 +18,6 @@ language:
20
 
21
  <br>
22
 
23
-
24
  ## 快速开始 (Quickstart)
25
 
26
  ```python
@@ -42,5 +39,4 @@ response, history = model.chat(tokenizer, query=query, history=None)
42
  print(response)
43
 
44
  # 昆明太厉害了
45
- ```
46
-
 
7
 
8
  # ChatTruth-7B
9
 
10
+ **ChatTruth-7B** 在Qwen-VL的基础上,使用精心设计的数据进行了优化训练。与Qwen-VL相比,模型的中文对话能力得到了大幅提升。
11
 
12
  ## 安装要求 (Requirements)
13
 
 
 
 
14
  * transformers 4.32.0
15
  * python 3.8 and above
16
  * pytorch 1.13 and above
 
18
 
19
  <br>
20
 
 
21
  ## 快速开始 (Quickstart)
22
 
23
  ```python
 
39
  print(response)
40
 
41
  # 昆明太厉害了
42
+ ```