CooLLaMACEO commited on
Commit
a42399d
·
verified ·
1 Parent(s): 68d209a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +24 -24
config.json CHANGED
@@ -1,25 +1,25 @@
1
- {
2
- "architectures": [
3
- "OverflowForCausalLM"
4
- ],
5
- "model_type": "overflow",
6
- "precision": "1.5-bit",
7
- "quantization": "ternary_base3",
8
- "vocab_size": 32000,
9
- "hidden_size": 16384,
10
- "intermediate_size": 43008,
11
- "num_hidden_layers": 128,
12
- "num_attention_heads": 128,
13
- "num_key_value_heads": 16,
14
- "max_position_embeddings": 4096,
15
- "rms_norm_eps": 1e-05,
16
- "initializer_range": 0.02,
17
- "use_cache": true,
18
- "bos_token_id": 1,
19
- "eos_token_id": 2,
20
- "tie_word_embeddings": false,
21
- "torch_dtype": "float16",
22
- "transformers_version": "4.36.2",
23
- "creator": "CooLLaMACEO",
24
- "project": "Overflow-1T"
25
  }
 
1
+ {
2
+ "architectures": [
3
+ "OverflowForCausalLM"
4
+ ],
5
+ "model_type": "overflow",
6
+ "precision": "1.5-bit",
7
+ "quantization": "ternary_base3",
8
+ "vocab_size": 50005,
9
+ "hidden_size": 16384,
10
+ "intermediate_size": 43008,
11
+ "num_hidden_layers": 128,
12
+ "num_attention_heads": 128,
13
+ "num_key_value_heads": 16,
14
+ "max_position_embeddings": 4096,
15
+ "rms_norm_eps": 1e-05,
16
+ "initializer_range": 0.02,
17
+ "use_cache": true,
18
+ "bos_token_id": 1,
19
+ "eos_token_id": 2,
20
+ "tie_word_embeddings": false,
21
+ "torch_dtype": "float16",
22
+ "transformers_version": "4.36.2",
23
+ "creator": "CooLLaMACEO",
24
+ "project": "Overflow-1T"
25
  }