TheBloke commited on
Commit
89eabf0
1 Parent(s): baf09b1

Add sharded 4-bit GPTQ in place of split files

Browse files
config.json CHANGED
@@ -1,38 +1,49 @@
1
  {
2
- "alibi": false,
3
- "architectures": [
4
- "FalconForCausalLM"
5
- ],
6
- "attention_dropout": 0.0,
7
- "bias": false,
8
- "bos_token_id": 11,
9
- "eos_token_id": 11,
10
- "hidden_dropout": 0.0,
11
- "hidden_size": 14848,
12
- "initializer_range": 0.02,
13
- "layer_norm_epsilon": 1e-05,
14
- "model_type": "falcon",
15
- "multi_query": true,
16
- "new_decoder_architecture": true,
17
- "num_attention_heads": 232,
18
- "num_hidden_layers": 80,
19
- "num_kv_heads": 8,
20
- "parallel_attn": true,
21
- "torch_dtype": "bfloat16",
22
- "transformers_version": "4.32.0",
23
- "use_cache": true,
24
- "vocab_size": 65024,
25
- "pretraining_tp": 1,
26
- "pad_token_id": 0,
27
- "quantization_config": {
28
- "bits": 4,
29
- "group_size": -1,
30
- "damp_percent": 0.1,
31
- "desc_act": true,
32
- "sym": true,
33
- "true_sequential": true,
34
- "model_name_or_path": null,
35
- "model_file_base_name": "model",
36
- "quant_method": "gptq"
37
- }
38
- }
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "_name_or_path": "/workspace/falcon-180b-chat-gptq-main",
3
+ "alibi": false,
4
+ "architectures": [
5
+ "FalconForCausalLM"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "bias": false,
9
+ "bos_token_id": 11,
10
+ "eos_token_id": 11,
11
+ "hidden_dropout": 0.0,
12
+ "hidden_size": 14848,
13
+ "initializer_range": 0.02,
14
+ "layer_norm_epsilon": 1e-05,
15
+ "max_position_embeddings": 2048,
16
+ "model_type": "falcon",
17
+ "multi_query": true,
18
+ "new_decoder_architecture": true,
19
+ "num_attention_heads": 232,
20
+ "num_hidden_layers": 80,
21
+ "num_kv_heads": 8,
22
+ "pad_token_id": 0,
23
+ "parallel_attn": true,
24
+ "pretraining_tp": 1,
25
+ "quantization_config": {
26
+ "batch_size": 1,
27
+ "bits": 4,
28
+ "block_name_to_quantize": null,
29
+ "damp_percent": 0.1,
30
+ "dataset": null,
31
+ "desc_act": true,
32
+ "disable_exllama": true,
33
+ "group_size": -1,
34
+ "model_seqlen": null,
35
+ "module_name_preceding_first_block": null,
36
+ "pad_token_id": null,
37
+ "quant_method": "gptq",
38
+ "sym": true,
39
+ "tokenizer": null,
40
+ "true_sequential": true,
41
+ "use_cuda_fp16": false
42
+ },
43
+ "rope_scaling": null,
44
+ "rope_theta": 10000.0,
45
+ "torch_dtype": "float16",
46
+ "transformers_version": "4.33.0",
47
+ "use_cache": true,
48
+ "vocab_size": 65024
49
+ }
generation_config.json CHANGED
@@ -2,5 +2,5 @@
2
  "_from_model_config": true,
3
  "bos_token_id": 11,
4
  "eos_token_id": 11,
5
- "transformers_version": "4.32.0"
6
  }
 
2
  "_from_model_config": true,
3
  "bos_token_id": 11,
4
  "eos_token_id": 11,
5
+ "transformers_version": "4.33.0"
6
  }
model-00001-of-00010.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5e8bf5c1009b25e46f741620de1b8c8a73602142d5d3aa4ec24d576543155cc
3
+ size 9935767728
model-00002-of-00010.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:462411c384834e128a4f1fbd438affe13809414a8e89c0bb718e80a16801af9b
3
+ size 9998346208
model-00003-of-00010.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f691d9791f30c094520c5992c075c16dd6c520c4aedc515acda6e717cdce9037
3
+ size 9998346272
model-00004-of-00010.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0efec866ce1e79013384d7d29d0024aa057e0b39a7f93654fd6c25f15ab53a54
3
+ size 9998346272
model-00005-of-00010.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5b6e177ab2f0ed6fbc9f1cdd57a15d605922a485d689400df86095c6441fb39
3
+ size 9998346272
model-00006-of-00010.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f81daa26794d5fdcdcff501bc79a90395098343b38eab7311f148a044a217fbe
3
+ size 9998346272
model-00007-of-00010.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b9275ba2740935b4c633508616cce85491987108ded36bcf2268facb53d2189
3
+ size 9998346272
model-00008-of-00010.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e80780d21e54a97cea05312881287afa1b3bc1ed9656de691abf2e07861a3e27
3
+ size 9998346272
model-00009-of-00010.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ef0141399c5e1811aa5f0c30b63648fa93ab0de21481cf8533511c307b2f3b2
3
+ size 9998346272
model-00010-of-00010.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10573cdffc16b8c5bcbcec75d45959b6e3d68af756aa76d7c70d1fb06619ef55
3
+ size 882663400
model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff