Instructions to use DQN-Labs-Community/dqnWrite-v0.1-3B-A0.8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use DQN-Labs-Community/dqnWrite-v0.1-3B-A0.8B with MLX:
# Make sure mlx-lm is installed # pip install --upgrade mlx-lm # Generate text with mlx-lm from mlx_lm import load, generate model, tokenizer = load("DQN-Labs-Community/dqnWrite-v0.1-3B-A0.8B") prompt = "Write a story about Einstein" messages = [{"role": "user", "content": prompt}] prompt = tokenizer.apply_chat_template( messages, add_generation_prompt=True ) text = generate(model, tokenizer, prompt=prompt, verbose=True) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Pi
How to use DQN-Labs-Community/dqnWrite-v0.1-3B-A0.8B with Pi:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "DQN-Labs-Community/dqnWrite-v0.1-3B-A0.8B"
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "mlx-lm": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "DQN-Labs-Community/dqnWrite-v0.1-3B-A0.8B" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use DQN-Labs-Community/dqnWrite-v0.1-3B-A0.8B with Hermes Agent:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "DQN-Labs-Community/dqnWrite-v0.1-3B-A0.8B"
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default DQN-Labs-Community/dqnWrite-v0.1-3B-A0.8B
Run Hermes
hermes
- MLX LM
How to use DQN-Labs-Community/dqnWrite-v0.1-3B-A0.8B with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Interactive chat REPL mlx_lm.chat --model "DQN-Labs-Community/dqnWrite-v0.1-3B-A0.8B"
Run an OpenAI-compatible server
# Install MLX LM uv tool install mlx-lm # Start the server mlx_lm.server --model "DQN-Labs-Community/dqnWrite-v0.1-3B-A0.8B" # Calling the OpenAI-compatible server with curl curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "DQN-Labs-Community/dqnWrite-v0.1-3B-A0.8B", "messages": [ {"role": "user", "content": "Hello"} ] }'
dqnWrite v0.1 3B-A0.8B
dqnWrite v0.1 is a lightweight creative writing language model developed by DQN Labs.
It is fine-tuned for storytelling, descriptive prose, dialogue, and imaginative writing tasks.
The model is based on IBM Granite 3.1 3B-A800M, a sparse Mixture-of-Experts (MoE) architecture where only ~800M parameters are active per token. This enables strong language capabilities while maintaining high inference speed and efficiency.
Model Overview
| Property | Value |
|---|---|
| Model Name | dqnWrite v0.1 |
| Developer | DQN Labs |
| Base Model | IBM Granite 3.1 3B-A800M (by IBM) |
| Architecture | Sparse Mixture-of-Experts |
| Total Parameters | ~3B |
| Active Parameters | ~800M |
| Primary Domain | Creative Writing / Language Arts |
Intended Use
dqnWrite is designed primarily for creative text generation.
Supported tasks include:
- Story generation
- Narrative scene writing
- Dialogue writing
- Character interactions
- Descriptive worldbuilding
- Writing prompts
- Imaginative storytelling
The model is optimized for fast local inference, making it suitable for running on consumer hardware.
Dataset
The model was fine-tuned using the dataset:
TeichAI/mistral-small-creative-500x
This dataset consists of synthetic prompt-completion pairs distilled from the Mistral Small Creative model.
The dataset focuses on:
- storytelling prompts
- descriptive scene writing
- creative narrative responses
- imaginative writing tasks
Capabilities
dqnWrite performs best at:
- descriptive storytelling
- imaginative prompts
- dialogue generation
- narrative continuation
- scene construction
The model tends to produce longer and more detailed responses compared to general-purpose models of similar size.
Limitations
As a 3B parameter model, dqnWrite has some limitations:
- May struggle with complex reasoning tasks
- Not designed for coding or technical tasks
- Knowledge limited to pretraining cutoff
- May occasionally repeat narrative patterns
The model is optimized specifically for creative text generation, not factual accuracy.
Hardware and Performance
Due to its sparse architecture, only ~800M parameters are active per token, allowing super fast inference even on lower-end devices.
Typical performance characteristics:
- Fast local inference
- Efficient memory usage
- Suitable for laptops and consumer GPUs
- Ideal for local writing tools
Version
dqnWrite v0.1
Initial experimental release of the dqnWrite creative writing model line.
We plan for future versions that may include :
- larger parameter variants in the dqnWrite lineup of models
- expanded creative datasets to train on
Developed by DQN Labs
Local AI for everyone.
- Downloads last month
- 1
Quantized
Model tree for DQN-Labs-Community/dqnWrite-v0.1-3B-A0.8B
Base model
ibm-granite/granite-3.1-3b-a800m-base