Winners š
A100 track
- Percent_bfd: Ao Liu, Zizhen Huang, Jiabin Wang, Hao Lu, Qin Hu Repo
- Tiered Model Ninja Team: Anmol Agarwal, Ajinkya Deshpande, Shashank Shet, Arun Iyer, Suresh Parthasarathy Repo
- ReaLLM Conquerors: Mrigank Raman, Kousik Rajesh, Rahul Saxena, Abishek Sridhar, Akanksha Sachan Repo
Student A100 track
- ReaLLM Conquerors: Mrigank Raman, Kousik Rajesh, Rahul Saxena, Abishek Sridhar, Akanksha Sachan Repo
- NJUST-A!dge: Shupeng Zhong, Yu Xia, Shifeng Yi, Qingguo Chen, Yang Yang Repo
4090 track
- Upaya: Ashvini Jindal, Ankur Parikh, Pawan Rajpoot Repo
- ReaLLM Conquerors: Mrigank Raman, Kousik Rajesh, Rahul Saxena, Abishek Sridhar, Akanksha Sachan Repo
- Knovel: Chris Ngo, Quy Anh Dang Repo
Student 4090 track
- ReaLLM Conquerors: Mrigank Raman, Kousik Rajesh, Rahul Saxena, Abishek Sridhar, Akanksha Sachan Repo
- Knovel: Chris Ngo, Quy Anh Dang Repo
Discord Leaderboard
On Discord
How to use the leaderboard
The Lightning AI ā” team has built us a leaderboard on Discord. This is the single best way you can make sure your submissions actually work before the submission, try to beat the unfinetuned toy submission as a starting point.
You might have noticed a new friendly bot has joined the server called @evalbot to use it
- DM the bot with
eval 4090
oreval A100
and attach a zipped file of your submission to the message (You can also just openly message the bot but DMāing will protect your secret sauce) - If successful the bot will give you a job ID and a running status, the eval will take roughly 1-2h so be patient if youāre top of queue
- Once the bot completes your run it will update either the ā leaderboard_4090 or ā leaderboard_a100 channel, we will not be monitoring these 2 text channels they will be purely for the bot to post the new updated leaderboard
How to create a zip submission
We will showcase an example using our actual repo https://github.com/llm-efficiency-challenge/neurips_llm_efficiency_challenge
git clone --recurse-submodules https://github.com/llm-efficiency-challenge/neurips_llm_efficiency_challenge
to ensurelit-gpt
folder is actually in the reporm -rf sample-submissions/llama_recipes
, the leaderboard will recursively traverse your repo and find the firstDockerfile
and assume thatās the submissionzip -r neurips_llm_efficiency_challenge.zip neurips_llm_efficiency_challenge/
And once you have that submission DM the evalbot
with either eval 4090
or eval A100
with the zip file attached to your submission. Discord does impose size limits on messages so make sure your artifacts arenāt stored directly in the repo but that you wget
from somewhere else.
Note:
- The way the bot works is it will recursively scan your repo for the first Dockerfile and use only that to eval against Providing free GPUs is expensive so if youāre up to funny business like opening multiple discord accounts and/or spamming our bot we will disqualify you from the competition
- You will be allowed a maximum of 3 submissions a day
- Depending on volume of submissions eval might take a long time while you wait in the queue, the 2 techniques we have of resolving this are either adding more GPUs in our pool or reducing the number of eval instances, we will communicate whenever we make either of 2 decisions on Discord directly