const ORGS = { bananamind: { name: 'BananaMind', logo: 'https://cdn-avatars.huggingface.co/v1/production/uploads/69ae829a8408eeb0d7dd5491/0-2aeVpWWaWlufYtgkWtK.png', chartColor: 'rgba(250, 204, 21, 0.70)', chartBorder: '#facc15', url: 'https://huggingface.co/BananaMind', }, }; // Percentages are 0–100. Missing measurements must be null, never zero. const MODELS = [ { id: 'bananamind-2-pro', name: 'BananaMind-2-Pro', org: 'bananamind', params: 138971520, paramsDisplay: '139M', contextWindow: 3072, recommended: true, type: 'Base model', modality: 'Text → Text', arc: 53.58, hellaswag: 42.78, piqa: 67.52, arithmark3: 38.20, base: { overall: 1128, accuracy: 66.86, elo: {language:1570, commonsense:1185, knowledge:1168, context:938, quantitative:910, logic:1059, code:1407}, accuracyByCategory: {language:100, commonsense:80, knowledge:80, context:44, quantitative:32, logic:48, code:84}, casesPerCategory: 50, provenance: 'Local official complete run · 2026-08-17 · 234 / 350 correct. Overall accuracy rounded to the supplied 66.86%.', }, links: {card:'https://huggingface.co/BananaMind/BananaMind-2-Pro'}, }, { id: 'kiyo-135m-0960', name: 'Kiyo-135M-0960', org: 'dedeprogames', params: 134515008, paramsDisplay: '134.5M', contextWindow: 8192, recommended: true, type: 'Base model', modality: 'Text → Text', arc: 58.08, hellaswag: 40.54, piqa: 67.03, arithmark3: 35.50, base: { overall: 1139, accuracy: 68.3, elo: {language:1468, commonsense:1178, knowledge:1177, context:1002, quantitative:889, logic:1061, code:1453}, accuracyByCategory: {language:98, commonsense:80, knowledge:82, context:52, quantitative:28, logic:50, code:88}, casesPerCategory: 50, provenance: 'User-supplied BananaMind Base Bench 1.1 result · 239 / 350 correct · 68.3% overall accuracy.', }, links: {card:'https://huggingface.co/DedeProGames/Kiyo-135M-0960'}, }, ]; const BENCHMARKS = [ {key:'base', name:'BananaMind Base Bench 1.1', weight:0.2375, url:'https://huggingface.co/datasets/BananaMind/BananaMind-Base-Bench-1.1', metric:'Overall Elo · normalized to 0–100'}, {key:'piqa', name:'PIQA', weight:0.2375, url:'https://huggingface.co/datasets/ybisk/piqa', metric:'Reported accuracy'}, {key:'hellaswag', name:'HellaSwag', weight:0.2375, url:'https://huggingface.co/datasets/Rowan/hellaswag', metric:'Reported accuracy'}, {key:'arc', name:'ARC Easy', weight:0.2375, url:'https://huggingface.co/datasets/allenai/ai2_arc', metric:'Reported accuracy · ARC-Easy'}, {key:'arithmark3', name:'Arithmark 3.0', weight:0.05, url:'https://huggingface.co/datasets/AxiomicLabs/Arithmark-3.0', metric:'Reported accuracy · low index weight'}, ];