Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -4,6 +4,7 @@
|
|
4 |
"quantization": "4Q_K_M GGUF",
|
5 |
"model_base": "tiny-llama",
|
6 |
"tokenizer": "llmware/slim-sentiment",
|
|
|
7 |
"model_type": "llama",
|
8 |
"parameters": "1.1 billion",
|
9 |
"description": "slim-sentiment is a function-calling model, fine-tuned to output structured python dictionaries",
|
|
|
4 |
"quantization": "4Q_K_M GGUF",
|
5 |
"model_base": "tiny-llama",
|
6 |
"tokenizer": "llmware/slim-sentiment",
|
7 |
+
"tokenizer_local": "tokenizer_tl.json",
|
8 |
"model_type": "llama",
|
9 |
"parameters": "1.1 billion",
|
10 |
"description": "slim-sentiment is a function-calling model, fine-tuned to output structured python dictionaries",
|