Upload config.json
Browse files- 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,
|