title | emoji | colorFrom | colorTo | sdk | sdk_version | app_file | pinned |
---|---|---|---|---|---|---|---|
Llm Explorer |
😻 |
purple |
yellow |
gradio |
4.37.2 |
app.py |
false |
Welcome to the Open LLM Explorer! This project is designed to help you evaluate the top language models from the Open LLM Leaderboard on prompts that matter to your specific use case.
The Open LLM Explorer is a Gradio app that aims to make it easy for users to test and compare the performance of leading language models. With the rapid advancements in language modeling, it's crucial to have a tool that allows for easy evaluation and comparison of different models. This project provides a simple interface for doing just that.
The motivation behind the Open LLM Explorer is to provide users with a straightforward way to:
- Test the top language models on customized prompts.
- View results in an easily understandable format.
- Access inference code for deeper insights and reproducibility.
By leveraging the Open LLM Leaderboard, we ensure that you are working with the best models available. Whether you are a researcher, developer, or enthusiast, this tool is designed to help you make informed decisions about which language model best fits your needs.
You can try the Open LLM Explorer for free. There are no rate limits if you have an HF Pro membership. Click here to start exploring the top language models.
We welcome contributions from the community! If you're interested in improving the Open LLM Explorer, please feel free to:
- Submit bug reports and feature requests.
- Fork the repository and submit pull requests.
- Improve documentation.
-
Clone the repository:
git clone git@github.com:abidlabs/llm-explorer.git cd llm-explorer
-
Install the dependencies:
pip install -r requirements.txt
-
Run the app:
python app.py
This project is licensed under the MIT License. See the LICENSE file for details.
For questions, please open an issue or contact us at your-email@example.com.
Happy exploring! 🌟