zeronet / config.json
yashshinde0080's picture
Upload config.json with huggingface_hub
abfcf8b verified
{
"model_type": "recursive_language_model",
"architectures": [
"RecursiveLanguageModel"
],
"vocab_size": 50257,
"hidden_size": 512,
"num_layers": 6,
"num_heads": 8,
"recursive_depth": 4,
"max_seq_length": 512,
"auto_map": {
"AutoConfig": "configuration_recursive_lm.RecursiveLanguageModelConfig",
"AutoModelForCausalLM": "modeling_recursive_lm.RecursiveLanguageModel"
}
}