Text Generation
GGUF
conversational
automajicly commited on
Commit
d1a3ace
·
verified ·
1 Parent(s): 25a7dd3

Update README.md

Browse files

# Qwen 2.5 1.5B GGUF Quantized Models

This repository contains GGUF quantized versions of the Qwen 2.5 1.5B Instruct model.

## Variants

- Q8 GGUF: Higher quality, larger size, best for desktop inference
- Q4 GGUF: Smaller, faster, optimized for low-memory and mobile devices

Both versions are derived from the same base model and provide different trade-offs between speed and quality.

## Usage

Select the appropriate file depending on your hardware:

- Q8 for maximum output quality
- Q4 for efficiency and mobile deployment

Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,3 +1,6 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - Qwen/Qwen2.5-1.5B-Instruct
5
+ pipeline_tag: text-generation
6
+ ---