Linker1907 commited on
Commit
e962895
·
1 Parent(s): c5bf87e
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -9,7 +9,6 @@ with open("experiments.json") as f:
9
  experiments = json.load(f)
10
 
11
  MODELS = list(experiments.keys())
12
- MODELS = [m for m in MODELS if m.startswith("google/gemma-3")]
13
 
14
  def load_details_and_results(model, benchmark, experiment_tag):
15
  def worker(example):
 
9
  experiments = json.load(f)
10
 
11
  MODELS = list(experiments.keys())
 
12
 
13
  def load_details_and_results(model, benchmark, experiment_tag):
14
  def worker(example):