mgoin commited on
Commit
9315c45
1 Parent(s): 405c8df

Updated compression_config to quantization_config

Browse files
Files changed (1) hide show
  1. config.json +21 -21
config.json CHANGED
@@ -6,7 +6,26 @@
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 1,
9
- "compression_config": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  "config_groups": {
11
  "group_0": {
12
  "input_activations": null,
@@ -40,24 +59,5 @@
40
  "registry_requires_subclass": false,
41
  "sparsity_structure": "unstructured"
42
  }
43
- },
44
- "eos_token_id": 2,
45
- "hidden_act": "silu",
46
- "hidden_size": 2048,
47
- "initializer_range": 0.02,
48
- "intermediate_size": 5632,
49
- "max_position_embeddings": 2048,
50
- "model_type": "llama",
51
- "num_attention_heads": 32,
52
- "num_hidden_layers": 22,
53
- "num_key_value_heads": 4,
54
- "pretraining_tp": 1,
55
- "rms_norm_eps": 1e-05,
56
- "rope_scaling": null,
57
- "rope_theta": 10000.0,
58
- "tie_word_embeddings": false,
59
- "torch_dtype": "float16",
60
- "transformers_version": "4.40.0",
61
- "use_cache": true,
62
- "vocab_size": 32000
63
  }
 
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 1,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 2048,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 5632,
14
+ "max_position_embeddings": 2048,
15
+ "model_type": "llama",
16
+ "num_attention_heads": 32,
17
+ "num_hidden_layers": 22,
18
+ "num_key_value_heads": 4,
19
+ "pretraining_tp": 1,
20
+ "rms_norm_eps": 1e-05,
21
+ "rope_scaling": null,
22
+ "rope_theta": 10000.0,
23
+ "tie_word_embeddings": false,
24
+ "torch_dtype": "float16",
25
+ "transformers_version": "4.40.0",
26
+ "use_cache": true,
27
+ "vocab_size": 32000,
28
+ "quantization_config": {
29
  "config_groups": {
30
  "group_0": {
31
  "input_activations": null,
 
59
  "registry_requires_subclass": false,
60
  "sparsity_structure": "unstructured"
61
  }
62
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  }