mkurman commited on
Commit
8a64a35
·
verified ·
1 Parent(s): 500706e

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -3,6 +3,10 @@
3
  "architectures": [
4
  "NeuroBLASTForCausalLM"
5
  ],
 
 
 
 
6
  "association_cortex_hidden_size": 1024,
7
  "association_gradient_scale": 0.8,
8
  "cross_attention_gradient_scale": 0.8,
 
3
  "architectures": [
4
  "NeuroBLASTForCausalLM"
5
  ],
6
+ "auto_map": {
7
+ "AutoConfig": "configuration_neuroblast.NeuroBLASTConfig",
8
+ "AutoModelForCausalLM": "modeling_neuroblast.NeuroBLASTForCausalLM"
9
+ },
10
  "association_cortex_hidden_size": 1024,
11
  "association_gradient_scale": 0.8,
12
  "cross_attention_gradient_scale": 0.8,