Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- zh
|
5 |
+
license: other
|
6 |
+
tags:
|
7 |
+
- qwen
|
8 |
+
model_name: MindChat-Qwen-7B-v2
|
9 |
+
inference: false
|
10 |
+
model_link: https://huggingface.co/X-D-Lab/MindChat-Qwen-7B-v2
|
11 |
+
model_type: qwen
|
12 |
+
pipeline_tag: text-generation
|
13 |
+
base_model: X-D-Lab/MindChat-Qwen-7B-v2
|
14 |
+
---
|
15 |
+
|
16 |
+
# MindChat-Qwen-7B-v2-GGML
|
17 |
+
- Model creator: [X-D-Lab](https://huggingface.co/X-D-Lab)
|
18 |
+
- Original model: [MindChat-Qwen-7B-v2](https://huggingface.co/X-D-Lab/MindChat-Qwen-7B-v2)
|
19 |
+
|
20 |
+
## Description
|
21 |
+
|
22 |
+
This repo contains GGML format model files for [X-D-Lab's MindChat-Qwen-7B-v2](MindChat-Qwen-7B-v2](https://huggingface.co/X-D-Lab/MindChat-Qwen-7B-v2).
|
23 |
+
|
24 |
+
Quantized and can be inferenced using [qwen.cpp](https://github.com/QwenLM/qwen.cpp)
|
25 |
+
|
26 |
+
This only contains q4_0 Quantization
|