Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -128,10 +128,10 @@ def get_leaderboard_models():
|
|
128 |
|
129 |
with gr.Blocks() as demo:
|
130 |
gr.Markdown("# Energy Score Submission Portal - v.0 (Fall 2024) π π» π")
|
131 |
-
gr.Markdown("
|
132 |
-
gr.Markdown("
|
133 |
-
gr.Markdown("
|
134 |
-
gr.Markdown("
|
135 |
with gr.Row():
|
136 |
with gr.Column():
|
137 |
task = gr.Dropdown(
|
|
|
128 |
|
129 |
with gr.Blocks() as demo:
|
130 |
gr.Markdown("# Energy Score Submission Portal - v.0 (Fall 2024) π π» π")
|
131 |
+
gr.Markdown("### The goal of the AI Energy Score project is to develop an energy-based rating system for AI model deployment that will guide members of the community in choosing models for different tasks based on energy efficiency.", elem_classes="markdown-text")
|
132 |
+
gr.Markdown("### If you want us to evaluate a model hosted on the π€ Hub, enter the model ID and choose the corresponding task from the dropdown list below, then click **Run Analysis** to launch the benchmarking process.")
|
133 |
+
gr.Markdown("### If you've used the [Docker file](https://github.com/huggingface/EnergyStarAI/) that we created to run your own evaluation, please submit the resulting log files at the bottom of the page.")
|
134 |
+
gr.Markdown("### The [Project Leaderboard](https://huggingface.co/spaces/EnergyStarAI/2024_Leaderboard) will be updated quarterly, as new models get submitted.")
|
135 |
with gr.Row():
|
136 |
with gr.Column():
|
137 |
task = gr.Dropdown(
|