tiny-gpt-1-1m / config.json
vjkhambe's picture
Publish TinyGPT checkpoint
b18b84f verified
Raw
History Blame Contribute Delete
733 Bytes
{
"architectures": [
"TinyGPTForCausalLM"
],
"auto_map": {
"AutoConfig": "modeling_tiny_gpt.TinyGPTConfig",
"AutoModelForCausalLM": "modeling_tiny_gpt.TinyGPTForCausalLM"
},
"bos_token_id": 1,
"context_length": 256,
"d_ff": 512,
"d_model": 128,
"dropout": 0.1,
"dtype": "float32",
"eos_token_id": 2,
"head_dim": 32,
"hidden_size": 128,
"intermediate_size": 512,
"is_decoder": true,
"max_position_embeddings": 256,
"model_type": "tiny_gpt",
"n_heads": 4,
"n_layers": 4,
"num_attention_heads": 4,
"num_hidden_layers": 4,
"pad_token_id": 3,
"tie_embeddings": false,
"tie_word_embeddings": false,
"transformers_version": "5.12.1",
"unk_token_id": 0,
"vocab_size": 2048
}