Update README.md
Browse files
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
|
| 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 |
-
`"<
|
| 30 |
|
| 31 |
-
|
|
|
|
|
|
|
| 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 |
|