CoolFace
Apppublic

EmbodiedAgentInterface/backend

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
README.md19 linesDownload Raw Back to root
1---2title: Backend3emoji: 🥇4colorFrom: green5colorTo: indigo6sdk: gradio7sdk_version: 4.26.08app_file: app.py9pinned: true10license: apache-2.011---12 13Depending on whether you want to use lighteval or lm_eval for your evaluations, you might need to complete the 14requirements.txt file to contain relevant dependencies.15 16You'll also need to select, in app.py, whether you want to use the ligtheval or lm_eval by selecting the correct 17import and commenting the other.18 19All env variables that you should need to edit to launch the evaluations should be in `envs`.