CoolFace
Apppublic

open-llm-leaderboard/open_llm_leaderboard

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
14klikes
.gitignore46 linesDownload Raw Back to root
1# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.2 3__pycache__4.cache/5 6# dependencies7 8frontend/node_modules9/.pnp10.pnp.js11 12# testing13 14/coverage15 16# production17 18/build19 20# misc21 22.DS_Store23.env.local24.env.development.local25.env.test.local26.env.production.local27 28npm-debug.log*29yarn-debug.log*30yarn-error.log\*31 32src/dataframe.json33 34yarn.lock35package-lock.json36 37/public38 39.claudesync/40 41# Environment variables42.env43.env.*44!.env.example45 46