trillionmonster commited on
Commit
a81e517
1 Parent(s): 3ef755a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -6,6 +6,10 @@ pipeline_tag: text-generation
6
  inference: false
7
  ---
8
 
 
 
 
 
9
  ## 使用方式(int8)
10
 
11
  ```python
 
6
  inference: false
7
  ---
8
 
9
+ 原项目见 [https://huggingface.co/baichuan-inc/Baichuan-13B-Chat]
10
+
11
+ 改动点:将原模型量化为8bit 保存为2GB大小的切片。
12
+
13
  ## 使用方式(int8)
14
 
15
  ```python