File size: 1,838 Bytes
e24d907 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
---
license: apache-2.0
tags:
- llama.cpp
- gguf
- query-expansion
datasets:
- s-emanuilov/query-expansion
base_model:
- Qwen/Qwen2.5-3B-GGUF
---
# Query Expansion GGUF - based on Qwen2.5-3B
GGUF quantized version of Qwen2.5-3B for query expansion task.
Part of a collection of query expansion models available in different architectures and sizes.
## Overview
**Task:** Search query expansion
**Base model:** [Qwen2.5-3B](https://huggingface.co/Qwen/Qwen2.5-3B)
**Training data:** [Query Expansion Dataset](https://huggingface.co/datasets/s-emanuilov/query-expansion)
<img src="static/query-expansion-model.jpg" alt="Query Expansion Model" width="600px" />
## Quantized Versions
Model available in multiple quantization formats:
- F16 (Original size)
- Q8_0 (~8-bit quantization)
- Q5_K_M (~5-bit quantization)
- Q4_K_M (~4-bit quantization)
- Q3_K_M (~3-bit quantization)
## Related Models
### LoRA Adaptors
- [Qwen2.5-3B](https://huggingface.co/s-emanuilov/query-expansion-Qwen2.5-3B)
- [Qwen2.5-7B](https://huggingface.co/s-emanuilov/query-expansion-Qwen2.5-7B)
- [Llama-3.2-3B](https://huggingface.co/s-emanuilov/query-expansion-Llama-3.2-3B)
### GGUF Variants
- [Qwen2.5-7B-GGUF](https://huggingface.co/s-emanuilov/query-expansion-Qwen2.5-7B-GGUF)
- [Llama-3.2-3B-GGUF](https://huggingface.co/s-emanuilov/query-expansion-Llama-3.2-3B-GGUF)
## Details
This model is designed for enhancing search and retrieval systems by generating semantically relevant query expansions.
It could be useful for:
- Advanced RAG systems
- Search enhancement
- Query preprocessing
- Low-latency query expansion
## Example
**Input:** "apple stock"
**Expansions:**
- "apple market"
- "apple news"
- "apple stock price"
- "apple stock forecast"
## Citation
If you find my work helpful, feel free to give me a citation.
```
```
|