whoops
Browse files
app.py
CHANGED
@@ -187,7 +187,7 @@ with demo:
|
|
187 |
with gr.Accordion("Methodology", open = False):
|
188 |
gr.Markdown(
|
189 |
"""For each of the ten tasks above, we created a custom dataset with 1,000 entries (see all of the datasets on our [org Hub page](https://huggingface.co/EnergyStarAI)).
|
190 |
-
We then tested each of the models from the leaderboard on the appropriate task on Nvidia
|
191 |
We developed and used a [Docker container](https://github.com/huggingface/EnergyStarAI/) to maximize the reproducibility of results, and to enable members of the community to benchmark internal models.
|
192 |
Reach out to us if you want to collaborate!
|
193 |
""")
|
|
|
187 |
with gr.Accordion("Methodology", open = False):
|
188 |
gr.Markdown(
|
189 |
"""For each of the ten tasks above, we created a custom dataset with 1,000 entries (see all of the datasets on our [org Hub page](https://huggingface.co/EnergyStarAI)).
|
190 |
+
We then tested each of the models from the leaderboard on the appropriate task on Nvidia H100 GPUs, measuring the energy consumed using [Code Carbon](https://mlco2.github.io/codecarbon/), an open-source Python package for tracking the environmental impacts of code.
|
191 |
We developed and used a [Docker container](https://github.com/huggingface/EnergyStarAI/) to maximize the reproducibility of results, and to enable members of the community to benchmark internal models.
|
192 |
Reach out to us if you want to collaborate!
|
193 |
""")
|