Text Generation
GGUF
English
Japanese
conversational
How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf okamototk/DeepCoder-1.5B-Preview-imatrix-GGUF:
# Run inference directly in the terminal:
llama cli -hf okamototk/DeepCoder-1.5B-Preview-imatrix-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf okamototk/DeepCoder-1.5B-Preview-imatrix-GGUF:
# Run inference directly in the terminal:
llama cli -hf okamototk/DeepCoder-1.5B-Preview-imatrix-GGUF:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf okamototk/DeepCoder-1.5B-Preview-imatrix-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf okamototk/DeepCoder-1.5B-Preview-imatrix-GGUF:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf okamototk/DeepCoder-1.5B-Preview-imatrix-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf okamototk/DeepCoder-1.5B-Preview-imatrix-GGUF:
Use Docker
docker model run hf.co/okamototk/DeepCoder-1.5B-Preview-imatrix-GGUF:
Quick Links

1. Introduction

This model is quantized version of DeepCoder-14B-Preview with dataset for imatrix TFMC/imatrix-dataset-for-japanese-llm. Usgin English/Japanese mixed and quantization is tuned for Japanese.

2. License

This code repository and the model weights are licensed under the MIT License. Here is note for upstream model license:

  • DeepCoder-2.5B-Preview is based on DeepSeek-R1-Distill-Qwen-1.5B which has same MIT license as DeepCoder. But DeepSeek-R1-Distill-Qwen-1.5B are derived from Qwen-2.5 series, which are originally licensed under Apache 2.0 License,
Downloads last month
13
GGUF
Model size
2B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for okamototk/DeepCoder-1.5B-Preview-imatrix-GGUF

Dataset used to train okamototk/DeepCoder-1.5B-Preview-imatrix-GGUF