# model list ## | model | description | model_size | download | | --- | --- | --- | --- | |allenai/macaw-3b| | 10.99G | [model_config.json](https://bj.bcebos.com/paddlenlp/models/community/allenai/macaw-3b/model_config.json)
[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/allenai/macaw-3b/model_state.pdparams)
[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/allenai/macaw-3b/tokenizer_config.json) | or you can download all of model file with the following steps: * install paddlenlp ```shell pip install --upgrade paddlenlp ``` * download model with cli tool ```shell paddlenlp download --cache-dir ./pretrained_models allenai/macaw-3b ``` If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.