English
bloom-7b1-int4-inc / README.md
yintongl's picture
Update README.md
78c965b verified
|
raw
history blame
2.69 kB
metadata
license: bigscience-bloom-rail-1.0
datasets:
  - NeelNanda/pile-10k
language:
  - en

Model Details

This model is an int4 model with group_size 128 of bigscience/bloom-7b1 generated by intel/auto-round. Inference of this model is compatible with AutoGPTQ's Kernel.

Evaluate the model

Install lm-eval-harness from source, we used the git id 96d185fa6232a5ab685ba7c43e45d1dbb3bb906d

lm_eval --model hf --model_args pretrained="Intel/bloom-7b1-int4-inc",autogptq=True,gptq_use_triton=True --device cuda:0 --tasks lambada_openai,hellaswag,piqa,winogrande,truthfulqa_mc1,openbookqa,boolq,arc_easy,arc_challenge,mmlu --batch_size 32
Metric FP16 INT4
Avg. 0.4736 0.4716
mmlu 0.2663 0.2598
lambada_openai 0.5758 0.5729
hellaswag 0.4648 0.4619
winogrande 0.6456 0.6369
piqa 0.7263 0.7263
truthfulqa_mc1 0.2228 0.2350
openbookqa 0.2520 0.2440
boolq 0.6287 0.6294
arc_easy 0.6503 0.6444
arc_challenge 0.3038 0.3055

Reproduce the model

Here is the sample command to reproduce the model

git clone https://github.com/intel/auto-round
cd auto-round/examples/language-modeling
pip install -r requirements.txt
python3 main.py \
--model_name  bigscience/bloom-7b1 \
--device 0 \
--group_size 128 \
--bits 4 \
--iters 1000 \
--deployment_device 'gpu' \
--output_dir "./tmp_autoround" \

Caveats and Recommendations

Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model.

Here are a couple of useful links to learn more about Intel's AI software:

  • Intel Neural Compressor link
  • Intel Extension for Transformers link

Disclaimer

The license on this model does not constitute legal advice. We are not responsible for the actions of third parties who use this model. Please consult an attorney before using this model for commercial purposes.

Cite

@article{cheng2023optimize, title={Optimize weight rounding via signed gradient descent for the quantization of llms}, author={Cheng, Wenhua and Zhang, Weiwei and Shen, Haihao and Cai, Yiyang and He, Xin and Lv, Kaokao}, journal={arXiv preprint arXiv:2309.05516}, year={2023} }

arxiv github