File size: 641 Bytes
85723f7
dd9dc76
9dc7a0a
 
 
a0ae4e3
85723f7
 
 
 
9dc7a0a
85723f7
 
 
 
dd9dc76
85723f7
a0ae4e3
85723f7
a0ae4e3
dcd3a7c
 
a0ae4e3
9dc7a0a
85723f7
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": ["MistralForCausalLM"],
  "attention_dropout": 0.0,
  "bos_token_id": 32000,
  "eos_token_id": 32003,
  "head_dim": 32,
  "hidden_act": "silu",
  "hidden_size": 1024,
  "initializer_range": 0.02,
  "intermediate_size": 4096,
  "max_position_embeddings": 2048,
  "model_type": "mistral",
  "num_attention_heads": 32,
  "num_hidden_layers": 12,
  "num_key_value_heads": 8,
  "rms_norm_eps": 1e-6,
  "rope_theta": 10000.0,
  "sliding_window": null,
  "tie_word_embeddings": false,
  "torch_dtype": "bfloat16",
  "transformers_version": "4.50.0",
  "use_cache": false,
  "use_sliding_window": false,
  "vocab_size": 32005
}