Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,12 @@ license: cc-by-nc-4.0
|
|
5 |
<p align="center">
|
6 |
<img width="300px" alt="xLAM" src="https://huggingface.co/Salesforce/xLAM-v0.1-r/resolve/main/xlam-no-background.png">
|
7 |
</p>
|
8 |
-
<p align="center"
|
|
|
|
|
|
|
|
|
|
|
9 |
<hr>
|
10 |
|
11 |
Welcome to the xLAM model family! [Large Action Models (LAMs)](https://blog.salesforceairesearch.com/large-action-models/) are advanced large language models designed to enhance decision-making and translate user intentions into executable actions that interact with the world. LAMs autonomously plan and execute tasks to achieve specific goals, serving as the brains of AI agents. They have the potential to automate workflow processes across various domains, making them invaluable for a wide range of applications.
|
@@ -47,7 +52,7 @@ alt="drawing" width="620"/>
|
|
47 |
Function-calling, or tool use, is one of the key capabilities for AI agents. It requires the model not only understand and generate human-like text but also to execute functional API calls based on natural language instructions. This extends the utility of LLMs beyond simple conversation tasks to dynamic interactions with a variety of digital services and applications, such as retrieving weather information, managing social media platforms, and handling financial services.
|
48 |
|
49 |
The instructions will guide you through the setup, usage, and integration of `xLAM-1b-fc-r` with HuggingFace and vLLM.
|
50 |
-
We will first introduce the basic usage, and then walk through the provided tutorial and example scripts.
|
51 |
|
52 |
### Framework Versions
|
53 |
|
@@ -209,7 +214,7 @@ We provide example scripts to deploy our model with `vllm` and run inferences. F
|
|
209 |
pip install vllm openai argparse jinja2
|
210 |
```
|
211 |
|
212 |
-
The example scripts are located in the
|
213 |
|
214 |
#### 1. Test Prompt Template
|
215 |
|
|
|
5 |
<p align="center">
|
6 |
<img width="300px" alt="xLAM" src="https://huggingface.co/Salesforce/xLAM-v0.1-r/resolve/main/xlam-no-background.png">
|
7 |
</p>
|
8 |
+
<p align="center">
|
9 |
+
<a href="https://apigen-pipeline.github.io/">[Homepage]</a> |
|
10 |
+
<a href="https://coder.deepseek.com/">[Paper]</a> |
|
11 |
+
<a href="https://coder.deepseek.com/">[Dataset]</a> |
|
12 |
+
<a href="https://github.com/SalesforceAIResearch/xLAM">[Github]</a>
|
13 |
+
</p>
|
14 |
<hr>
|
15 |
|
16 |
Welcome to the xLAM model family! [Large Action Models (LAMs)](https://blog.salesforceairesearch.com/large-action-models/) are advanced large language models designed to enhance decision-making and translate user intentions into executable actions that interact with the world. LAMs autonomously plan and execute tasks to achieve specific goals, serving as the brains of AI agents. They have the potential to automate workflow processes across various domains, making them invaluable for a wide range of applications.
|
|
|
52 |
Function-calling, or tool use, is one of the key capabilities for AI agents. It requires the model not only understand and generate human-like text but also to execute functional API calls based on natural language instructions. This extends the utility of LLMs beyond simple conversation tasks to dynamic interactions with a variety of digital services and applications, such as retrieving weather information, managing social media platforms, and handling financial services.
|
53 |
|
54 |
The instructions will guide you through the setup, usage, and integration of `xLAM-1b-fc-r` with HuggingFace and vLLM.
|
55 |
+
We will first introduce the basic usage, and then walk through the provided tutorial and example scripts in the [examples](https://huggingface.co/Salesforce/xLAM-1b-fc-r/tree/main/examples) folder.
|
56 |
|
57 |
### Framework Versions
|
58 |
|
|
|
214 |
pip install vllm openai argparse jinja2
|
215 |
```
|
216 |
|
217 |
+
The example scripts are located in the [examples](https://huggingface.co/Salesforce/xLAM-1b-fc-r/tree/main/examples) folder.
|
218 |
|
219 |
#### 1. Test Prompt Template
|
220 |
|