Create model.ollama
Browse files- model.ollama +8 -0
model.ollama
ADDED
@@ -0,0 +1,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",
|
5 |
+
"tokenizer": "./tokenizer.json",
|
6 |
+
"config": "./config.json"
|
7 |
+
}
|
8 |
+
|