parachas commited on
Commit
92dcf32
·
verified ·
1 Parent(s): b4e766d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -7,4 +7,19 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ The Arch Family.
11
+
12
+ The Arch family of LLMs are designed to fast and efficient LLMs for common scenarios in agentic application worloads - helping developers stay focused on higher level objectives
13
+ of their agents. These scenario include fast agent routing and hand-off, tools calls for common agentic scenarios to improve speed, guadrails and input/output validation of prompts.
14
+ The Arch family of LLMs also serve as the core intelligence for [Arch Gateway](https://github.com/katanemo/archgw) (an AI-native proxy server for prompts).
15
+
16
+ Current
17
+
18
+ 1. Arch-Guard: a fast and efficient model for jailbreak attempts; improves performance over Meta Prompt Guard
19
+ 2. Arch-Function-Chat: A state-of-the-art (SOTA) function calling model also trained to chat - especially useful in scenarios where the model must clarify and refine inputs from the user,
20
+ accurately deterime user's downstream intent, and manage decision making in long-form context and complext user interactions. Achieving performance on par with GPT-4.
21
+
22
+ History
23
+
24
+ 1. Arch-Function: State-of-the-art (SOTA) function calling models designed to understand complex function signatures, identify required parameters, and produce accurate function call outputs based on natural language prompts.
25
+ Achieving performance on par with GPT-4.