mgoin commited on
Commit
a3f27dc
1 Parent(s): a1b0e9f

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
  "quantization_config": {
11
  "config_groups": {
12
  "group_0": {
@@ -42,24 +61,5 @@
42
  "registry_requires_subclass": false,
43
  "sparsity_structure": "unstructured"
44
  }
45
- },
46
- "eos_token_id": 2,
47
- "hidden_act": "silu",
48
- "hidden_size": 4096,
49
- "initializer_range": 0.02,
50
- "intermediate_size": 11008,
51
- "max_position_embeddings": 4096,
52
- "model_type": "llama",
53
- "num_attention_heads": 32,
54
- "num_hidden_layers": 32,
55
- "num_key_value_heads": 32,
56
- "pretraining_tp": 1,
57
- "rms_norm_eps": 1e-05,
58
- "rope_scaling": null,
59
- "rope_theta": 10000.0,
60
- "tie_word_embeddings": false,
61
- "torch_dtype": "bfloat16",
62
- "transformers_version": "4.40.0",
63
- "use_cache": true,
64
- "vocab_size": 32000
65
  }
 
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": 4096,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 11008,
14
+ "max_position_embeddings": 4096,
15
+ "model_type": "llama",
16
+ "num_attention_heads": 32,
17
+ "num_hidden_layers": 32,
18
+ "num_key_value_heads": 32,
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": "bfloat16",
25
+ "transformers_version": "4.40.0",
26
+ "use_cache": true,
27
+ "vocab_size": 32000,
28
+ "quantization_config": {
29
  "quantization_config": {
30
  "config_groups": {
31
  "group_0": {
 
61
  "registry_requires_subclass": false,
62
  "sparsity_structure": "unstructured"
63
  }
64
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
  }