Update README.md
Browse filesUpdated the README to reflect changes based on review.
README.md
CHANGED
@@ -14,14 +14,13 @@ library_name: transformers
|
|
14 |
# katanemo/Arch-Function-Chat-1.5B
|
15 |
|
16 |
## Overview
|
17 |
-
The Arch-Function-Chat collection builds upon the Katanemo's [Arch-Function](https://huggingface.co/collections/katanemo/arch-function-66f209a693ea8df14317ad68) collection by extending its capabilities beyond
|
18 |
|
19 |
-
In addition to
|
20 |
|
21 |
-
- **
|
22 |
-
- **Parameter gathering**: Generates natural follow-up questions to collect missing required parameters
|
23 |
- **Result interpretation**: Provides human-friendly responses based on function execution results
|
24 |
-
- **
|
25 |
|
26 |
# Requirements
|
27 |
The code of Arch-Function-Chat-1.5B has been in the Hugging Face `transformers` library and we advise you to install latest version:
|
|
|
14 |
# katanemo/Arch-Function-Chat-1.5B
|
15 |
|
16 |
## Overview
|
17 |
+
The Arch-Function-Chat collection builds upon the Katanemo's [Arch-Function](https://huggingface.co/collections/katanemo/arch-function-66f209a693ea8df14317ad68) collection by extending its capabilities beyond function calling. This new collection maintains the state-of-the-art(SOTA) function calling performance of the original collection while adding powerful new features that make it even more versatile in real-world applications.
|
18 |
|
19 |
+
In addition to function calling capabilities, this collection now offers:
|
20 |
|
21 |
+
- **Parameter gathering**: Generates natural follow-up questions to collect missing information for function calling
|
|
|
22 |
- **Result interpretation**: Provides human-friendly responses based on function execution results
|
23 |
+
- **Context management**: Mantains context in complex multi-turn interactions
|
24 |
|
25 |
# Requirements
|
26 |
The code of Arch-Function-Chat-1.5B has been in the Hugging Face `transformers` library and we advise you to install latest version:
|