pradhaph commited on
Commit
424bc3d
1 Parent(s): 614f9e2

Model uploaded

Browse files
Files changed (3) hide show
  1. config.json +40 -0
  2. model-001.bin +3 -0
  3. quantize_config.json +11 -0
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "TheBloke/samantha-falcon-7B-GPTQ",
3
+ "alibi": false,
4
+ "apply_residual_connection_post_layernorm": false,
5
+ "architectures": [
6
+ "RWForCausalLM"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "auto_map": {
10
+ "AutoConfig": "TheBloke/samantha-falcon-7B-GPTQ--configuration_RW.RWConfig",
11
+ "AutoModelForCausalLM": "TheBloke/samantha-falcon-7B-GPTQ--modelling_RW.RWForCausalLM"
12
+ },
13
+ "bias": false,
14
+ "bos_token_id": 1,
15
+ "eos_token_id": 2,
16
+ "hidden_dropout": 0.0,
17
+ "hidden_size": 4544,
18
+ "initializer_range": 0.02,
19
+ "layer_norm_epsilon": 1e-05,
20
+ "model_type": "RefinedWebModel",
21
+ "multi_query": true,
22
+ "n_head": 71,
23
+ "n_layer": 32,
24
+ "parallel_attn": true,
25
+ "quantization_config": {
26
+ "bits": 4,
27
+ "damp_percent": 0.01,
28
+ "desc_act": true,
29
+ "group_size": 64,
30
+ "model_file_base_name": "model",
31
+ "model_name_or_path": null,
32
+ "quant_method": "gptq",
33
+ "sym": true,
34
+ "true_sequential": true
35
+ },
36
+ "torch_dtype": "bfloat16",
37
+ "transformers_version": "4.31.0",
38
+ "use_cache": true,
39
+ "vocab_size": 65024
40
+ }
model-001.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1892a871d5e7904dfed5f53437e436926046c6869abfb84ccdc94a15ea61d32
3
+ size 7482695418
quantize_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bits": 4,
3
+ "group_size": 64,
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": "trained-model",
10
+ "model_file_base_name": "model"
11
+ }