Chand0320 commited on
Commit
310b194
1 Parent(s): b2a9d26

Upload 3 files

Browse files

GPTQ Eurus files

Files changed (3) hide show
  1. config.json +40 -0
  2. model.safetensors +3 -0
  3. quantize_config.json +11 -0
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openbmb/Eurus-RM-7b",
3
+ "architectures": [
4
+ "EurusRewardModel"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "auto_map": {
8
+ "AutoModel": "openbmb/Eurus-RM-7b--modeling_eurus_rm.EurusRewardModel"
9
+ },
10
+ "bos_token_id": 1,
11
+ "eos_token_id": 2,
12
+ "hidden_act": "silu",
13
+ "hidden_size": 4096,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 14336,
16
+ "max_position_embeddings": 32768,
17
+ "model_type": "mistral",
18
+ "num_attention_heads": 32,
19
+ "num_hidden_layers": 32,
20
+ "num_key_value_heads": 8,
21
+ "quantization_config": {
22
+ "bits": 4,
23
+ "damp_percent": 0.1,
24
+ "dataset": "wikitext2",
25
+ "desc_act": false,
26
+ "group_size": 128,
27
+ "modules_in_block_to_quantize": null,
28
+ "quant_method": "gptq",
29
+ "sym": true,
30
+ "true_sequential": true
31
+ },
32
+ "rms_norm_eps": 1e-05,
33
+ "rope_theta": 10000.0,
34
+ "sliding_window": 4096,
35
+ "tie_word_embeddings": false,
36
+ "torch_dtype": "float16",
37
+ "transformers_version": "4.40.2",
38
+ "use_cache": true,
39
+ "vocab_size": 32000
40
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b433e6dfe45a76d7a199ca6a40f3ee1e0b22b54e25b2353bd24f343b1ce0516f
3
+ size 3893749496
quantize_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bits": 4,
3
+ "dataset": "wikitext2",
4
+ "group_size": 128,
5
+ "damp_percent": 0.1,
6
+ "desc_act": false,
7
+ "sym": true,
8
+ "true_sequential": true,
9
+ "quant_method": "gptq",
10
+ "modules_in_block_to_quantize": null
11
+ }