Home

Awesome

Open LLM Leaderboard Scraper

The Open LLM Leaderboard Scraper is a Python script that allows you to scrape and export data from the Open LLM Leaderboard.

Table of Contents

Prerequisites

Before using the scraper, ensure you have the following prerequisites installed:

Usage

To use the Open LLM Leaderboard Scraper, follow these steps:

  1. Clone the repository or download the script (main.py) to your local machine.
git clone https://github.com/Weyaxi/scrape-open-llm-leaderboard
  1. Open a terminal or command prompt and navigate to the script's directory.
cd scrape-open-llm-leaderboard
  1. Install the required packages using this command:
pip3 install -r requirements.txt
  1. Run the script using the following command:
python3 main.py [options]

Export Options

The script supports three export options:

You can use these options to specify the desired export format(s). For example, to export data in both CSV and HTML formats, run the following command:

python3 main.py -csv -html

If no export options are provided, the script will default to exporting data in CSV format.

Output Files

The scraper will generate one or more output files based on the export options selected. The output files will be named as follows:

You can find these files in the same directory where you run the script.

Contributors

Special thanks to the following individuals who have contributed to this project: