mgoin commited on
Commit
c634b88
1 Parent(s): ef8137d

Updated compression_config to quantization_config

Browse files
Files changed (1) hide show
  1. config.json +29 -29
config.json CHANGED
@@ -6,7 +6,34 @@
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 128000,
9
- "compression_config": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  "config_groups": {
11
  "group_0": {
12
  "input_activations": {
@@ -45,32 +72,5 @@
45
  "kv_cache_scheme": null,
46
  "quant_method": "compressed-tensors",
47
  "quantization_status": "frozen"
48
- },
49
- "eos_token_id": 128001,
50
- "head_dim": 64,
51
- "hidden_act": "silu",
52
- "hidden_size": 2048,
53
- "initializer_range": 0.02,
54
- "intermediate_size": 8192,
55
- "max_position_embeddings": 131072,
56
- "mlp_bias": false,
57
- "model_type": "llama",
58
- "num_attention_heads": 32,
59
- "num_hidden_layers": 16,
60
- "num_key_value_heads": 8,
61
- "pretraining_tp": 1,
62
- "rms_norm_eps": 1e-05,
63
- "rope_scaling": {
64
- "factor": 32.0,
65
- "high_freq_factor": 4.0,
66
- "low_freq_factor": 1.0,
67
- "original_max_position_embeddings": 8192,
68
- "rope_type": "llama3"
69
- },
70
- "rope_theta": 500000.0,
71
- "tie_word_embeddings": true,
72
- "torch_dtype": "bfloat16",
73
- "transformers_version": "4.44.1",
74
- "use_cache": true,
75
- "vocab_size": 128256
76
  }
 
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 128000,
9
+ "eos_token_id": 128001,
10
+ "head_dim": 64,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 2048,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 8192,
15
+ "max_position_embeddings": 131072,
16
+ "mlp_bias": false,
17
+ "model_type": "llama",
18
+ "num_attention_heads": 32,
19
+ "num_hidden_layers": 16,
20
+ "num_key_value_heads": 8,
21
+ "pretraining_tp": 1,
22
+ "rms_norm_eps": 1e-05,
23
+ "rope_scaling": {
24
+ "factor": 32.0,
25
+ "high_freq_factor": 4.0,
26
+ "low_freq_factor": 1.0,
27
+ "original_max_position_embeddings": 8192,
28
+ "rope_type": "llama3"
29
+ },
30
+ "rope_theta": 500000.0,
31
+ "tie_word_embeddings": true,
32
+ "torch_dtype": "bfloat16",
33
+ "transformers_version": "4.44.1",
34
+ "use_cache": true,
35
+ "vocab_size": 128256,
36
+ "quantization_config": {
37
  "config_groups": {
38
  "group_0": {
39
  "input_activations": {
 
72
  "kv_cache_scheme": null,
73
  "quant_method": "compressed-tensors",
74
  "quantization_status": "frozen"
75
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  }