MaziyarPanahi commited on
Commit
4337855
·
verified ·
1 Parent(s): 52d65cd

Add OpenMed validation model card

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepgrove/maple-preview
3
+ base_model_relation: quantized
4
+ language:
5
+ - en
6
+ library_name: mlx
7
+ license: mit
8
+ pipeline_tag: text-generation
9
+ tags:
10
+ - mlx
11
+ - mlx-swift
12
+ - maple
13
+ - mixture-of-experts
14
+ - quantized
15
+ - openmed
16
+ ---
17
+
18
+ # Maple Preview 8-bit MLX
19
+
20
+ Private OpenMed development export of
21
+ [`deepgrove/maple-preview`](https://huggingface.co/deepgrove/maple-preview) for
22
+ MLX. It was converted from source revision
23
+ `ac1ddd79d2b5cb4406f5d2bebdf95406ce505a07` with 8-bit affine quantization and
24
+ group size 128. The included `openmed-maple-export.json` records the pinned
25
+ source and runtime-code revisions and conversion settings.
26
+
27
+ ## Validation status
28
+
29
+ On Apple Silicon, this export loaded and completed OpenMed's synthetic task
30
+ contracts for PII span proposals, clinical entities, relations, concise
31
+ reasoning, and grounded visible chat. These are development contract checks,
32
+ not clinical-quality evidence. Direct-identifier recall, critical-leakage,
33
+ source-parity, memory, thermal, and physical-device release gates remain.
34
+
35
+ ## OpenMed use
36
+
37
+ The OpenMedKit integration, prompt contracts, and native iOS scanning demo are
38
+ documented in
39
+ [`docs/maple-on-device.md`](https://github.com/maziyarpanahi/openmed/blob/master/docs/maple-on-device.md).
40
+ Structured outputs must pass OpenMed's span, label-vocabulary, relation, and
41
+ grounding validators before they are shown or applied. Do not log prompts that
42
+ may contain protected information.
43
+
44
+ Maple Preview is a research model with limited post-training. It is not a
45
+ medical device and must not automatically trigger diagnosis, treatment,
46
+ disclosure, or another consequential decision. Human review is required.
47
+
48
+ ## Attribution and license
49
+
50
+ This is a quantized derivative of DeepGrove's Maple Preview. The upstream model
51
+ is licensed under MIT; see the upstream repository for its license and model
52
+ card. OpenMed's SDK source is separately licensed under Apache-2.0.