Add model_type to config.json.
Browse files- config.json +1 -0
config.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
2 |
"_commit_hash": "9ae63354fd42cc1e14334bba246276540c8b9017",
|
3 |
"_name_or_path": "togethercomputer/StripedHyena-Hessian-7B",
|
|
|
4 |
"architectures": [
|
5 |
"StripedHyenaModelForCausalLM"
|
6 |
],
|
|
|
1 |
{
|
2 |
"_commit_hash": "9ae63354fd42cc1e14334bba246276540c8b9017",
|
3 |
"_name_or_path": "togethercomputer/StripedHyena-Hessian-7B",
|
4 |
+
"model_type": "stripedhyena",
|
5 |
"architectures": [
|
6 |
"StripedHyenaModelForCausalLM"
|
7 |
],
|