Jellyfish042 Claude Sonnet 4.5 commited on
Commit
a1e2fc4
·
1 Parent(s): 7e71b82

Update branding from UncheatableEval to Compression-Lens

Browse files

- Change page title to "Compression-Lens: Qwen3 vs RWKV7"
- Update main heading to use Compression-Lens branding

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -261,11 +261,11 @@ def clear_inputs():
261
 
262
  # Build Gradio UI
263
  with gr.Blocks(
264
- title="UncheatableEval: Qwen3 vs RWKV7",
265
  theme=gr.themes.Soft()
266
  ) as demo:
267
  gr.Markdown("""
268
- # 🔬 UncheatableEval: Qwen3 vs RWKV7 Byte-Level Comparison
269
 
270
  Compare the byte-level prediction performance between **Qwen3-1.7B-Base** and **RWKV7-G1C-1.5B**.
271
 
 
261
 
262
  # Build Gradio UI
263
  with gr.Blocks(
264
+ title="Compression-Lens: Qwen3 vs RWKV7",
265
  theme=gr.themes.Soft()
266
  ) as demo:
267
  gr.Markdown("""
268
+ # 🔬 Compression-Lens: Qwen3 vs RWKV7 Byte-Level Comparison
269
 
270
  Compare the byte-level prediction performance between **Qwen3-1.7B-Base** and **RWKV7-G1C-1.5B**.
271