nsalerni commited on
Commit
e7b0aa9
·
verified ·
1 Parent(s): 4cecbbd

release: flowcast-v5-lite v0.2.1 — loudink_surgical + paraphrase_posttrain, 83.3% paraphrase shipped

Browse files
README.md CHANGED
@@ -8,7 +8,7 @@ tags:
8
  library_name: mlx-lm
9
  ---
10
 
11
- # flowcast-v5-lite v0.2.0
12
 
13
  Sub-750MB hybrid LoudInk stack: **99.5% user-demand shipped** (126 computer + 74 writing).
14
 
@@ -17,7 +17,7 @@ Predecessor: [nsalerni/flowcast-v4-lite](https://huggingface.co/nsalerni/flowcas
17
  ## Hybrid production stack
18
 
19
  - **Writer longform:** `loudink_surgical` — 100% user-demand writing (shipped)
20
- - **Writer paraphrase:** `onpolicy_rescue` — hybrid routing for held-out paraphrase suite
21
  - **IR:** FunctionGemma IR v5 + transcript-first repairs (github-in-safari, etc.)
22
  - Learned transcript router + polish registry + transcript fast paths
23
 
@@ -28,6 +28,7 @@ Predecessor: [nsalerni/flowcast-v4-lite](https://huggingface.co/nsalerni/flowcas
28
  | Combined | 65.5% | **99.5%** |
29
  | Writing | 9.5% | **100%** |
30
  | Computer | 98.4% | **99.2%** |
 
31
  | Download | 809 MB | **750 MB** |
32
 
33
  See `inference_config.json` and `manifest.json` for integration fields.
 
8
  library_name: mlx-lm
9
  ---
10
 
11
+ # flowcast-v5-lite v0.2.1
12
 
13
  Sub-750MB hybrid LoudInk stack: **99.5% user-demand shipped** (126 computer + 74 writing).
14
 
 
17
  ## Hybrid production stack
18
 
19
  - **Writer longform:** `loudink_surgical` — 100% user-demand writing (shipped)
20
+ - **Writer paraphrase:** `paraphrase_posttrain` — 83.3% shipped / 66.7% neural on held-out paraphrase (12 cases)
21
  - **IR:** FunctionGemma IR v5 + transcript-first repairs (github-in-safari, etc.)
22
  - Learned transcript router + polish registry + transcript fast paths
23
 
 
28
  | Combined | 65.5% | **99.5%** |
29
  | Writing | 9.5% | **100%** |
30
  | Computer | 98.4% | **99.2%** |
31
+ | Paraphrase (held-out) | — | **83.3%** shipped |
32
  | Download | 809 MB | **750 MB** |
33
 
34
  See `inference_config.json` and `manifest.json` for integration fields.
inference_config.json CHANGED
@@ -29,8 +29,9 @@
29
  "ir_fallback_p50_ms_max": 250,
30
  "neural_writing_accuracy_min": 0.15,
31
  "neural_computer_accuracy_min": 0.22,
32
- "paraphrase_shipped_min": 0.48,
 
33
  "polish_lift_max": 0.88
34
  },
35
- "version": "0.2.0"
36
  }
 
29
  "ir_fallback_p50_ms_max": 250,
30
  "neural_writing_accuracy_min": 0.15,
31
  "neural_computer_accuracy_min": 0.22,
32
+ "paraphrase_shipped_min": 0.55,
33
+ "paraphrase_neural_min": 0.3,
34
  "polish_lift_max": 0.88
35
  },
36
+ "version": "0.2.1"
37
  }
manifest.json CHANGED
@@ -1,13 +1,13 @@
1
  {
2
  "product": "v5-lite",
3
- "version": "0.2.0",
4
  "download_mb": 750,
5
  "runner_kind": "v5_lite",
6
  "writer_model_config": "configs/model_v5_lfm25_1_2b.yaml",
7
  "writer_adapter_path": "artifacts/sft_v5_lfm25_v3lite_writer/adapters",
8
  "writer_checkpoint": "promoted_core_100.safetensors",
9
  "writer_longform_adapter_path": "artifacts/sft_v5_lite_loudink_surgical/adapters",
10
- "writer_paraphrase_adapter_path": "artifacts/sft_v5_lite_onpolicy_rescue/adapters",
11
  "hybrid_paraphrase_adapter": true,
12
  "writer_use_prompt_kv_cache": true,
13
  "ir_model_config": "configs/model_v4_functiongemma.yaml",
@@ -38,8 +38,9 @@
38
  "ir_fallback_p50_ms_max": 250,
39
  "neural_writing_accuracy_min": 0.15,
40
  "neural_computer_accuracy_min": 0.22,
41
- "paraphrase_shipped_min": 0.48,
 
42
  "polish_lift_max": 0.88
43
  },
44
- "notes": "v5-lite hybrid production: loudink_surgical + onpolicy_rescue paraphrase routing, IR v5, learned router, polish registry."
45
  }
 
1
  {
2
  "product": "v5-lite",
3
+ "version": "0.2.1",
4
  "download_mb": 750,
5
  "runner_kind": "v5_lite",
6
  "writer_model_config": "configs/model_v5_lfm25_1_2b.yaml",
7
  "writer_adapter_path": "artifacts/sft_v5_lfm25_v3lite_writer/adapters",
8
  "writer_checkpoint": "promoted_core_100.safetensors",
9
  "writer_longform_adapter_path": "artifacts/sft_v5_lite_loudink_surgical/adapters",
10
+ "writer_paraphrase_adapter_path": "artifacts/sft_v5_lite_paraphrase_posttrain/adapters",
11
  "hybrid_paraphrase_adapter": true,
12
  "writer_use_prompt_kv_cache": true,
13
  "ir_model_config": "configs/model_v4_functiongemma.yaml",
 
38
  "ir_fallback_p50_ms_max": 250,
39
  "neural_writing_accuracy_min": 0.15,
40
  "neural_computer_accuracy_min": 0.22,
41
+ "paraphrase_shipped_min": 0.55,
42
+ "paraphrase_neural_min": 0.30,
43
  "polish_lift_max": 0.88
44
  },
45
+ "notes": "v5-lite hybrid production: loudink_surgical + paraphrase_posttrain (83.3% shipped / 66.7% neural paraphrase), IR v5, learned router, polish registry."
46
  }
writer_paraphrase/adapters.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d426d353fe3740fe564caaf19645055ff10abdd383bdfeb0c2b14cd5fe5fbc23
3
  size 44453426
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f08dbe5d5aefcfbb36a358750a00941a0e05c3a49a1d666844f694bf9bfdae1
3
  size 44453426