CuckmeisterFuller commited on
Commit
ff83c78
·
verified ·
1 Parent(s): 835bb45

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +37 -0
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MistralForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 1,
7
+ "eos_token_id": [
8
+ 2,
9
+ 131072
10
+ ],
11
+ "head_dim": 128,
12
+ "hidden_act": "silu",
13
+ "hidden_size": 5120,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 32768,
16
+ "max_position_embeddings": 32768,
17
+ "model_type": "mistral",
18
+ "num_attention_heads": 32,
19
+ "num_hidden_layers": 40,
20
+ "num_key_value_heads": 8,
21
+ "quantization": {
22
+ "group_size": 64,
23
+ "bits": 3
24
+ },
25
+ "quantization_config": {
26
+ "group_size": 64,
27
+ "bits": 3
28
+ },
29
+ "rms_norm_eps": 1e-05,
30
+ "rope_theta": 100000000.0,
31
+ "sliding_window": null,
32
+ "tie_word_embeddings": false,
33
+ "torch_dtype": "bfloat16",
34
+ "transformers_version": "4.48.1",
35
+ "use_cache": false,
36
+ "vocab_size": 131074
37
+ }