File size: 601 Bytes
11ed29b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "architectures": [
    "KayraForCausalLM"
  ],
  "attention_dropout": 0.1,
  "auto_map": {
    "AutoConfig": "configuration_kayra.KayraConfig",
    "AutoModelForCausalLM": "modeling_kayra.KayraForCausalLM"
  },
  "bos_token_id": 2,
  "dtype": "float32",
  "eos_token_id": 3,
  "hidden_dropout": 0.1,
  "hidden_size": 640,
  "initializer_range": 0.02,
  "intermediate_size": 2560,
  "max_position_embeddings": 512,
  "model_type": "kayra",
  "num_attention_heads": 10,
  "num_hidden_layers": 10,
  "pad_token_id": 3,
  "transformers_version": "4.57.3",
  "use_cache": true,
  "vocab_size": 32000
}