Update zero_shot/config.json
Browse files- zero_shot/config.json +0 -8
zero_shot/config.json
CHANGED
|
@@ -1,12 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "super_linear",
|
| 3 |
-
"architectures": [
|
| 4 |
-
"SuperLinearForCausalLM"
|
| 5 |
-
],
|
| 6 |
-
"auto_map": {
|
| 7 |
-
"AutoConfig": "configuration_super_linear.SuperLinearConfig",
|
| 8 |
-
"AutoModelForCausalLM": "modeling_super_linear.SuperLinearForCausalLM"
|
| 9 |
-
},
|
| 10 |
"auto_regressive": 1,
|
| 11 |
"d_model": 128,
|
| 12 |
"dropout": 0.0,
|
|
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
"auto_regressive": 1,
|
| 3 |
"d_model": 128,
|
| 4 |
"dropout": 0.0,
|