keyfan commited on
Commit
0a3ba27
1 Parent(s): a08d63a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -6,7 +6,9 @@ license_link: https://huggingface.co/Qwen/Qwen-72B-Chat/blob/main/LICENSE
6
 
7
  This is 2-bit quantization of [Qwen/Qwen-72B-Chat](https://huggingface.co/Qwen/Qwen-72B-Chat) using [QuIP#](https://cornell-relaxml.github.io/quip-sharp/)
8
 
9
- Random samples from C4 are used as calibration data. I'm not sure if it will have negative effect on Chinese tasks.
 
 
10
 
11
  ## Model loading
12
  Please follow the instruction of [QuIP-for-all](https://github.com/chu-tianxiang/QuIP-for-all) for usage.
 
6
 
7
  This is 2-bit quantization of [Qwen/Qwen-72B-Chat](https://huggingface.co/Qwen/Qwen-72B-Chat) using [QuIP#](https://cornell-relaxml.github.io/quip-sharp/)
8
 
9
+ Random samples from C4 are used as calibration data.
10
+
11
+ For Chinese related tasks, please use the [zh branch](https://huggingface.co/keyfan/Qwen-72B-Chat-2bit/tree/zh) instead, which use bilingual text from C4 and SkyPile as calibration data.
12
 
13
  ## Model loading
14
  Please follow the instruction of [QuIP-for-all](https://github.com/chu-tianxiang/QuIP-for-all) for usage.