PhysiQuanty's picture
Upload 9 files
4cc2013 verified
Raw
History Blame Contribute Delete
664 Bytes
{
"model_type": "rne_tiny_gpt",
"architectures": [
"RNETinyGPTModel"
],
"auto_map": {
"AutoConfig": "configuration_rne_tiny_gpt.RNETinyGPTConfig",
"AutoModel": "modeling_rne_tiny_gpt.RNETinyGPTModel"
},
"vocab_size": 32768,
"ctx_len": 4096,
"max_position_embeddings": 4096,
"n_layer": 4,
"num_hidden_layers": 4,
"n_head": 4,
"num_attention_heads": 4,
"n_embd": 384,
"hidden_size": 384,
"dropout": 0.0,
"pad_token_id": 0,
"sep_token_id": 3,
"pooling": "mean",
"normalize_embeddings": true,
"attention_backend": "torch",
"torch_fallback": false,
"torch_dtype": "bfloat16",
"transformers_version": "custom"
}