n1ck-guo commited on
Commit
bd792b5
·
verified ·
1 Parent(s): f6bb1f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -6,7 +6,7 @@ datasets:
6
 
7
  ## Model Details
8
 
9
- This model is an int4 model with group_size 128 with quantized lm-head of [Qwen/Qwen2.5-1.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct) generated by [intel/auto-round](https://github.com/intel/auto-round), auto-round is needed to run this model
10
 
11
  ## How To Use
12
 
@@ -88,7 +88,7 @@ python -m auto_round --model "Intel/Qwen2.5-1.5B-Instruct-int4-inc" --eval --eva
88
  ```
89
 
90
  | Metric | BF16 | INT4(group_size 128) | INT4(group_size 32) |
91
- |:--------------:| :----: | :----: |:------:|
92
  | Avg | 0.5646 | 0.5668 | 0.5699 |
93
  | mmlu | 0.6010 | 0.5876 | 0.5924 |
94
  | cmmlu | 0.6497 | 0.6146 | 0.6259 |
 
6
 
7
  ## Model Details
8
 
9
+ This model is an int4 model with group_size 128 of [Qwen/Qwen2.5-1.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct) generated by [intel/auto-round](https://github.com/intel/auto-round), auto-round is needed to run this model
10
 
11
  ## How To Use
12
 
 
88
  ```
89
 
90
  | Metric | BF16 | INT4(group_size 128) | INT4(group_size 32) |
91
+ |:--------------| :----: | :----: |:------:|
92
  | Avg | 0.5646 | 0.5668 | 0.5699 |
93
  | mmlu | 0.6010 | 0.5876 | 0.5924 |
94
  | cmmlu | 0.6497 | 0.6146 | 0.6259 |