Skip to content
Snippets Groups Projects
Commit f71441e7 authored by SHI LX's avatar SHI LX
Browse files

update models

parent 3d188cff
Branches main
No related merge requests found
这里保存了一些模型的资源,包括模型的路径、数据集等等。
可以使用[vllama](http://222.195.92.204:1480/shilx/vllama)部署多个模型并在不同模型间切换
---
#### 数据集
- [**the-stack-v2:**](https://huggingface.co/datasets/bigcode/the-stack-v2) starcoder2训练数据集
- 路径:128核/新3090 `/home/slx/starcoder2/the-stack-v2`
- [**Spider**](https://yale-lily.github.io/spider) 数据集
- 路径:4090 `/data2/datasets/spider`
- [**Spider2.0**](https://spider2-sql.github.io/) 数据集
- 路径:4090 `/data2/datasets/spider2`
---
#### 模型
......@@ -14,6 +18,19 @@
在128核/新3090的`/data/models`目录有以下模型
```
├── deepseek
│ ├── DeepSeek-R1
│ ├── DeepSeek-R1-Distill-Llama-70B
│ ├── DeepSeek-R1-Distill-Llama-8B
│ ├── DeepSeek-R1-Distill-Qwen-14B
│ ├── DeepSeek-R1-Distill-Qwen-1.5B
│ ├── DeepSeek-R1-Distill-Qwen-32B
│ ├── DeepSeek-R1-Distill-Qwen-7B
│ └── DeepSeek-R1-Zero
├── deepseek_gguf
│ └── DeepSeek-R1-Distill-Llama-70B-GGUF
├── glm
│ └── GLM-4-32B-0414
├── llama
│ └── llama3
│ ├── llama
......@@ -29,22 +46,35 @@
│ ├── Qwen2-72B-Instruct
│ └── Qwen2-72B-Instruct-GPTQ-Int8
├── qwen2.5
│ ├── Qwen2.5-14B-Instruct
│ ├── Qwen2.5-32B
│ ├── Qwen2.5-32B-Instruct
│ ├── Qwen2.5-3B-Instruct
│ ├── Qwen2.5-72B
│ ├── Qwen2.5-72B-Instruct
│ ├── Qwen2.5-72B-Instruct-GPTQ-Int4
│ ├── Qwen2.5-72B-Instruct-GPTQ-Int8
│ ├── Qwen2.5-7B-Instruct
│ ├── qwen2.5-7b-instruct-fma
│ ├── Qwen2.5-Coder-14B
│ ├── Qwen2.5-Coder-14B-Instruct
│ ├── Qwen2.5-Coder-32B
│ ├── Qwen2.5-Coder-32B-Instruct
│ ├── Qwen2.5-Coder-7B
│ └── Qwen2.5-Coder-7B-Instruct
│ ├── Qwen2.5-Coder-7B-Instruct
│ └── qwen2.5-coder-7b-instruct-fma
└── qwq
├── QwQ-32B
└── QwQ-32B-Preview
```
在4090服务器的`/data2/models`目录有以下模型
```
├── Qwen2.5-32B-Instruct
└── GLM-4-32B-0414
```
其余模型路径:
- [**Baichuan-13B-sft**](https://huggingface.co/hiyouga/Baichuan-13B-sft) 模型
......
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