AxionLab-official commited on
Commit
7022a63
·
verified ·
1 Parent(s): 2bcd8b0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -4,8 +4,8 @@
4
  "model_type": "deepseek_nano",
5
  "architectures": ["DeepSeekNanoForCausalLM"],
6
  "auto_map": {
7
- "AutoConfig": "configuration_axion.AxionConfig",
8
- "AutoModelForCausalLM": "modeling_axion.DeepSeekNanoForCausalLM"
9
  },
10
 
11
  "vocab_size": 1024,
 
4
  "model_type": "deepseek_nano",
5
  "architectures": ["DeepSeekNanoForCausalLM"],
6
  "auto_map": {
7
+ "AutoConfig": "modeling_axion.AxionConfig",
8
+ "AutoModelForCausalLM": "modeling_axion.DeepSeekNanoForCausalLM"
9
  },
10
 
11
  "vocab_size": 1024,