Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ inference: false
|
|
| 11 |
|
| 12 |
slim-sentiment has been fine-tuned for **sentiment analysis** function calls, generating output consisting of a python dictionary corresponding to specified keys, e.g.:
|
| 13 |
|
| 14 |
-
 
|
| 15 |
|
| 16 |
|
| 17 |
SLIM models are designed to provide a flexible natural language generative model that can be used as part of a multi-step, multi-model LLM-based automation workflow.
|
|
@@ -24,7 +24,7 @@ Each slim model has a 'quantized tool' version, e.g., [**'slim-sentiment-tool'*
|
|
| 24 |
`function = "classify"`
|
| 25 |
`params = "sentiment"`
|
| 26 |
`prompt = "<human> " + {text} + "\n" + `
|
| 27 |
-
|
| 28 |
`"/n<bot>:" `
|
| 29 |
|
| 30 |
|
|
|
|
| 11 |
|
| 12 |
slim-sentiment has been fine-tuned for **sentiment analysis** function calls, generating output consisting of a python dictionary corresponding to specified keys, e.g.:
|
| 13 |
|
| 14 |
+
`{"sentiment": ["positive"]}`
|
| 15 |
|
| 16 |
|
| 17 |
SLIM models are designed to provide a flexible natural language generative model that can be used as part of a multi-step, multi-model LLM-based automation workflow.
|
|
|
|
| 24 |
`function = "classify"`
|
| 25 |
`params = "sentiment"`
|
| 26 |
`prompt = "<human> " + {text} + "\n" + `
|
| 27 |
+
`"<{function}> " + {params} + "</{function}>" + `
|
| 28 |
`"/n<bot>:" `
|
| 29 |
|
| 30 |
|