You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: sync every head count to the 190-head roster
The retrain in #258 took the aroma roster from 164 to 167, which moved three numbers that were
quoted in nineteen places across the README, five docs, the workbench UI, the MCP server, the
e2e conftest and the pipeline comments in predict.py and app.py. Several were already stale
before this — the profile vector had been described as 170-dimensional since before mouthfeel
shipped, and one workbench card claimed 167 heads in its title while still saying 164 survive
in its body.
The three canonical numbers, so future drift is easy to spot:
190 trained heads in all — 6 taste + 167 aroma + 5 mouthfeel + 12 safety
178 dimensions in the flavor-profile vector — taste + aroma + mouthfeel, tox deliberately
excluded because safety is not a flavor-match dimension
167 aroma descriptor heads clearing CV-AUROC >= 0.70
(The loader reports 191 artifacts: the 190 heads plus the sweetness-intensity regressor, which
is a regressor rather than a head and so is not counted as one.)
Also corrects the aroma training corpus size in AROMA.md, which still read 1994 molecules
against an actual 2403 after the supplement work.
Signed-off-by: Austin L. <86896075+rvnminers-A-and-N@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ running entirely on hardware you own.
17
17
<palign="center">
18
18
<imgsrc="docs/assets/flavor-map.png"alt="Flavor-space map in 3D on MW × logP × TPSA axes, colored by taste and aroma"width="900">
19
19
</p>
20
-
<palign="center"><sub>The interactive flavor-space map in 3D on real <b>MW × logP × TPSA</b> axes, colored by <b>taste & aroma</b> — every one of the 164 aroma + 6 taste classes labelled. <b>187 trained heads</b> in all: 6 taste + 164 aroma + 5 mouthfeel + 12 safety.</sub></p>
20
+
<palign="center"><sub>The interactive flavor-space map in 3D on real <b>MW × logP × TPSA</b> axes, colored by <b>taste & aroma</b> — every one of the 167 aroma + 6 taste classes labelled. <b>190 trained heads</b> in all: 6 taste + 167 aroma + 5 mouthfeel + 12 safety.</sub></p>
21
21
22
22
> **8,847 unique molecules** across the open datasets · **taste + aroma + mouthfeel** prediction from
23
23
> structure · a **flavor library** (start from a flavor → its character-impact molecule) and
@@ -59,7 +59,7 @@ is tagged by how it was derived**, so nothing reads as more certain than its sou
59
59
**tasteless** (RandomForests on fingerprint + physicochemical features), plus a
60
60
sweetness-**intensity** regressor. Sour and salty *also* keep a transparent chemistry
61
61
rule (acid group / alkali-salt) as a deterministic cross-check alongside the model.
| Data | commercial-clean open data only | adds research odor datasets with **NonCommercial** terms |
165
-
| Aroma |**164 presence/absence descriptor heads ship** (public-domain HSDB); scored **intensity** is trained on your data or a licensed set (PMP 2001) | full open model incl. **intensity** (research odor data) |
165
+
| Aroma |**167 presence/absence descriptor heads ship** (public-domain HSDB); scored **intensity** is trained on your data or a licensed set (PMP 2001) | full open model incl. **intensity** (research odor data) |
166
166
| Use | free to use, sell, run on-prem | research, teaching, advancing the method |
167
167
168
168
The split is deliberate. The richest aroma data is licensed for research only, so
0 commit comments