doberst commited on
Commit
2291d24
·
verified ·
1 Parent(s): 44fa5e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -14,7 +14,7 @@ slim-sentiment has been fine-tuned for **sentiment analysis** function calls, ge
14
  `{"sentiment": ["positive"]}`
15
 
16
 
17
- SLIM models are designed to provide a flexible natural language generative model that can be used for decision gates and processing steps in a complex LLM-based automation workflow.
18
 
19
  Each slim model has a 'quantized tool' version, e.g., [**'slim-sentiment-tool'**](https://huggingface.co/llmware/slim-sentiment-tool).
20
 
@@ -24,11 +24,12 @@ Each slim model has a 'quantized tool' version, e.g., [**'slim-sentiment-tool'*
24
  `function = "classify"`
25
  `params = "sentiment"`
26
 
27
- `"<human> " + {text} + "\n" + `
28
 
29
- `"<{function}> " + {params} + "</{function}>"`
30
 
31
- `+ "/n<bot>:" `
 
 
32
 
33
 
34
 
 
14
  `{"sentiment": ["positive"]}`
15
 
16
 
17
+ SLIM models are designed to provide a flexible natural language generative model that can be used in multi-step LLM-based automation workflow.
18
 
19
  Each slim model has a 'quantized tool' version, e.g., [**'slim-sentiment-tool'**](https://huggingface.co/llmware/slim-sentiment-tool).
20
 
 
24
  `function = "classify"`
25
  `params = "sentiment"`
26
 
 
27
 
28
+ `prompt = "<human> " + {text} + "\n" + `
29
 
30
+ ` "<{function}> " + {params} + "</{function}>" + `
31
+
32
+ ` "/n<bot>:" `
33
 
34
 
35