Wwayu commited on
Commit
a4e777d
·
verified ·
1 Parent(s): f1da869

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
+ "bos_token_id": 32013,
6
+ "eos_token_id": 32014,
7
+ "hidden_act": "silu",
8
+ "hidden_size": 7168,
9
+ "initializer_range": 0.02,
10
+ "intermediate_size": 19200,
11
+ "max_position_embeddings": 16384,
12
+ "model_type": "llama",
13
+ "num_attention_heads": 56,
14
+ "num_hidden_layers": 62,
15
+ "num_key_value_heads": 8,
16
+ "pretraining_tp": 1,
17
+ "quantization": {
18
+ "group_size": 64,
19
+ "bits": 6
20
+ },
21
+ "quantization_config": {
22
+ "group_size": 64,
23
+ "bits": 6
24
+ },
25
+ "rms_norm_eps": 1e-06,
26
+ "rope_scaling": {
27
+ "factor": 4.0,
28
+ "type": "linear"
29
+ },
30
+ "rope_theta": 100000,
31
+ "tie_word_embeddings": false,
32
+ "torch_dtype": "bfloat16",
33
+ "transformers_version": "4.34.1",
34
+ "use_cache": true,
35
+ "vocab_size": 32256
36
+ }