all distribution formats of the uzbek fine-tune of qwen3-4b: merged bf16, lora adapter, bnb nf4, awq, and the gguf suite. • 5 items • Updated • 1
qwen3-4b-uzbek-v2-awq
awq 4-bit activation-aware quant (~3.4 gb) of inspirebek/qwen3-4b-uzbek-v2. fast gpu inference via vllm / tgi / transformers.
usage
from transformers import AutoModelForCausalLM, AutoTokenizer
tok = AutoTokenizer.from_pretrained("inspirebek/qwen3-4b-uzbek-v2-awq")
model = AutoModelForCausalLM.from_pretrained(
"inspirebek/qwen3-4b-uzbek-v2-awq",
device_map="auto",
)
with vllm:
vllm serve inspirebek/qwen3-4b-uzbek-v2-awq --quantization awq --dtype float16
quantization
- method: awq (
autoawq0.2.9, gemm version) w_bit=4, q_group_size=128, zero_point=True- calibration: 128 uzbek samples (2048 tokens each) from
fluency.jsonl
datasets
stage a — fluency (continued pretraining):
yakhyo/uz-wiki· MITtahrirchi/uz-books-v2· MITtahrirchi/uz-crawl· Apache-2.0
stage b — instruct (sft):
saillab/alpaca_uzbek_taco· CC-BY-NC-4.0behbudiy/alpaca-cleaned-uz· CC-BY-4.0UAzimov/uzbek-instruct-llm· Apache-2.0CohereLabs/aya_collection_language_split· Apache-2.0med-alex/qa_mt_ru_to_uzn· unspecifiedmed-alex/qa_mt_tr_to_uzn· unspecified
⚠️ licensing note:
saillab/alpaca_uzbek_tacois cc-by-nc-4.0, which restricts commercial use of derivative models. downstream users who need a fully permissive license should retrain without that subset.
sibling formats
- Downloads last month
- 11
Safetensors
Model size
4B params
Tensor type
I32
·
BF16 ·
