download_en.md 1.3 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
#  model list

##  

| model  | description | model_size  | download         |
| --- | --- | --- | --- |
|deepset/roberta-base-squad2-distilled|  | 473.26MB | [merges.txt](https://bj.bcebos.com/paddlenlp/models/community/deepset/roberta-base-squad2-distilled/merges.txt)<br>[model_config.json](https://bj.bcebos.com/paddlenlp/models/community/deepset/roberta-base-squad2-distilled/model_config.json)<br>[model_state.pdparams](https://bj.bcebos.com/paddlenlp/models/community/deepset/roberta-base-squad2-distilled/model_state.pdparams)<br>[tokenizer_config.json](https://bj.bcebos.com/paddlenlp/models/community/deepset/roberta-base-squad2-distilled/tokenizer_config.json)<br>[vocab.json](https://bj.bcebos.com/paddlenlp/models/community/deepset/roberta-base-squad2-distilled/vocab.json)<br>[vocab.txt](https://bj.bcebos.com/paddlenlp/models/community/deepset/roberta-base-squad2-distilled/vocab.txt) |

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 deepset/roberta-base-squad2-distilled
```

If you have any problems with it, you can post issue on [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) to get support.