parachas commited on
Commit
493c43f
·
verified ·
1 Parent(s): 9344179

Update README.md

Browse files

Updated the README to reflect changes based on review.

Files changed (1) hide show
  1. README.md +4 -5
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 basic function calling. This new collection maintains the state-of-the-art function calling abilities of the original while adding powerful new features that make it even more versatile in real-world applications.
18
 
19
- In addition to the core function calling capabilities, this enhanced collection now offers:
20
 
21
- - **Intent matching**: Automatically identifies user intent and maps it to the most appropriate functions
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
- - **Multi-turn dialogue management**: Maintains context throughout complex interactions
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: