timmers commited on
Commit
457e16a
·
verified ·
1 Parent(s): 74ddcd8

card: hybrid resolver (substring + BioLORD 0.78) + production-grade pipeline details

Browse files
Files changed (1) hide show
  1. README.md +12 -6
README.md CHANGED
@@ -125,18 +125,24 @@ Positioned as **Software as a Medical Device (SaMD) — Clinical Decision Suppor
125
  ```
126
  PT-BR free text (laudo, prontuário, transcrição da consulta)
127
 
128
- [1] araras-hpo-brasil — normaliza idioma clínico regional ("amarelão", "bebê molinho") → HPO codes
 
 
129
 
130
- [2] araras-gemma4-e4b recebe prompt + HPO codes → diferencial diagnóstico ranqueado
 
131
 
132
- [3] Canonical ORPHA lookup — nome de doença → código ORPHA (corrige hallucination de tokens esparsos)
 
 
 
133
 
134
- [4] PCDT overlay — 24 PCDTs do MS → fármaco CEAF + centro de referência
135
 
136
- Output ao médico: Dx + evidência + conduta SUS + custo + centro mais próximo
137
  ```
138
 
139
- Total stack footprint: **5.5 GB**. Runs **offline** on iPhone, Android, laptop. Zero cloud.
140
 
141
  ---
142
 
 
125
  ```
126
  PT-BR free text (laudo, prontuário, transcrição da consulta)
127
 
128
+ [1] 🧬 araras-hpo-brasil (BioLORD-2023 fine-tune for PT-BR)
129
+ Normaliza idioma clínico regional → HPO codes
130
+ "amarelão" → HP:0000952 · "bebê molinho" → HP:0001252
131
 
132
+ [2] 🧠 araras-gemma4-e4b Q4_K_M (this model, 5.3 GB, llama.cpp)
133
+ Gera TOP-5 diferenciais ranqueados em PT-BR
134
 
135
+ [3] Hybrid canonical ORPHA resolver (production technique, e.g. MedCAT/scispaCy)
136
+ Tier 1: strict substring match on 10,468-keyword PT-BR dict (~30ms)
137
+ Tier 2: BioLORD semantic fallback @ cosine ≥ 0.78 (~50ms, only if Tier 1 fails)
138
+ Returns None (honest abstention) if neither tier matches confidently
139
 
140
+ [4] 📋 PCDT overlay — 24 PCDTs do MS estruturados → CEAF + centro de referência
141
 
142
+ Output: structured clinical decision support differentials + PCDT + SUS conduta + centro
143
  ```
144
 
145
+ Total stack footprint: **5.5 GB**. Runs **offline** on iPhone, Android, laptop. Zero cloud. Zero LGPD risk.
146
 
147
  ---
148