Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ inference: false
|
|
9 |
|
10 |
**slim-tags** is part of the SLIM ("**S**tructured **L**anguage **I**nstruction **M**odel") model series, consisting of small, specialized decoder-based models, fine-tuned for function-calling.
|
11 |
|
12 |
-
slim-tags has been fine-tuned for auto-generating relevant tags and points-of-interest function calls, generating output consisting of a python dictionary corresponding to specified keys, e.g.:
|
13 |
|
14 |
`{"tags": ["tag1", "tag2", "tag3",...]}`
|
15 |
|
|
|
9 |
|
10 |
**slim-tags** is part of the SLIM ("**S**tructured **L**anguage **I**nstruction **M**odel") model series, consisting of small, specialized decoder-based models, fine-tuned for function-calling.
|
11 |
|
12 |
+
slim-tags has been fine-tuned for **auto-generating relevant tags and points-of-interest** function calls, generating output consisting of a python dictionary corresponding to specified keys, e.g.:
|
13 |
|
14 |
`{"tags": ["tag1", "tag2", "tag3",...]}`
|
15 |
|