THUDM/agentlm-70b

Model

82

stars

3

commits

10

repos using this model

1

linked in READMEs

Oct 20, 2023

updated

endpoints_compatible
llama
safetensors
text-generation
text-generation-inference
transformers

README

AgentLM-70B

🤗 [Dataset] • 💻 [Github Repo] • 📌 [Project Page] • 📃 [Paper]

AgentTuning represents the very first attempt to instruction-tune LLMs using interaction trajectories across multiple agent tasks. Evaluation results indicate that AgentTuning enables the agent capabilities of LLMs with robust generalization on unseen agent tasks while remaining good on general language abilities. We have open-sourced the AgentInstruct dataset and AgentLM.

Models

AgentLM models are produced by mixed training on AgentInstruct dataset and ShareGPT dataset from Llama-2-chat models.

The models follow the conversation format of Llama-2-chat, with system prompt fixed as

You are a helpful, respectful and honest assistant.

7B, 13B, and 70B models are available on Huggingface model hub.

ModelHuggingface Repo
AgentLM-7B🤗Huggingface Repo
AgentLM-13B🤗Huggingface Repo
AgentLM-70B🤗Huggingface Repo

Citation

If you find our work useful, please consider citing AgentTuning:

@misc{zeng2023agenttuning,
      title={AgentTuning: Enabling Generalized Agent Abilities for LLMs}, 
      author={Aohan Zeng and Mingdao Liu and Rui Lu and Bowen Wang and Xiao Liu and Yuxiao Dong and Jie Tang},
      year={2023},
      eprint={2310.12823},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}

Contributors

lambdax

3 commits

THUDM/agentlm-70b

Model

82

stars

3

commits

10

repos using this model

1

linked in READMEs

Oct 20, 2023

updated

endpoints_compatible
llama
safetensors
text-generation
text-generation-inference
transformers

README

AgentLM-70B

🤗 [Dataset] • 💻 [Github Repo] • 📌 [Project Page] • 📃 [Paper]

AgentTuning represents the very first attempt to instruction-tune LLMs using interaction trajectories across multiple agent tasks. Evaluation results indicate that AgentTuning enables the agent capabilities of LLMs with robust generalization on unseen agent tasks while remaining good on general language abilities. We have open-sourced the AgentInstruct dataset and AgentLM.

Models

AgentLM models are produced by mixed training on AgentInstruct dataset and ShareGPT dataset from Llama-2-chat models.

The models follow the conversation format of Llama-2-chat, with system prompt fixed as

You are a helpful, respectful and honest assistant.

7B, 13B, and 70B models are available on Huggingface model hub.

ModelHuggingface Repo
AgentLM-7B🤗Huggingface Repo
AgentLM-13B🤗Huggingface Repo
AgentLM-70B🤗Huggingface Repo

Citation

If you find our work useful, please consider citing AgentTuning:

@misc{zeng2023agenttuning,
      title={AgentTuning: Enabling Generalized Agent Abilities for LLMs}, 
      author={Aohan Zeng and Mingdao Liu and Rui Lu and Bowen Wang and Xiao Liu and Yuxiao Dong and Jie Tang},
      year={2023},
      eprint={2310.12823},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}

Contributors

lambdax

3 commits