Nano.Deep.Reasoner.11m / config.json
Plans11's picture
Nano.Deep.Reasoner.11m | 20,000 new examples | step 1,441
5105147 verified
Raw
History Blame Contribute Delete
917 Bytes
{
"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|>"
]
}
}