Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- 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'
|
| 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)
|