Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen2-1.5B-Instruct
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- zh
|
6 |
+
- cmn
|
7 |
+
license: apache-2.0
|
8 |
+
pipeline_tag: text-generation
|
9 |
+
tags:
|
10 |
+
- chat
|
11 |
+
- llama-cpp
|
12 |
+
- gguf-my-repo
|
13 |
+
---
|
14 |
+
# CHE-72/Qwen2-1.5B-Instruct-Q6_K-GGUF
|
15 |
+
This model was converted to GGUF format from [`Qwen/Qwen2-1.5B-Instruct`](https://huggingface.co/Qwen/Qwen2-1.5B-Instruct) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
16 |
+
Refer to the [original model card](https://huggingface.co/Qwen/Qwen2-1.5B-Instruct) for more details on the model.
|