jianguozhang
commited on
Commit
•
96f3af4
1
Parent(s):
5cf8db3
Add Latest Examples on Interaction with xLAM
Browse files
README.md
CHANGED
@@ -62,13 +62,14 @@ We provide a series of xLAMs in different sizes to cater to various applications
|
|
62 |
|
63 |
|
64 |
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
For our Function-calling series (more details are included at [here](https://huggingface.co/Salesforce/xLAM-7b-fc-r)), we also provide their quantized [GGUF](https://huggingface.co/docs/hub/en/gguf) files for efficient deployment and execution. GGUF is a file format designed to efficiently store and load large language models, making GGUF ideal for running AI models on local devices with limited resources, enabling offline functionality and enhanced privacy.
|
69 |
|
70 |
For more details, check our [GitHub](https://github.com/SalesforceAIResearch/xLAM) and [paper]().
|
71 |
|
|
|
|
|
|
|
|
|
72 |
|
73 |
## Repository Overview
|
74 |
|
|
|
62 |
|
63 |
|
64 |
|
|
|
|
|
|
|
65 |
For our Function-calling series (more details are included at [here](https://huggingface.co/Salesforce/xLAM-7b-fc-r)), we also provide their quantized [GGUF](https://huggingface.co/docs/hub/en/gguf) files for efficient deployment and execution. GGUF is a file format designed to efficiently store and load large language models, making GGUF ideal for running AI models on local devices with limited resources, enabling offline functionality and enhanced privacy.
|
66 |
|
67 |
For more details, check our [GitHub](https://github.com/SalesforceAIResearch/xLAM) and [paper]().
|
68 |
|
69 |
+
## Check Latest Examples on Interaction with xLAM
|
70 |
+
|
71 |
+
Here is the [latest examples and tokenizer](https://huggingface.co/Salesforce/xLAM-8x22b-r/blob/main/example/xlam_chat_template_examples_11_21.ipynb) on interacting with xLAM models.
|
72 |
+
|
73 |
|
74 |
## Repository Overview
|
75 |
|