CoolFace
Modelpublic

turnercore/needle-automaticity-v9

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes18downloads
config.json27 linesDownload Raw Back to root
1{2  "vocab_size": 8192,3  "d_model": 512,4  "num_heads": 8,5  "num_kv_heads": 4,6  "num_encoder_layers": 12,7  "num_decoder_layers": 8,8  "d_ff": 2048,9  "max_seq_len": 1024,10  "pad_token_id": 0,11  "eos_token_id": 1,12  "decoder_start_token_id": 1,13  "bos_token_id": 2,14  "unk_token_id": 3,15  "tool_call_token_id": 4,16  "tools_token_id": 5,17  "rope_theta": 10000.0,18  "rms_norm_eps": 1e-06,19  "dtype": "bfloat16",20  "activation": "swiglu",21  "num_memory_slots": 64,22  "dropout_rate": 0.1,23  "contrastive_dim": 128,24  "no_feedforward": true,25  "rope_keys_only": false26}27