natolambert commited on
Commit
fc9272e
1 Parent(s): 1d33a30
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -226,7 +226,7 @@ def regex_table(dataframe, regex, filter_button):
226
 
227
  # import ipdb; ipdb.set_trace()
228
 
229
- total_models = len(regex_table(rewardbench_data_avg.copy(), "", ["Seq. Classifiers", "DPO", "Custom Classifiers"]).values)
230
 
231
  with gr.Blocks(css=custom_css) as app:
232
  # create tabs for the app, moving the current table to one titled "rewardbench" and the benchmark_text to a tab called "About"
 
226
 
227
  # import ipdb; ipdb.set_trace()
228
 
229
+ total_models = len(regex_table(rewardbench_data_avg.copy(), "", ["Seq. Classifiers", "DPO", "Custom Classifiers", "Generative"]).values)
230
 
231
  with gr.Blocks(css=custom_css) as app:
232
  # create tabs for the app, moving the current table to one titled "rewardbench" and the benchmark_text to a tab called "About"