doberst commited on
Commit
2188660
1 Parent(s): a14d488

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -8
config.json CHANGED
@@ -1,18 +1,17 @@
1
  {
2
- "model_name": "slim-customer_intent-tool",
3
- "model_ft_base": "slim-customer_intent",
4
  "quantization": "4Q_K_M GGUF",
5
  "model_base": "tiny-llama",
6
  "model_type": "llama",
7
- "tokenizer": "llmware/slim-customer_intent",
8
  "parameters": "1.1 billion",
9
- "description": "slim-customer_intent is a function-calling model, fine-tuned to output structured dictionaries",
10
  "prompt_wrapper": "human_bot",
11
- "prompt_format": "<human> {context_passage} <classify> category, intent </classify>\n<bot>:",
12
- "output_format": "{customer intent and category}",
13
  "primary_keys": [
14
- "intent",
15
- "category"
16
  ],
17
  "output_values": [
18
  "short title or description of the text"
 
1
  {
2
+ "model_name": "slim-intent-tool",
3
+ "model_ft_base": "slim-intent",
4
  "quantization": "4Q_K_M GGUF",
5
  "model_base": "tiny-llama",
6
  "model_type": "llama",
7
+ "tokenizer": "llmware/slim-intent",
8
  "parameters": "1.1 billion",
9
+ "description": "slim-intent is a function-calling model, fine-tuned to output structured dictionaries",
10
  "prompt_wrapper": "human_bot",
11
+ "prompt_format": "<human> {context_passage} <classify> intent </classify>\n<bot>:",
12
+ "output_format": "{intent}",
13
  "primary_keys": [
14
+ "intent"
 
15
  ],
16
  "output_values": [
17
  "short title or description of the text"