Update README.md
Browse files
README.md
CHANGED
@@ -2,12 +2,12 @@
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
-
#
|
6 |
|
7 |
<!-- Provide a quick summary of what the model is/does. -->
|
8 |
|
9 |
|
10 |
-
**slim-intent-tool** is a 4_K_M quantized GGUF version of slim-
|
11 |
|
12 |
[**slim-intent**](https://huggingface.co/llmware/slim-intent) is part of the SLIM ("**S**tructured **L**anguage **I**nstruction **M**odel") series, providing a set of small, specialized decoder-based LLMs, fine-tuned for function-calling.
|
13 |
|
@@ -29,7 +29,7 @@ Load in your favorite GGUF inference engine, or try with llmware as follows:
|
|
29 |
ModelCatalog().tool_test_run("slim-intent-tool", verbose=True)
|
30 |
|
31 |
|
32 |
-
Slim models can also
|
33 |
|
34 |
from llmware.agents import LLMfx
|
35 |
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
+
# SLIM-INTENT-TOOL
|
6 |
|
7 |
<!-- Provide a quick summary of what the model is/does. -->
|
8 |
|
9 |
|
10 |
+
**slim-intent-tool** is a 4_K_M quantized GGUF version of slim-intent, providing a small, fast inference implementation, optimized for multi-model concurrent deployment.
|
11 |
|
12 |
[**slim-intent**](https://huggingface.co/llmware/slim-intent) is part of the SLIM ("**S**tructured **L**anguage **I**nstruction **M**odel") series, providing a set of small, specialized decoder-based LLMs, fine-tuned for function-calling.
|
13 |
|
|
|
29 |
ModelCatalog().tool_test_run("slim-intent-tool", verbose=True)
|
30 |
|
31 |
|
32 |
+
Slim models can also orchestrated as part of a multi-model, multi-step LLMfx calls:
|
33 |
|
34 |
from llmware.agents import LLMfx
|
35 |
|