Yaz v0.0.1 — safetensors + loader + model card + paper (editable/auditable tiny KB model)
b14638e verified | { | |
| "cfg": { | |
| "vocab_size": 256, | |
| "d_model": 128, | |
| "n_layers": 3, | |
| "n_heads": 4, | |
| "max_seq_len": 128, | |
| "ffn_expand": 4, | |
| "dropout": 0.0, | |
| "d_dict": 512, | |
| "fact_top_k": 1, | |
| "fact_gain": 1.0, | |
| "d_phase": 1, | |
| "use_atom_gain": true, | |
| "atom_gain_init": 6.0 | |
| }, | |
| "country_to_target_atom": { | |
| "France": 0, | |
| "Japan": 1, | |
| "Egypt": 2, | |
| "Peru": 3, | |
| "Russia": 4, | |
| "Germany": 5, | |
| "Spain": 6, | |
| "Italy": 7, | |
| "Portugal": 8, | |
| "Greece": 9, | |
| "Norway": 10, | |
| "Sweden": 11, | |
| "Finland": 12, | |
| "Denmark": 13, | |
| "Poland": 14, | |
| "Hungary": 15, | |
| "Austria": 16, | |
| "Belgium": 17, | |
| "Netherlands": 18, | |
| "Ireland": 19, | |
| "Iceland": 20, | |
| "Switzerland": 21, | |
| "Croatia": 22, | |
| "Serbia": 23, | |
| "Bulgaria": 24, | |
| "Romania": 25, | |
| "Ukraine": 26, | |
| "Belarus": 27, | |
| "Lithuania": 28, | |
| "Latvia": 29, | |
| "Estonia": 30, | |
| "Turkey": 31, | |
| "Iran": 32, | |
| "India": 33, | |
| "China": 34, | |
| "Korea": 35, | |
| "Thailand": 36, | |
| "Vietnam": 37, | |
| "Indonesia": 38, | |
| "Philippines": 39, | |
| "Israel": 40, | |
| "Kenya": 41, | |
| "Brazil": 42, | |
| "Chile": 43, | |
| "Colombia": 44, | |
| "Cuba": 45, | |
| "Canada": 46, | |
| "Australia": 47, | |
| "UK": 48, | |
| "Qatar": 49 | |
| }, | |
| "country_to_capital_first": { | |
| "France": "P", | |
| "Japan": "T", | |
| "Egypt": "C", | |
| "Peru": "L", | |
| "Russia": "M", | |
| "Germany": "B", | |
| "Spain": "M", | |
| "Italy": "R", | |
| "Portugal": "L", | |
| "Greece": "A", | |
| "Norway": "O", | |
| "Sweden": "S", | |
| "Finland": "H", | |
| "Denmark": "C", | |
| "Poland": "W", | |
| "Hungary": "B", | |
| "Austria": "V", | |
| "Belgium": "B", | |
| "Netherlands": "A", | |
| "Ireland": "D", | |
| "Iceland": "R", | |
| "Switzerland": "B", | |
| "Croatia": "Z", | |
| "Serbia": "B", | |
| "Bulgaria": "S", | |
| "Romania": "B", | |
| "Ukraine": "K", | |
| "Belarus": "M", | |
| "Lithuania": "V", | |
| "Latvia": "R", | |
| "Estonia": "T", | |
| "Turkey": "A", | |
| "Iran": "T", | |
| "India": "D", | |
| "China": "B", | |
| "Korea": "S", | |
| "Thailand": "B", | |
| "Vietnam": "H", | |
| "Indonesia": "J", | |
| "Philippines": "M", | |
| "Israel": "J", | |
| "Kenya": "N", | |
| "Brazil": "B", | |
| "Chile": "S", | |
| "Colombia": "B", | |
| "Cuba": "H", | |
| "Canada": "O", | |
| "Australia": "C", | |
| "UK": "L", | |
| "Qatar": "D" | |
| } | |
| } |