Update model.ollama
Browse files- model.ollama +2 -1
model.ollama
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
{
|
2 |
"name": "Llama_be_LA_",
|
3 |
"description": "A fine-tuned LLaMA model for question-answering in education and learning analytics.",
|
4 |
-
"model": "./model.safetensors",
|
5 |
"tokenizer": "./tokenizer.json",
|
6 |
"config": "./config.json"
|
7 |
}
|
8 |
|
|
|
|
1 |
{
|
2 |
"name": "Llama_be_LA_",
|
3 |
"description": "A fine-tuned LLaMA model for question-answering in education and learning analytics.",
|
4 |
+
"model": "./model.safetensors.index.json",
|
5 |
"tokenizer": "./tokenizer.json",
|
6 |
"config": "./config.json"
|
7 |
}
|
8 |
|
9 |
+
|