qwopqwop commited on
Commit
6d7d704
1 Parent(s): 9401499

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +27 -0
  2. gptq_model-4bit-128g.bin +3 -0
  3. quantize_config.json +8 -0
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "beomi/KoAlpaca-Polyglot-12.8B",
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": "bfloat16",
23
+ "transformers_version": "4.30.0.dev0",
24
+ "use_cache": true,
25
+ "use_parallel_residual": true,
26
+ "vocab_size": 30003
27
+ }
gptq_model-4bit-128g.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc3343a7589faced4bfb79c185d93ff1fb0cdeb4ec9b42c83d983ae9e4f89f74
3
+ size 7330927107
quantize_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bits": 4,
3
+ "group_size": 128,
4
+ "damp_percent": 0.01,
5
+ "desc_act": true,
6
+ "sym": true,
7
+ "true_sequential": true
8
+ }