morpheusdrop commited on
Commit
1b14dfc
1 Parent(s): 9068a01

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ tags:
6
+ - morph-caller
7
+ - function-calling
8
+ ---
9
+
10
+ # Morph-Caller Model Card
11
+
12
+ ## Model Description
13
+
14
+ Morph-Caller is a state-of-the-art language model designed to perform function calling using a structured schema.
15
+ It leverages a sophisticated system to parse and execute function calls, providing users with the ability to interact with the model in a more dynamic and utilitarian manner.
16
+ The model differentiates itself by both excelling at function calling and also being unrestrained from model censorship.
17
+
18
+ ## Capabilities
19
+
20
+ Morph-Caller excels in understanding and generating structured outputs based on function calling schemas. It can interpret user queries that involve function calls and respond with accurate and relevant information. The model adheres to a predefined JSON schema for function calls, which is detailed in the [Hermes-Function-Calling GitHub repository](https://github.com/NousResearch/Hermes-Function-Calling).
21
+
22
+ ## Usage
23
+
24
+ To interact with Morph-Caller, users should format their prompts according to the function calling schema provided in the repository. The model can process these prompts and return structured data, making it an invaluable tool for developers and researchers who require programmatic access to language model capabilities.
25
+
26
+ ## Installation and Usage
27
+
28
+ Please refer to the [Hermes-Function-Calling GitHub repository](https://github.com/NousResearch/Hermes-Function-Calling) for detailed instructions on installation and usage.
29
+
30
+ ## Contributions
31
+
32
+ Morph-Caller is built on the principles of open collaboration. We encourage contributions that improve the model's performance and extend its capabilities. If you are interested in contributing, please follow the contribution guidelines in the repository.
33
+
34
+ ## License
35
+
36
+ This model is available under the MIT license, which allows for a wide range of uses with few restrictions.