justinthelaw commited on
Commit
50c326e
1 Parent(s): ca13875

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +44 -0
  2. model.safetensors +3 -0
  3. quantize_config.json +17 -0
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "NousResearch/Hermes-2-Pro-Mistral-7B",
3
+ "architectures": [
4
+ "MistralForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 1,
8
+ "eos_token_id": 32000,
9
+ "head_dim": 128,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 4096,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 14336,
14
+ "max_position_embeddings": 32768,
15
+ "model_type": "mistral",
16
+ "num_attention_heads": 32,
17
+ "num_hidden_layers": 32,
18
+ "num_key_value_heads": 8,
19
+ "quantization_config": {
20
+ "bits": 4,
21
+ "checkpoint_format": "gptq",
22
+ "damp_percent": 0.005,
23
+ "desc_act": true,
24
+ "group_size": 32,
25
+ "lm_head": false,
26
+ "meta": {
27
+ "quantizer": "gptqmodel:0.9.9"
28
+ },
29
+ "model_file_base_name": null,
30
+ "model_name_or_path": null,
31
+ "quant_method": "gptq",
32
+ "static_groups": false,
33
+ "sym": true,
34
+ "true_sequential": true
35
+ },
36
+ "rms_norm_eps": 1e-05,
37
+ "rope_theta": 10000.0,
38
+ "sliding_window": 4096,
39
+ "tie_word_embeddings": false,
40
+ "torch_dtype": "bfloat16",
41
+ "transformers_version": "4.43.3",
42
+ "use_cache": false,
43
+ "vocab_size": 32032
44
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edaa9f2a2998403349da6e5c6b5cc97847e635cdc2d0984243d1c52fd6d06bbf
3
+ size 4565354704
quantize_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bits": 4,
3
+ "group_size": 32,
4
+ "desc_act": true,
5
+ "static_groups": false,
6
+ "sym": true,
7
+ "lm_head": false,
8
+ "damp_percent": 0.005,
9
+ "true_sequential": true,
10
+ "model_name_or_path": "NousResearch/Hermes-2-Pro-Mistral-7B-4bit-32g",
11
+ "model_file_base_name": "model",
12
+ "quant_method": "gptq",
13
+ "checkpoint_format": "gptq",
14
+ "meta": {
15
+ "quantizer": "gptqmodel:0.9.9"
16
+ }
17
+ }