Abhaykoul commited on
Commit
7cde3ec
1 Parent(s): 8a626aa

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -6
config.json CHANGED
@@ -1,14 +1,10 @@
1
  {
2
  "_name_or_path": "OEvortex/HelpingAI-3B-v3",
3
  "architectures": [
4
- "HelpingAIForCausalLM"
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
- "auto_map": {
9
- "AutoConfig": "configuration_HelpingAI.HelpingAIConfig",
10
- "AutoModelForCausalLM": "modeling_HelpingAI.HelpingAIForCausalLM"
11
- },
12
  "bos_token_id": 50278,
13
  "eos_token_id": 50279,
14
  "head_dim": 256,
@@ -20,7 +16,7 @@
20
  "intermediate_size": 6912,
21
  "layer_norm_eps": 1e-05,
22
  "max_position_embeddings": 4096,
23
- "model_type": "HelpingAI",
24
  "norm_eps": 1e-05,
25
  "num_attention_heads": 32,
26
  "num_experts_per_tok": 2,
 
1
  {
2
  "_name_or_path": "OEvortex/HelpingAI-3B-v3",
3
  "architectures": [
4
+ "LlamaForCausalLM"
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
 
 
 
 
8
  "bos_token_id": 50278,
9
  "eos_token_id": 50279,
10
  "head_dim": 256,
 
16
  "intermediate_size": 6912,
17
  "layer_norm_eps": 1e-05,
18
  "max_position_embeddings": 4096,
19
+ "model_type": "llama",
20
  "norm_eps": 1e-05,
21
  "num_attention_heads": 32,
22
  "num_experts_per_tok": 2,