Felladrin commited on
Commit
c43351a
·
verified ·
1 Parent(s): b4e0eb6

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +36 -0
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.1,
7
+ "bos_token_id": 0,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 4096,
11
+ "initializer_range": 0.009882118,
12
+ "intermediate_size": 14336,
13
+ "layer_norm_eps": null,
14
+ "max_position_embeddings": 32768,
15
+ "mlp_bias": false,
16
+ "model_type": "llama",
17
+ "num_attention_heads": 32,
18
+ "num_hidden_layers": 32,
19
+ "num_key_value_heads": 8,
20
+ "quantization": {
21
+ "group_size": 64,
22
+ "bits": 6
23
+ },
24
+ "quantization_config": {
25
+ "group_size": 64,
26
+ "bits": 6
27
+ },
28
+ "resid_pdrop": 0.1,
29
+ "rms_norm_eps": 1e-06,
30
+ "rope_theta": 500000.0,
31
+ "tie_word_embeddings": false,
32
+ "torch_dtype": "bfloat16",
33
+ "transformers_version": "4.46.2",
34
+ "use_cache": true,
35
+ "vocab_size": 155136
36
+ }