KitsuVp commited on
Commit
35f9030
·
verified ·
1 Parent(s): 3b12bae

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -6,7 +6,7 @@
6
  "attention_dropout": 0.1,
7
  "dropout_rate": 0.1,
8
  "auto_map": {
9
- "AutoConfig": "configuration_neollm.NeoLLMConfig",
10
  "AutoModel": "modeling_neollm.NeoLLMModel",
11
  "AutoModelForCausalLM": "modeling_neollm.NeoLLMForCausalLM"
12
  },
 
6
  "attention_dropout": 0.1,
7
  "dropout_rate": 0.1,
8
  "auto_map": {
9
+ "AutoConfig": "NeoLLMConfig.NeoLLMConfig",
10
  "AutoModel": "modeling_neollm.NeoLLMModel",
11
  "AutoModelForCausalLM": "modeling_neollm.NeoLLMForCausalLM"
12
  },