RecGPT-10M / config.json
Serdar404's picture
Upload RecGPT-10M main checkpoint
cf96a3b verified
Raw
History Blame Contribute Delete
565 Bytes
{
"architectures": [
"RecGPTForCausalLM"
],
"auto_map": {
"AutoConfig": "modeling_recgpt.RecGPTConfig",
"AutoModelForCausalLM": "modeling_recgpt.RecGPTForCausalLM"
},
"dtype": "float32",
"embedding_size": 192,
"head_dim": 64,
"hidden_size": 768,
"intermediate_size": 12288,
"is_decoder": true,
"max_position_embeddings": 1024,
"model_type": "recgpt",
"num_heads": 12,
"pad_token_id": 0,
"recursive_depth": 16,
"tie_word_embeddings": false,
"transformers_version": "5.9.0",
"use_cache": false,
"vocab_size": 32768
}