AI开发平台MODELARTS-准备代码:权重和词表文件介绍

时间:2024-04-30 18:09:29

权重和词表文件介绍

下载完毕后的HuggingFace原始权重文件包含以下内容,此处以llama2-13B为例。

llama2-13B
├── config.json
├── generation_config.json
├── gitattributes.txt
├── LICENSE.txt
├── Notice.txt
├── pytorch_model-00001-of-00003.bin
├── pytorch_model-00002-of-00003.bin
├── pytorch_model-00003-of-00003.bin
├── pytorch_model.bin.index.json
├── README.md
├── special_tokens_map.json
├── tokenizer_config.json
├── tokenizer.json
├── tokenizer.model
└── USE_POLICY.md
support.huaweicloud.com/bestpractice-modelarts/modelarts_10_1543.html