Update zero_shot/config.json
Browse files- zero_shot/config.json +1 -0
zero_shot/config.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
| 4 |
"SuperLinearForCausalLM"
|
| 5 |
],
|
| 6 |
"auto_map": {
|
|
|
|
| 7 |
"AutoModelForCausalLM": "modeling_super_linear.SuperLinearForCausalLM"
|
| 8 |
},
|
| 9 |
"auto_regressive": 1,
|
|
|
|
| 4 |
"SuperLinearForCausalLM"
|
| 5 |
],
|
| 6 |
"auto_map": {
|
| 7 |
+
"AutoConfig": "configuration_super_linear.SuperLinearConfig",
|
| 8 |
"AutoModelForCausalLM": "modeling_super_linear.SuperLinearForCausalLM"
|
| 9 |
},
|
| 10 |
"auto_regressive": 1,
|