mgoin commited on
Commit
c308a86
1 Parent(s): 4432a30

Updated compression_config to quantization_config

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