shuyuej commited on
Commit
81592ae
·
verified ·
1 Parent(s): 1289477

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "CohereForAI/c4ai-command-r-08-2024",
3
+ "architectures": [
4
+ "CohereForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 5,
9
+ "eos_token_id": 255001,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 8192,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 24576,
14
+ "layer_norm_eps": 1e-05,
15
+ "logit_scale": 0.0625,
16
+ "max_position_embeddings": 131072,
17
+ "model_type": "cohere",
18
+ "num_attention_heads": 64,
19
+ "num_hidden_layers": 40,
20
+ "num_key_value_heads": 8,
21
+ "pad_token_id": 0,
22
+ "quantization_config": {
23
+ "bits": 4,
24
+ "checkpoint_format": "gptq",
25
+ "damp_percent": 0.1,
26
+ "desc_act": true,
27
+ "group_size": 128,
28
+ "model_file_base_name": null,
29
+ "model_name_or_path": null,
30
+ "quant_method": "gptq",
31
+ "static_groups": false,
32
+ "sym": true,
33
+ "true_sequential": true
34
+ },
35
+ "rope_scaling": null,
36
+ "rope_theta": 4000000,
37
+ "torch_dtype": "bfloat16",
38
+ "transformers_version": "4.45.0",
39
+ "use_cache": true,
40
+ "use_qk_norm": false,
41
+ "vocab_size": 256000
42
+ }
model-00001-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:222aacb8abc48d3141996821536a720ad5d47a34a937b23c7c9d6d9a3e7b6713
3
+ size 4194304096
model-00002-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fbbe966350770a37fb442deea81dad91fe037e89ceba6ae7b5e19df83e002d8
3
+ size 5367588080
model-00003-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a21e0bcbf7eb770d61ccdf5fc1d6527b3d112dfe63ca02c52a7b24368af75ad
3
+ size 5316848648
model-00004-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be66d5519f9ba986113a1f5dbeb64d51716f355f82c0cb934c21515250dafe53
3
+ size 5286408104
model-00005-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee4308afefd1b4a6d6e421849d270426172bf4ad866515951d3a390af09eca65
3
+ size 3925376720
model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
quantize_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bits": 4,
3
+ "group_size": 128,
4
+ "damp_percent": 0.1,
5
+ "desc_act": true,
6
+ "static_groups": false,
7
+ "sym": true,
8
+ "true_sequential": true,
9
+ "model_name_or_path": null,
10
+ "model_file_base_name": null,
11
+ "quant_method": "gptq",
12
+ "checkpoint_format": "gptq"
13
+ }