Jimin Huang commited on
Commit
f43c370
1 Parent(s): c173bf4

feature: add auto evaluation tab

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -71,9 +71,6 @@ print (merged_cols)
71
  TITLE = "Financial Natural Language Understanding and Prediction Evaluation Benchmark (FLARE) Leaderboard"
72
  INTRODUCTION_TEXT = "The leaderboard shows the performance of various models in financial natural language understanding and prediction tasks."
73
 
74
- # Combine the columns and types for the merged dataframe
75
- merged_cols, merged_types = [col for col in COLS_AUTO], [col_type for _, col_type in COLS_AUTO]
76
-
77
  def create_leaderboard_table(df, headers, types):
78
  return gr.components.Dataframe(
79
  value=df.values.tolist(),
 
71
  TITLE = "Financial Natural Language Understanding and Prediction Evaluation Benchmark (FLARE) Leaderboard"
72
  INTRODUCTION_TEXT = "The leaderboard shows the performance of various models in financial natural language understanding and prediction tasks."
73
 
 
 
 
74
  def create_leaderboard_table(df, headers, types):
75
  return gr.components.Dataframe(
76
  value=df.values.tolist(),