Update model_index.json
Browse files- model_index.json +2 -4
model_index.json
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
|
4 |
-
"AutoModelForCausalLM": "llama.LlamaForCausalLM"
|
5 |
-
}
|
6 |
}
|
|
|
1 |
{
|
2 |
+
"auto_model": "AutoModelForCausalLM",
|
3 |
+
"base_model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0"
|
|
|
|
|
4 |
}
|