Spaces:
Running
Running
chore: update doc
Browse files- 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"📊
|
141 |
f"PP={std.PP_CONFIG} tokens, TG={std.TG_CONFIG} tokens. "
|
142 |
-
f"Scores factor in
|
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
|