flowcast-v5-lite / inference_config.json
nsalerni's picture
release: flowcast-v5-lite v0.2.1 — loudink_surgical + paraphrase_posttrain, 83.3% paraphrase shipped
e7b0aa9 verified
Raw
History Blame Contribute Delete
1.25 kB
{
"model_name": "flowcast-v5-lite",
"model_tag": "flowcast-v5-lite",
"runner_kind": "v5_lite",
"hf_repo": "nsalerni/flowcast-v5-lite",
"predecessor": "nsalerni/flowcast-v4-lite",
"writer_base_model": "mlx-community/LFM2.5-1.2B-Instruct-4bit",
"ir_base_model": "mlx-community/functiongemma-270m-it-4bit",
"writer_adapter_path": "writer",
"writer_longform_adapter_path": "writer_longform",
"writer_paraphrase_adapter_path": "writer_paraphrase",
"hybrid_paraphrase_adapter": true,
"ir_adapter_path": "ir",
"learned_router_path": "router.json",
"use_learned_router": true,
"two_pass_longform": true,
"ir_chat_template_family": "functiongemma",
"writer_chat_template_family": "lfm25",
"transcript_first_ir": true,
"intent_fast_path": true,
"download_mb": 750,
"targets": {
"core_accuracy": 0.99,
"ir_only_accuracy": 0.92,
"loudink_writing_accuracy": 0.95,
"held_out_accuracy": 0.97,
"hot_download_mb_max": 750,
"dictation_p50_ms_max": 150,
"ir_fallback_p50_ms_max": 250,
"neural_writing_accuracy_min": 0.15,
"neural_computer_accuracy_min": 0.22,
"paraphrase_shipped_min": 0.55,
"paraphrase_neural_min": 0.3,
"polish_lift_max": 0.88
},
"version": "0.2.1"
}