varox34 commited on
Commit
d2bf8ff
1 Parent(s): cd20a3c

Upload 3 files

Browse files
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/galactica-1.3b",
3
+ "_remove_final_layer_norm": false,
4
+ "activation_dropout": 0.0,
5
+ "activation_function": "gelu",
6
+ "architectures": [
7
+ "OPTForCausalLM"
8
+ ],
9
+ "attention_dropout": 0.1,
10
+ "bos_token_id": 0,
11
+ "do_layer_norm_before": true,
12
+ "dropout": 0.1,
13
+ "enable_bias": true,
14
+ "eos_token_id": 2,
15
+ "ffn_dim": 8192,
16
+ "hidden_size": 2048,
17
+ "init_std": 0.02,
18
+ "layer_norm_elementwise_affine": true,
19
+ "layerdrop": 0.0,
20
+ "learned_embeddings": true,
21
+ "max_position_embeddings": 2048,
22
+ "model_type": "opt",
23
+ "num_attention_heads": 32,
24
+ "num_hidden_layers": 24,
25
+ "pad_token_id": 1,
26
+ "quantization_config": {
27
+ "bits": 4,
28
+ "damp_percent": 0.01,
29
+ "desc_act": true,
30
+ "group_size": 128,
31
+ "is_marlin_format": false,
32
+ "model_file_base_name": "gptq_model-4bit-128g",
33
+ "model_name_or_path": "galactica-1.3b-4bit-128g",
34
+ "quant_method": "gptq",
35
+ "static_groups": false,
36
+ "sym": true,
37
+ "true_sequential": true
38
+ },
39
+ "scale_embeddings": false,
40
+ "torch_dtype": "float16",
41
+ "transformers_version": "4.38.1",
42
+ "use_cache": true,
43
+ "vocab_size": 50000,
44
+ "word_embed_proj_dim": 2048
45
+ }
gptq_model-4bit-128g.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c4cfb8887afd452094a51bca7bd1d23ae942f049d4f5247bab6d68e64cb2fc8
3
+ size 1048720704
quantize_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bits": 4,
3
+ "group_size": 128,
4
+ "damp_percent": 0.01,
5
+ "desc_act": true,
6
+ "static_groups": false,
7
+ "sym": true,
8
+ "true_sequential": true,
9
+ "model_name_or_path": "galactica-1.3b-4bit-128g",
10
+ "model_file_base_name": "gptq_model-4bit-128g",
11
+ "is_marlin_format": false,
12
+ "quant_method": "gptq"
13
+ }