Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,25 +1,19 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
-
license_name: qwen-license
|
| 4 |
-
license_link: https://huggingface.co/Qwen/Qwen3.5-0.8B/blob/main/LICENSE
|
| 5 |
-
base_model: Qwen/Qwen3.5-0.8B
|
| 6 |
-
language:
|
| 7 |
-
- en
|
| 8 |
-
- zh
|
| 9 |
-
pipeline_tag: text-generation
|
| 10 |
tags:
|
| 11 |
-
- llama.cpp
|
| 12 |
- gguf
|
| 13 |
-
-
|
| 14 |
-
-
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# Qwen-Qwen2.5-Coder-1.5B-Instruct - GGUF
|
| 18 |
|
| 19 |
-
|
| 20 |
|
| 21 |
-
## Archivos
|
| 22 |
-
* **Q4_K_M.gguf**:
|
| 23 |
-
* **f16.gguf**:
|
| 24 |
|
| 25 |
-
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
tags:
|
|
|
|
| 4 |
- gguf
|
| 5 |
+
- quantized
|
| 6 |
+
- text-generation
|
| 7 |
+
base_model: Qwen-Qwen2.5-Coder-1.5B-Instruct
|
| 8 |
---
|
| 9 |
|
| 10 |
# Qwen-Qwen2.5-Coder-1.5B-Instruct - GGUF
|
| 11 |
|
| 12 |
+
Versiones cuantizadas del modelo **Qwen-Qwen2.5-Coder-1.5B-Instruct** para ejecuci贸n local eficiente.
|
| 13 |
|
| 14 |
+
## Archivos disponibles:
|
| 15 |
+
* **Qwen-Qwen2.5-Coder-1.5B-Instruct-Q4_K_M.gguf**: Balance 贸ptimo entre peso y l贸gica (4-bit).
|
| 16 |
+
* **Instruct-f16.gguf**: Alta fidelidad (16-bit) para m谩xima precisi贸n.
|
| 17 |
|
| 18 |
+
---
|
| 19 |
+
*Nota: Estos modelos han sido procesados para su uso en hardware con recursos limitados (Linux/CPU/Mobile).*
|