Ship single k=8 discriminative model (host 0.993/0.990, engineered 0.919/0.896, 5-class 0.708); breaks adversary at order 7
9b5cd9d verified | { | |
| "name": "dna-origin-classifier", | |
| "description": "Discriminative 8-mer classifier of DNA origin with three linear heads.", | |
| "k": 8, | |
| "feature_dim": 65536, | |
| "classes": ["human", "eukaryote", "bacteria", "virus", "engineered"], | |
| "heads": { | |
| "origin": "5-class linear head over classes", | |
| "host": "binary linear head: human vs non-host (bacteria/virus)", | |
| "engineered": "binary linear head: engineered vs natural" | |
| }, | |
| "parameters": 524295 | |
| } | |