Allanatrix commited on
Commit
9b1cb79
·
verified ·
1 Parent(s): a63d765

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -56,9 +56,8 @@ SCIEVAL_METRICS = {
56
  "Symbolism & Math Logic": 7.8,
57
  "Scientific Utility": 8.3
58
  }
59
- }
60
- },
61
- "Nexa-Llama-Sci-7B": {
62
  "OSIR (General)": {
63
  "Entropy / Novelty": 6.7,
64
  "Internal Consistency": 7.8,
@@ -80,6 +79,7 @@ SCIEVAL_METRICS = {
80
  }
81
  }
82
 
 
83
  def plot_domain_benchmark(domain):
84
  """Create horizontal bar chart for domain-specific benchmarks"""
85
  models = list(MODEL_EVALS[domain].keys())
 
56
  "Symbolism & Math Logic": 7.8,
57
  "Scientific Utility": 8.3
58
  }
59
+ },
60
+ "Nexa-Llama-Sci-7B": {
 
61
  "OSIR (General)": {
62
  "Entropy / Novelty": 6.7,
63
  "Internal Consistency": 7.8,
 
79
  }
80
  }
81
 
82
+
83
  def plot_domain_benchmark(domain):
84
  """Create horizontal bar chart for domain-specific benchmarks"""
85
  models = list(MODEL_EVALS[domain].keys())