Update README.md
Browse files
README.md
CHANGED
@@ -24,8 +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 |
|
31 |
<details>
|
|
|
24 |
`function = "classify"`
|
25 |
`params = "sentiment"`
|
26 |
`prompt = "<human> " + {text} + "\n" + `
|
27 |
+
`"<{function}> " + {params} + "</{function}>" + "\n<bot>:"`
|
|
|
28 |
|
29 |
|
30 |
<details>
|