gradjitta commited on
Commit
3f51a99
1 Parent(s): e3f549c

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +34 -0
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "./poro-30-awq",
3
+ "apply_residual_connection_post_layernorm": false,
4
+ "architectures": [
5
+ "BloomForCausalLM"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "attention_softmax_in_fp32": true,
9
+ "bos_token_id": 1,
10
+ "eos_token_id": 2,
11
+ "hidden_dropout": 0.0,
12
+ "hidden_size": 7168,
13
+ "initializer_range": 0.02,
14
+ "layer_norm_epsilon": 1e-05,
15
+ "masked_softmax_fusion": true,
16
+ "max_new_tokens": 2048,
17
+ "model_type": "bloom",
18
+ "n_head": 56,
19
+ "n_layer": 54,
20
+ "pad_token_id": 3,
21
+ "pretraining_tp": 2,
22
+ "quantization_config": {
23
+ "bits": 4,
24
+ "group_size": 128,
25
+ "quant_method": "awq",
26
+ "version": "gemm",
27
+ "zero_point": true
28
+ },
29
+ "slow_but_exact": false,
30
+ "torch_dtype": "float16",
31
+ "transformers_version": "4.35.1",
32
+ "use_cache": true,
33
+ "vocab_size": 128000
34
+ }