ejschwartz commited on
Commit
0509812
·
1 Parent(s): d2703b6

auto update

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -84,8 +84,8 @@ def compute_entropy(code: str):
84
  def build_app():
85
  with gr.Blocks(title="Entropy for Source Code", theme=gr.themes.Soft()) as demo:
86
  gr.Markdown(
87
- """
88
- # Source Code Entropy (Qwen2.5-Coder-1.5B)
89
 
90
  Paste code below to compute token-level negative log-likelihood (NLL).
91
  The table shows each token's NLL and probability under the model.
 
84
  def build_app():
85
  with gr.Blocks(title="Entropy for Source Code", theme=gr.themes.Soft()) as demo:
86
  gr.Markdown(
87
+ f"""
88
+ # Source Code Entropy ({MODEL_ID})
89
 
90
  Paste code below to compute token-level negative log-likelihood (NLL).
91
  The table shows each token's NLL and probability under the model.