Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,16 +1,19 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
tags:
|
| 3 |
- gguf
|
| 4 |
- quantized
|
| 5 |
- text-generation
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# HuggingFaceTB-SmolLM2-1.7B-Instruct - GGUF
|
| 9 |
|
| 10 |
-
|
| 11 |
|
| 12 |
-
## Archivos
|
| 13 |
-
* **Q4_K_M.gguf**:
|
| 14 |
-
* **f16.gguf**:
|
| 15 |
|
| 16 |
-
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
- gguf
|
| 5 |
- quantized
|
| 6 |
- text-generation
|
| 7 |
+
base_model: HuggingFaceTB-SmolLM2-1.7B-Instruct
|
| 8 |
---
|
| 9 |
|
| 10 |
# HuggingFaceTB-SmolLM2-1.7B-Instruct - GGUF
|
| 11 |
|
| 12 |
+
Versiones cuantizadas del modelo **HuggingFaceTB-SmolLM2-1.7B-Instruct** para ejecuci贸n local eficiente.
|
| 13 |
|
| 14 |
+
## Archivos disponibles:
|
| 15 |
+
* **HuggingFaceTB-SmolLM2-1.7B-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).*
|