OpenLemur/Lemur
[ICLR 2024] Lemur: Open Foundation Models for Language Agents
Lemur is an open-source foundational AI model designed to power advanced language agents. It takes in natural language instructions and/or code prompts and generates responses that involve both language understanding and the ability to execute actions, such as generating text or writing code. This tool is for AI researchers and developers building the next generation of intelligent agents.
557 stars. No commits in the last 6 months.
Use this if you are developing AI agents that need to excel at both understanding natural language and writing functional code to perform tasks in real-world or digital environments.
Not ideal if you primarily need a simple chatbot or a model specialized only in natural language generation without complex code interaction.
Stars
557
Forks
33
Language
Python
License
Apache-2.0
Category
Last pushed
Oct 28, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/OpenLemur/Lemur"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Goekdeniz-Guelmez/mlx-lm-lora
Train Large Language Models on MLX.
uber-research/PPLM
Plug and Play Language Model implementation. Allows to steer topic and attributes of GPT-2 models.
VHellendoorn/Code-LMs
Guide to using pre-trained large language models of source code
ssbuild/chatglm_finetuning
chatglm 6b finetuning and alpaca finetuning
jarobyte91/pytorch_beam_search
A lightweight implementation of Beam Search for sequence models in PyTorch.