cnfusion commited on
Commit
29018fd
·
verified ·
1 Parent(s): afe84a0

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +44 -0
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 100000,
8
+ "eos_token_id": 100001,
9
+ "head_dim": 128,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 4096,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 11008,
14
+ "max_position_embeddings": 65536,
15
+ "mlp_bias": false,
16
+ "model_type": "llama",
17
+ "num_attention_heads": 32,
18
+ "num_hidden_layers": 30,
19
+ "num_key_value_heads": 32,
20
+ "pretraining_tp": 1,
21
+ "quantization": {
22
+ "group_size": 64,
23
+ "bits": 8
24
+ },
25
+ "quantization_config": {
26
+ "group_size": 64,
27
+ "bits": 8
28
+ },
29
+ "rms_norm_eps": 1e-06,
30
+ "rope_scaling": {
31
+ "beta_fast": 32,
32
+ "beta_slow": 1,
33
+ "factor": 16,
34
+ "mscale": true,
35
+ "original_max_position_embeddings": 4096,
36
+ "type": "yarn"
37
+ },
38
+ "rope_theta": 10000,
39
+ "tie_word_embeddings": false,
40
+ "torch_dtype": "bfloat16",
41
+ "transformers_version": "4.46.3",
42
+ "use_cache": true,
43
+ "vocab_size": 102400
44
+ }