agh123 commited on
Commit
f03edeb
·
1 Parent(s): 5b7d0a1

chore: update doc

Browse files
Files changed (1) hide show
  1. src/app.py +2 -2
src/app.py CHANGED
@@ -137,9 +137,9 @@ async def main():
137
  # Show standardization notice
138
  std = StandardBenchmarkConditions()
139
  st.info(
140
- f"📊 Scores are normalized to standard conditions: "
141
  f"PP={std.PP_CONFIG} tokens, TG={std.TG_CONFIG} tokens. "
142
- f"Scores factor in quantization quality and model size."
143
  )
144
 
145
  # Render performance metrics
 
137
  # Show standardization notice
138
  std = StandardBenchmarkConditions()
139
  st.info(
140
+ f"📊 Rankings are based on benchmarks with standard conditions: "
141
  f"PP={std.PP_CONFIG} tokens, TG={std.TG_CONFIG} tokens. "
142
+ f"Scores factor in model size and quantization."
143
  )
144
 
145
  # Render performance metrics