Commit c7430b28 authored by dengjb's avatar dengjb
Browse files

Update README.md

parent 96933b30
Pipeline #1312 failed with stages
in 0 seconds
...@@ -90,17 +90,18 @@ prompt:write a quick sort algorithm in python.<br> ...@@ -90,17 +90,18 @@ prompt:write a quick sort algorithm in python.<br>
## 预训练权重 ## 预训练权重
模型目录结构如下: 模型目录结构如下:
```bash ```bash
# deepseek-coder-6.7b-instruct/ # DeepSeek-Coder-V2-Lite-Instruct/
├── config.json ├── config.json
├── configuration_deepseek.py
├── generation_config.json ├── generation_config.json
├── LICENSE ├── model-00001-of-000004.safetensors
├── model-00001-of-00002.safetensors ├── model-00002-of-000004.safetensors
├── model-00002-of-00002.safetensors ├── model-00003-of-000004.safetensors
├── model-00004-of-000004.safetensors
├── modeling_deepseek.py
├── model.safetensors.index.json ├── model.safetensors.index.json
├── pytorch_model-00001-of-00002.bin
├── pytorch_model-00002-of-00002.bin
├── pytorch_model.bin.index.json
├── README.md ├── README.md
├── tokenization_deepseek_fast.py
├── tokenizer_config.json ├── tokenizer_config.json
└── tokenizer.json └── tokenizer.json
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment