mgoin commited on
Commit
08b31c0
1 Parent(s): 02ba52a

Updated compression_config to quantization_config

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