j5ng commited on
Commit
068ec8f
·
1 Parent(s): 88af44b
Files changed (3) hide show
  1. config.json +27 -0
  2. gptq_model-8bit-128g.bin +3 -0
  3. quantize_config.json +10 -0
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "nlpai-lab/kullm-polyglot-12.8b-v2",
3
+ "architectures": [
4
+ "GPTNeoXForCausalLM"
5
+ ],
6
+ "bos_token_id": 0,
7
+ "classifier_dropout": 0.1,
8
+ "eos_token_id": 0,
9
+ "hidden_act": "gelu",
10
+ "hidden_size": 5120,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 20480,
13
+ "layer_norm_eps": 1e-05,
14
+ "max_position_embeddings": 2048,
15
+ "model_type": "gpt_neox",
16
+ "num_attention_heads": 40,
17
+ "num_hidden_layers": 40,
18
+ "num_steps": "global_step301000",
19
+ "rotary_emb_base": 10000,
20
+ "rotary_pct": 0.5,
21
+ "tie_word_embeddings": false,
22
+ "torch_dtype": "float16",
23
+ "transformers_version": "4.30.2",
24
+ "use_cache": true,
25
+ "use_parallel_residual": true,
26
+ "vocab_size": 30080
27
+ }
gptq_model-8bit-128g.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc3dcc3108371222f37996ad2a90dab3f9e93b1f7a668d0a53474d15831fa956
3
+ size 13673115427
quantize_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bits": 8,
3
+ "group_size": 128,
4
+ "damp_percent": 0.01,
5
+ "desc_act": true,
6
+ "sym": true,
7
+ "true_sequential": true,
8
+ "model_name_or_path": null,
9
+ "model_file_base_name": null
10
+ }