n1ck-guo commited on
Commit
f632496
·
verified ·
1 Parent(s): e6cc5a2

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-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.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-0.5B-Instruct-int4-inc" --eval --eva
88
  ```
89
 
90
  | Metric | BF16 | INT4(group_size 128) | INT4(group_size 32) |
91
- |:--------------:| :----: | :----: |:------:|
92
  | Avg | 0.4637 | 0.4496 | 0.4512 |
93
  | mmlu | 0.4587 | 0.4440 | 0.4452 |
94
  | cmmlu | 0.5036 | 0.4580 | 0.4683 |
 
6
 
7
  ## Model Details
8
 
9
+ This model is an int4 model with group_size 128 of [Qwen/Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.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.4637 | 0.4496 | 0.4512 |
93
  | mmlu | 0.4587 | 0.4440 | 0.4452 |
94
  | cmmlu | 0.5036 | 0.4580 | 0.4683 |