File size: 391 Bytes
6bc1e8d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "architectures": [
    "FlashAttentionForCausalLM"
  ],
  "model_type": "flash_attention_lm",
  "vocab_size": 50257,
  "hidden_size": 512,
  "num_hidden_layers": 8,
  "num_attention_heads": 8,
  "max_position_embeddings": 512,
  "hidden_dropout_prob": 0.1,
  "use_flash_attention": true,
  "gradient_checkpointing": false,
  "torch_dtype": "float32",
  "transformers_version": "4.40.0"
}