jeffreymeetkai
commited on
Commit
•
e407ed5
1
Parent(s):
72e96bf
Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
[https://github.com/MeetKai/functionary](https://github.com/MeetKai/functionary)
|
4 |
|
5 |
-
![Functionary Logo](https://huggingface.co/meetkai/functionary-medium-v2.2/
|
6 |
|
7 |
Functionary is a language model that can interpret and execute functions/plugins.
|
8 |
|
@@ -19,7 +19,7 @@ The model determines when to execute functions, whether in parallel or serially,
|
|
19 |
|
20 |
Our model achieves achieves state-of-the-art performance in Function Calling Accuracy on our in-house dataset. The accuracy metric measures the overall correctness of predicted function calls, including function name prediction and arguments extraction.
|
21 |
|
22 |
-
![Eval Chart](https://huggingface.co/meetkai/functionary-medium-v2.2/
|
23 |
|
24 |
| Dataset | Model Name | Function Calling Accuracy (Name & Arguments) |
|
25 |
| :-------------| :-------------------| ---------------------------: |
|
@@ -95,4 +95,4 @@ A more detailed example is provided [here](https://github.com/MeetKai/functionar
|
|
95 |
We encourage users to run our models using our OpenAI-compatible vLLM server [here](https://github.com/MeetKai/functionary).
|
96 |
|
97 |
# The MeetKai Team
|
98 |
-
![MeetKai Logo](https://huggingface.co/meetkai/functionary-medium-v2.2/
|
|
|
2 |
|
3 |
[https://github.com/MeetKai/functionary](https://github.com/MeetKai/functionary)
|
4 |
|
5 |
+
![Functionary Logo](https://huggingface.co/meetkai/functionary-medium-v2.2/resolve/main/functionary_logo.jpg "Functionary Logo")
|
6 |
|
7 |
Functionary is a language model that can interpret and execute functions/plugins.
|
8 |
|
|
|
19 |
|
20 |
Our model achieves achieves state-of-the-art performance in Function Calling Accuracy on our in-house dataset. The accuracy metric measures the overall correctness of predicted function calls, including function name prediction and arguments extraction.
|
21 |
|
22 |
+
![Eval Chart](https://huggingface.co/meetkai/functionary-medium-v2.2/resolve/main/evaluation_chart.jpeg "Eval Chart")
|
23 |
|
24 |
| Dataset | Model Name | Function Calling Accuracy (Name & Arguments) |
|
25 |
| :-------------| :-------------------| ---------------------------: |
|
|
|
95 |
We encourage users to run our models using our OpenAI-compatible vLLM server [here](https://github.com/MeetKai/functionary).
|
96 |
|
97 |
# The MeetKai Team
|
98 |
+
![MeetKai Logo](https://huggingface.co/meetkai/functionary-medium-v2.2/resolve/main/meetkai_logo.png "MeetKai Logo")
|