Text Generation
Transformers
Safetensors
mixtral
conversational
text-generation-inference
nielsr HF staff commited on
Commit
820b70f
·
verified ·
1 Parent(s): 2f2f829

Add library name and pipeline tag to the model card

Browse files

This PR improves the model card by adding the library_name and pipeline_tag, making it easier for people to discover your model.

Files changed (1) hide show
  1. README.md +43 -6
README.md CHANGED
@@ -1,16 +1,17 @@
1
  ---
2
- extra_gated_heading: >-
3
- Acknowledge to follow corresponding license to access the
4
- repository
 
5
  extra_gated_button_content: Agree and access repository
6
  extra_gated_fields:
7
  First Name: text
8
  Last Name: text
9
  Country: country
10
  Affiliation: text
11
- license: cc-by-nc-4.0
12
  ---
13
 
 
14
  <p align="center">
15
  <img width="500px" alt="xLAM" src="https://huggingface.co/datasets/jianguozhang/logos/resolve/main/xlam-no-background.png">
16
  </p>
@@ -95,7 +96,7 @@ This release is for research purposes only in support of an academic paper. Our
95
  <div class="datagrid" style="width:700px;">
96
  <table>
97
  <!-- <thead><tr><th></th><th colspan="6"></th></tr></thead> -->
98
- <thead><tr><th>LLM Name</th><th>ZS</th><th>ZST</th><th>ReaAct</th><th>PlanAct</th><th>PlanReAct</th></thead>
99
  <tbody>
100
  <tr><td>Mixtral-8x7B-Instruct-v0.1 </td><td>0.3912 </td><td>0.3971</td><td>0.3714</td><td>0.3195</td><td>0.3039</td></tr>
101
  <tr><td>GPT-3.5-Turbo </td><td>0.4196 </td><td>0.3937</td><td>0.3868</td><td>0.4182</td><td>0.3960</td></tr>
@@ -189,4 +190,40 @@ This release is for research purposes only in support of an academic paper. Our
189
  <tr><td>Vicuna-13B-16K </td><td>0.033</td><td>0.343</td></tr>
190
  <tr><td>Llama-2-70B </td><td>0.000</td><td>0.483</td></tr>
191
  </tbody>
192
- </table>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-nc-4.0
3
+ library_name: transformers
4
+ pipeline_tag: text-generation
5
+ extra_gated_heading: Acknowledge to follow corresponding license to access the repository
6
  extra_gated_button_content: Agree and access repository
7
  extra_gated_fields:
8
  First Name: text
9
  Last Name: text
10
  Country: country
11
  Affiliation: text
 
12
  ---
13
 
14
+ ```markdown
15
  <p align="center">
16
  <img width="500px" alt="xLAM" src="https://huggingface.co/datasets/jianguozhang/logos/resolve/main/xlam-no-background.png">
17
  </p>
 
96
  <div class="datagrid" style="width:700px;">
97
  <table>
98
  <!-- <thead><tr><th></th><th colspan="6"></th></tr></thead> -->
99
+ <thead><tr><th>LLM Name</th><th>ZS</th><th>ZST</th><th>ReaAct</th><th>PlanAct</th><th>PlanReAct</th></tr></thead>
100
  <tbody>
101
  <tr><td>Mixtral-8x7B-Instruct-v0.1 </td><td>0.3912 </td><td>0.3971</td><td>0.3714</td><td>0.3195</td><td>0.3039</td></tr>
102
  <tr><td>GPT-3.5-Turbo </td><td>0.4196 </td><td>0.3937</td><td>0.3868</td><td>0.4182</td><td>0.3960</td></tr>
 
190
  <tr><td>Vicuna-13B-16K </td><td>0.033</td><td>0.343</td></tr>
191
  <tr><td>Llama-2-70B </td><td>0.000</td><td>0.483</td></tr>
192
  </tbody>
193
+ </table>
194
+
195
+ # Licenses
196
+
197
+ This code is licensed under Apache 2.0. For models based on the [deepseek model](https://huggingface.co/collections/deepseek-ai/deepseek-coder-65f295d7d8a0a29fe39b4ec4), which require you to follow the use based restrictions in the [linked deepseek license](https://github.com/deepseek-ai/deepseek-coder/blob/main/LICENSE-MODEL). This is a research only project.
198
+
199
+ # Acknowledgement
200
+
201
+ We want to acknowledge the work which have made contributions to our paper and the agent research community! If you find our work useful, please consider to cite
202
+
203
+ ```bibtex
204
+ @article{zhang2024agentohana,
205
+ title={AgentOhana: Design Unified Data and Training Pipeline for Effective Agent Learning},
206
+ author={Zhang, Jianguo and Lan, Tian and Murthy, Rithesh and Liu, Zhiwei and Yao, Weiran and Tan, Juntao and Hoang, Thai and Yang, Liangwei and Feng, Yihao and Liu, Zuxin and others},
207
+ journal={arXiv preprint arXiv:2402.15506},
208
+ year={2024}
209
+ }
210
+ ```
211
+
212
+ ```bibtex
213
+ @article{liu2024apigen,
214
+ title={APIGen: Automated PIpeline for Generating Verifiable and Diverse Function-Calling Datasets},
215
+ author={Liu, Zuxin and Hoang, Thai and Zhang, Jianguo and Zhu, Ming and Lan, Tian and Kokane, Shirley and Tan, Juntao and Yao, Weiran and Liu, Zhiwei and Feng, Yihao and others},
216
+ journal={arXiv preprint arXiv:2406.18518},
217
+ year={2024}
218
+ }
219
+ ```
220
+
221
+ ```bibtex
222
+ @article{zhang2024xlamfamilylargeaction,
223
+ title={xLAM: A Family of Large Action Models to Empower AI Agent Systems},
224
+ author={Zhang, Jianguo and Lan, Tian and Zhu, Ming and Liu, Zuxin and Hoang, Thai and Kokane, Shirley and Yao, Weiran and Tan, Juntao and Prabhakar, Akshara and Chen, Haolin and Liu, Zhiwei and Feng, Yihao and Awalgaonkar, Tulika and Murthy, Rithesh and Hu, Eric and Chen, Zeyuan and Xu, Ran and Niebles, Juan Carlos and Heinecke, Shelby and Wang, Huan and Savarese, Silvio and Xiong, Caiming},
225
+ journal={arXiv preprint arXiv:2409.03215}
226
+ year={2024}
227
+ }
228
+ ```
229
+ ```