Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LLM_Usage
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
SHI LX
LLM_Usage
Commits
f71441e7
Commit
f71441e7
authored
1 month ago
by
SHI LX
Browse files
Options
Downloads
Patches
Plain Diff
update models
parent
3d188cff
Branches
main
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources.md
+34
-4
34 additions, 4 deletions
resources.md
with
34 additions
and
4 deletions
resources.md
+
34
−
4
View file @
f71441e7
这里保存了一些模型的资源,包括模型的路径、数据集等等。
可以使用
[
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
)
模型
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment