efficiencyx/Titlewen-GGUF overview
Titlewen GGUF Titlewen is a small specialized title generation model based on Qwen3 0.6B , fine tuned to turn user messages into short, descriptive conversatio…
Runs locally from ~1.12 GB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| qwen3-0.6b.F16.gguf | GGUF | GGUF | 1.12 GB | Download |
Model Details
| Model ID | efficiencyx/Titlewen-GGUF |
|---|---|
| Author | efficiencyx |
| Pipeline | text-generation |
| License | apache-2.0 |
| Base model | Qwen/Qwen3-0.6B |
| Last modified | 2026-08-07T20:43:54.000Z |
Model README
---
base_model: Qwen/Qwen3-0.6B
language:
- en
library_name: transformers
pipeline_tag: text-generation
tags:
- qwen
- qwen3
- gguf
- title-generation
- summarization
- finetune
license: apache-2.0
---
Titlewen-GGUF
Titlewen is a small specialized title-generation model based on Qwen3-0.6B, fine-tuned to turn user messages into short, descriptive conversation titles.
This repository contains the GGUF version intended for lightweight local inference with runtimes such as llama.cpp.
What it does
Titlewen takes an arbitrary user message and produces a concise title describing its main topic.
Examples:
| Input | Output |
| --- | --- |
| Hey we are at the coffee shop, do you want anything? | Coffee Shop Chat |
| CUDA out of memory. Tried to allocate 20.00 MiB... | CUDA Memory Allocation Error |
| how is this possible? rtx 3060... | RTX 3060 Performance Analysis |
| Help me make the README a bit better | Improving README Clarity |
The model is designed for applications such as:
- automatic chat/conversation naming
- message and thread titles
- support-ticket titles
- compact topic extraction
- short UI labels derived from user input
Model details
- Base model:
Qwen/Qwen3-0.6B - Task: Short title generation
- Architecture: Decoder-only Transformer
- Training method: LoRA fine-tuning
- Training dataset: approximately 20,000 title-generation examples
- Output style: typically 2–6 words
- Format: GGUF
- Primary languages: English
Run efficiencyx/Titlewen-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models