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