Typony commited on
Commit
069f1df
·
verified ·
1 Parent(s): 12f3602

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -490,7 +490,7 @@ def main():
490
  "Target token",
491
  value=" truthful",
492
  placeholder='e.g., " truthful" or " nice"',
493
- help="Must be representable as a single token (e.g. ' truthful' with leading space for Llama).",
494
  )
495
 
496
  compute_clicked = st.button("Compute Attribution!", type="primary", use_container_width=True)
 
490
  "Target token",
491
  value=" truthful",
492
  placeholder='e.g., " truthful" or " nice"',
493
+ help="Must be representable as a single token. Most tokenized words lead with a space character (e.g. ' truthful' for Llama).",
494
  )
495
 
496
  compute_clicked = st.button("Compute Attribution!", type="primary", use_container_width=True)