retiredcarboxyl commited on
Commit
3e473ae
·
verified ·
1 Parent(s): e3a45aa
Files changed (1) hide show
  1. config.json +3 -6
config.json CHANGED
@@ -1,11 +1,8 @@
1
  {
2
  "architectures": [
3
- "HelpingAIForCausalLM"
4
  ],
5
- "auto_map": {
6
- "AutoConfig": "configuration_HelpingAI.HelpingAIConfig",
7
- "AutoModelForCausalLM": "modeling_HelpingAI.HelpingAIForCausalLM"
8
- },
9
  "attention_dropout": 0.0,
10
  "attention_softmax_in_fp32": true,
11
  "bos_token_id": 1,
@@ -15,7 +12,7 @@
15
  "initializer_range": 0.02,
16
  "layer_norm_epsilon": 1e-05,
17
  "masked_softmax_fusion": true,
18
- "model_type": "HelpingAI",
19
  "n_head": 112,
20
  "n_layer": 70,
21
  "pad_token_id": 3,
 
1
  {
2
  "architectures": [
3
+ "Mixtral 8x7B"
4
  ],
5
+
 
 
 
6
  "attention_dropout": 0.0,
7
  "attention_softmax_in_fp32": true,
8
  "bos_token_id": 1,
 
12
  "initializer_range": 0.02,
13
  "layer_norm_epsilon": 1e-05,
14
  "masked_softmax_fusion": true,
15
+ "model_type": "Chat2Eco-Base",
16
  "n_head": 112,
17
  "n_layer": 70,
18
  "pad_token_id": 3,