File size: 917 Bytes
01898e6 2c2370d 01898e6 5105147 01898e6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | {
"model_type": "nano_deep_reasoner",
"architectures": [
"NanoDeepReasonerForCausalLM"
],
"vocab_size": 4096,
"hidden_size": 360,
"num_layers": 6,
"num_heads": 8,
"intermediate_size": 1440,
"max_position_embeddings": 1096,
"context_length": 1096,
"dropout": 0.05,
"layer_norm_eps": 1e-05,
"tie_word_embeddings": true,
"reasoning_tokens": [
"<pad>",
"<unk>",
"<|endoftext|>",
"<|input|>",
"<|think|>",
"<|thought|>",
"<|reasoning|>",
"<|answer|>"
],
"num_parameters": 11229120,
"training": {
"dataset": "Plans11/Organized_PreTrain_1k_Context",
"session_examples": 20000,
"context_length": 1096,
"strict_max_example_tokens": 1095,
"causal_next_token_prediction": true,
"shuffled_deterministic_scan": true,
"reasoning_tokens": [
"<|think|>",
"<|thought|>",
"<|reasoning|>",
"<|answer|>"
]
}
} |