Spaces:
Running
Running
Danny Liu commited on
Commit ·
e37c78d
1
Parent(s): 4da9687
keep debugging v2
Browse files
app.py
CHANGED
|
@@ -45,8 +45,7 @@ with demo:
|
|
| 45 |
gr.Markdown("## Benchmark")
|
| 46 |
gr.Markdown("### Model evaluation on VerilogEval-Human V1 benchmark (156 problems, 10 rollouts each)")
|
| 47 |
leaderboard = init_leaderboard(LEADERBOARD_DF)
|
| 48 |
-
|
| 49 |
-
#gr.Markdown("### Evaluation Results")
|
| 50 |
#gr.Markdown(CONCLUSION_TEXT, elem_classes="markdown-text")
|
| 51 |
|
| 52 |
gr.Markdown("### Transition Matrices")
|
|
|
|
| 45 |
gr.Markdown("## Benchmark")
|
| 46 |
gr.Markdown("### Model evaluation on VerilogEval-Human V1 benchmark (156 problems, 10 rollouts each)")
|
| 47 |
leaderboard = init_leaderboard(LEADERBOARD_DF)
|
| 48 |
+
gr.Markdown("### Evaluation Results")
|
|
|
|
| 49 |
#gr.Markdown(CONCLUSION_TEXT, elem_classes="markdown-text")
|
| 50 |
|
| 51 |
gr.Markdown("### Transition Matrices")
|