{
  "family": "qwen3_forced_aligner",
  "display_name": "Qwen3 Forced Aligner",
  "description": "Qwen3 non-autoregressive forced aligner that aligns transcript text to speech and returns word- or character-level timestamps across 11 supported languages.",
  "category": "speech_analysis",
  "status": "supported",
  "tasks": [
    "align"
  ],
  "modes": [
    "offline"
  ],
  "languages": [
    "zh",
    "en",
    "yue",
    "fr",
    "de",
    "it",
    "ja",
    "ko",
    "pt",
    "ru",
    "es"
  ],
  "capabilities": {
    "align": [
      "word_timestamps"
    ]
  },
  "options": {
    "request": [
      {
        "name": "language",
        "type": "string",
        "description": "Transcript language code or label used to choose timestamp tokenization; the aligner requires transcript text and language.",
        "required": false
      }
    ],
    "session": [
      {
        "name": "weight_type",
        "type": "enum",
        "description": "Shared text decoder weight storage fallback; default native.",
        "preset": "weight_type_full",
        "required": false,
        "default": "native"
      },
      {
        "name": "audio_encoder_weight_type",
        "type": "enum",
        "description": "Audio encoder weight storage type; default native.",
        "preset": "weight_type_conv",
        "required": false,
        "default": "native"
      },
      {
        "name": "text_decoder_weight_type",
        "type": "enum",
        "description": "Text decoder matmul weight storage type; defaults to weight_type when set, otherwise native.",
        "preset": "weight_type_full",
        "required": false
      },
      {
        "name": "audio_encoder_graph_arena_mb",
        "type": "int",
        "description": "Audio encoder graph arena size in MiB; default 128.",
        "required": false,
        "min": 1,
        "default": 128
      },
      {
        "name": "text_decoder_prefill_graph_arena_mb",
        "type": "int",
        "description": "Text decoder prefill graph arena size in MiB; default 256.",
        "required": false,
        "min": 1,
        "default": 256
      },
      {
        "name": "text_decoder_decode_graph_arena_mb",
        "type": "int",
        "description": "Text decoder classification graph arena size in MiB; default 256.",
        "required": false,
        "min": 1,
        "default": 256
      },
      {
        "name": "text_decoder_weight_context_mb",
        "type": "int",
        "description": "Text decoder weight context size in MiB; default 64.",
        "required": false,
        "min": 1,
        "default": 64
      }
    ],
    "load": []
  },
  "runtime": {
    "tags": [
      "gguf"
    ]
  },
  "sources": [
    {
      "format": "gguf",
      "roots": {
        "model": ".",
        "weights": "$gguf"
      },
      "files": {
        "config": "model:config.json",
        "generation_config": "model:generation_config.json",
        "tokenizer_config": "model:tokenizer_config.json"
      },
      "optional_files": {
        "preprocessor_config": "model:preprocessor_config.json",
        "processor_config": "model:processor_config.json",
        "chat_template": "model:chat_template.json",
        "chat_template_jinja": "model:chat_template.jinja",
        "vocab": "model:vocab.json",
        "merges": "model:merges.txt",
        "tokenizer_json": "model:tokenizer.json"
      },
      "tensors": {
        "weights": "weights:"
      }
    },
    {
      "format": "safetensors",
      "roots": {
        "model": "."
      },
      "files": {
        "config": "model:config.json",
        "generation_config": "model:generation_config.json",
        "tokenizer_config": "model:tokenizer_config.json"
      },
      "optional_files": {
        "preprocessor_config": "model:preprocessor_config.json",
        "processor_config": "model:processor_config.json",
        "chat_template": "model:chat_template.json",
        "chat_template_jinja": "model:chat_template.jinja",
        "vocab": "model:vocab.json",
        "merges": "model:merges.txt",
        "tokenizer_json": "model:tokenizer.json"
      },
      "tensors": {
        "weights": "model:model.safetensors"
      }
    }
  ],
  "package_defaults": {
    "download": {
      "kind": "huggingface_snapshot",
      "repo": "audio-cpp/audio.cpp-gguf",
      "revision": "main",
      "gated": false
    }
  },
  "packages": [
    {
      "id": "qwen3_forced_aligner_0_6b_q8_0",
      "display_name": "Qwen3 Forced Aligner 0.6B Q8_0 GGUF",
      "default": true,
      "format": "gguf",
      "precision": "q8_0",
      "target_directory": "Qwen3-ForcedAligner-0.6B-GGUF",
      "files": [
        "Qwen3-ForcedAligner-0.6B-GGUF/qwen3-forced-aligner-0.6b-q8_0.gguf"
      ],
      "strip_prefix": "Qwen3-ForcedAligner-0.6B-GGUF"
    },
    {
      "id": "qwen3_forced_aligner_0_6b_f16",
      "display_name": "Qwen3 Forced Aligner 0.6B F16 GGUF",
      "format": "gguf",
      "precision": "f16",
      "target_directory": "Qwen3-ForcedAligner-0.6B-GGUF",
      "files": [
        "Qwen3-ForcedAligner-0.6B-GGUF/qwen3-forced-aligner-0.6b-f16.gguf"
      ],
      "strip_prefix": "Qwen3-ForcedAligner-0.6B-GGUF"
    },
    {
      "id": "qwen3_forced_aligner_0_6b_safetensors",
      "display_name": "Qwen3 Forced Aligner 0.6B Safetensors",
      "format": "safetensors",
      "precision": "native",
      "target_directory": "Qwen3-ForcedAligner-0.6B",
      "files": [
        "config.json",
        "generation_config.json",
        "model.safetensors",
        "preprocessor_config.json",
        "tokenizer_config.json"
      ],
      "download": {
        "kind": "huggingface_snapshot",
        "repo": "Qwen/Qwen3-ForcedAligner-0.6B"
      }
    }
  ]
}
