mgoin commited on
Commit
13f6237
1 Parent(s): 0b1f6cd

Updated compression_config to quantization_config

Browse files
Files changed (1) hide show
  1. config.json +26 -26
config.json CHANGED
@@ -6,7 +6,31 @@
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
  "clip_qkv": null,
9
- "compression_config": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  "config_groups": {
11
  "group_0": {
12
  "input_activations": {
@@ -63,29 +87,5 @@
63
  "kv_cache_scheme": null,
64
  "quant_method": "compressed-tensors",
65
  "quantization_status": "compressed"
66
- },
67
- "eos_token_id": 50279,
68
- "hidden_act": "silu",
69
- "hidden_size": 2048,
70
- "initializer_range": 0.02,
71
- "intermediate_size": 1024,
72
- "max_position_embeddings": 4096,
73
- "model_type": "olmoe",
74
- "norm_topk_prob": false,
75
- "num_attention_heads": 16,
76
- "num_experts": 64,
77
- "num_experts_per_tok": 8,
78
- "num_hidden_layers": 16,
79
- "num_key_value_heads": 16,
80
- "output_router_logits": false,
81
- "pad_token_id": 1,
82
- "rms_norm_eps": 1e-05,
83
- "rope_scaling": null,
84
- "rope_theta": 10000.0,
85
- "router_aux_loss_coef": 0.01,
86
- "tie_word_embeddings": false,
87
- "torch_dtype": "bfloat16",
88
- "transformers_version": "4.45.0.dev0",
89
- "use_cache": true,
90
- "vocab_size": 50304
91
  }
 
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
  "clip_qkv": null,
9
+ "eos_token_id": 50279,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 2048,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 1024,
14
+ "max_position_embeddings": 4096,
15
+ "model_type": "olmoe",
16
+ "norm_topk_prob": false,
17
+ "num_attention_heads": 16,
18
+ "num_experts": 64,
19
+ "num_experts_per_tok": 8,
20
+ "num_hidden_layers": 16,
21
+ "num_key_value_heads": 16,
22
+ "output_router_logits": false,
23
+ "pad_token_id": 1,
24
+ "rms_norm_eps": 1e-05,
25
+ "rope_scaling": null,
26
+ "rope_theta": 10000.0,
27
+ "router_aux_loss_coef": 0.01,
28
+ "tie_word_embeddings": false,
29
+ "torch_dtype": "bfloat16",
30
+ "transformers_version": "4.45.0.dev0",
31
+ "use_cache": true,
32
+ "vocab_size": 50304,
33
+ "quantization_config": {
34
  "config_groups": {
35
  "group_0": {
36
  "input_activations": {
 
87
  "kv_cache_scheme": null,
88
  "quant_method": "compressed-tensors",
89
  "quantization_status": "compressed"
90
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  }