inspirebek's picture
docs: add model card
d4f8635 verified
metadata
language:
  - uz
  - en
license: cc-by-nc-4.0
datasets:
  - yakhyo/uz-wiki
  - tahrirchi/uz-books-v2
  - tahrirchi/uz-crawl
  - saillab/alpaca_uzbek_taco
  - behbudiy/alpaca-cleaned-uz
  - UAzimov/uzbek-instruct-llm
  - CohereLabs/aya_collection_language_split
  - med-alex/qa_mt_ru_to_uzn
  - med-alex/qa_mt_tr_to_uzn
library_name: transformers
pipeline_tag: text-generation
base_model: inspirebek/qwen3-4b-uzbek-v2
tags:
  - uzbek
  - qwen3
  - quantized
  - 4-bit
  - awq

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 (autoawq 0.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):

stage b — instruct (sft):

⚠️ licensing note: saillab/alpaca_uzbek_taco is 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