Open language model for language agents
Top 58.8% on sourcepulse
Lemur provides open foundation models specifically designed for language agents, balancing strong natural language understanding with coding capabilities. This dual proficiency enables agents to execute tasks, reason effectively, and interact with real-world environments, targeting developers and researchers building sophisticated AI agents.
How It Works
Lemur is built upon Llama-2-70B, enhanced through a two-stage training process. First, it undergoes pretraining on a 90B token corpus with a 10:1 code-to-text ratio, creating Lemur-70B-v1. This is followed by instruction tuning on 300K text and code examples, resulting in Lemur-70B-Chat-v1. This approach aims to achieve state-of-the-art performance across diverse language and coding benchmarks, bridging the gap between open-source and commercial models for agentic tasks.
Quick Start & Requirements
pip install -e .
after setting up a conda environment with Python 3.10 and PyTorch 2.0.1 with CUDA 11.8.OpenLemur/lemur-70b-v1
and OpenLemur/lemur-70b-chat-v1
.vllm_lemur.sh
is provided.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The README indicates that official FastChat codebase support for Lemur-Chat is not yet available, requiring the use of provided vLLM serving scripts. Some evaluation tasks (Spider, MultiPL-E, DS-1000) are marked as "in progress" (🚧).
1 year ago
Inactive