migarcoes commited on
Commit
74f3027
verified
1 Parent(s): 0990ff0

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -16
README.md CHANGED
@@ -1,25 +1,19 @@
1
  ---
2
- license: other
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
- - quantization
14
- - qwen
 
15
  ---
16
 
17
  # Qwen-Qwen2.5-Coder-1.5B-Instruct - GGUF
18
 
19
- Cuantizaciones GGUF para uso local.
20
 
21
- ## Archivos incluidos:
22
- * **Q4_K_M.gguf**: Recomendado para balance entre precisi贸n y rendimiento.
23
- * **f16.gguf**: Precisi贸n completa para conversiones o pruebas de alta fidelidad.
24
 
25
- *Pendiente de benchmarks de rendimiento en hardware local.*
 
 
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).*