cnfusion commited on
Commit
b9c3344
·
verified ·
1 Parent(s): 6b52d2d

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +39 -0
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 0,
8
+ "eos_token_id": 0,
9
+ "head_dim": 128,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 3072,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 8256,
14
+ "max_position_embeddings": 8192,
15
+ "max_sequence_length": 8192,
16
+ "mlp_bias": false,
17
+ "model_type": "llama",
18
+ "num_attention_heads": 24,
19
+ "num_hidden_layers": 30,
20
+ "num_key_value_heads": 24,
21
+ "pad_token_id": 0,
22
+ "pretraining_tp": 1,
23
+ "quantization": {
24
+ "group_size": 64,
25
+ "bits": 8
26
+ },
27
+ "quantization_config": {
28
+ "group_size": 64,
29
+ "bits": 8
30
+ },
31
+ "rms_norm_eps": 1e-06,
32
+ "rope_scaling": null,
33
+ "rope_theta": 500000.0,
34
+ "tie_word_embeddings": false,
35
+ "torch_dtype": "bfloat16",
36
+ "transformers_version": "4.51.3",
37
+ "use_cache": true,
38
+ "vocab_size": 98304
39
+ }