πŸ“‹ Model Description


license: apache-2.0 language:
  • en
base_model:
  • Menlo/Jan-v3-4B-base-instruct
pipeline_tag: text-generation library_name: transformers tags:
  • code

Jan-v3-4B-base-instruct: a 4B baseline model for fine-tuning

GitHub</a>
License</a>
Jan App</a>

!image

Overview

Jan-v3-4B-base-instruct is a 4B-parameter model obtained via post-training distillation from a larger teacher, transferring capabilities while preserving general-purpose performance on standard benchmarks. The result is a compact, ownable base that is straightforward to fine-tune, broadly applicable and minimizing the usual capacity–capability trade-offs.

Building on this base, Jan-Code, a code-tuned variant, will be released soon.

Model Overview

This repo contains the BF16 version of Jan-v3-4B-base-instruct, which has the following features:

  • Type: Causal Language Models
  • Training Stage: Pretraining & Post-training
  • Number of Parameters: 4B in total
  • Number of Layers: 36
  • Number of Attention Heads (GQA): 32 for Q and 8 for KV
  • Context Length: 262,144 natively.

Intended Use

  • A better small base for downstream work: improved instruction following out of the box, strong starting point for fine-tuning, and effective lightweight coding assistance.

Performance

!image

Quick Start

Integration with Jan Apps

Jan-v3 demo is hosted on Jan Browser at chat.jan.ai. It is also optimized for direct integration with Jan Desktop, select the model in the app to start using it.

Local Deployment

Using vLLM:

vllm serve janhq/Jan-v3-4B-base-instruct \
--host 0.0.0.0 \
--port 1234 \
--enable-auto-tool-choice \
--tool-call-parser hermes

Using llama.cpp:

llama-server --model Jan-v3-4B-base-instruct-Q8_0.gguf \
--host 0.0.0.0 \
--port 1234 \
--jinja \
--no-context-shift

Recommended Parameters

For optimal performance in agentic and general tasks, we recommend the following inference parameters:
temperature: 0.7
top_p: 0.8
top_k: 20

🀝 Community & Support

πŸ“„ Citation

Updated Soon

πŸ“‚ GGUF File List

πŸ“ Filename πŸ“¦ Size ⚑ Download
Jan-v3-4b-base-instruct-Q3_K_L.gguf
LFS Q3
2.24 GB Download
Jan-v3-4b-base-instruct-Q3_K_M.gguf
LFS Q3
2.09 GB Download
Jan-v3-4b-base-instruct-Q3_K_S.gguf
LFS Q3
1.91 GB Download
Jan-v3-4b-base-instruct-Q4_0.gguf
Recommended LFS Q4
2.41 GB Download
Jan-v3-4b-base-instruct-Q4_1.gguf
LFS Q4
2.64 GB Download
Jan-v3-4b-base-instruct-Q4_K_M.gguf
LFS Q4
2.53 GB Download
Jan-v3-4b-base-instruct-Q4_K_S.gguf
LFS Q4
2.42 GB Download
Jan-v3-4b-base-instruct-Q4_K_XL.gguf
LFS Q4
2.79 GB Download
Jan-v3-4b-base-instruct-Q5_0.gguf
LFS Q5
2.88 GB Download
Jan-v3-4b-base-instruct-Q5_1.gguf
LFS Q5
3.11 GB Download
Jan-v3-4b-base-instruct-Q5_K_M.gguf
LFS Q5
2.94 GB Download
Jan-v3-4b-base-instruct-Q5_K_S.gguf
LFS Q5
2.88 GB Download
Jan-v3-4b-base-instruct-Q6_K.gguf
LFS Q6
3.38 GB Download
Jan-v3-4b-base-instruct-Q8_0.gguf
LFS Q8
4.37 GB Download
Jan-v3-4b-base-instruct.gguf
LFS
8.22 GB Download