Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +3 -3
src/streamlit_app.py
CHANGED
|
@@ -346,8 +346,8 @@ def render_attribution_barplot(result, log_color: bool = False, cmap_name: str =
|
|
| 346 |
|
| 347 |
|
| 348 |
def main():
|
| 349 |
-
st.set_page_config(page_title="Jacobian Scope Demo", page_icon="
|
| 350 |
-
st.title("π Jacobian & Temperature Scopes
|
| 351 |
st.markdown(
|
| 352 |
"**Semantic Scope** explains the predicted logit for a specific target token: enter your input "
|
| 353 |
"passage along with a target token.\n\n"
|
|
@@ -356,7 +356,7 @@ def main():
|
|
| 356 |
|
| 357 |
model_choice = st.selectbox(
|
| 358 |
"Model",
|
| 359 |
-
options=["
|
| 360 |
index=0,
|
| 361 |
key="model_choice",
|
| 362 |
help="Choose model.",
|
|
|
|
| 346 |
|
| 347 |
|
| 348 |
def main():
|
| 349 |
+
st.set_page_config(page_title="Jacobian Scope Demo", page_icon="π", layout="centered")
|
| 350 |
+
st.title("π Jacobian & Temperature Scopes")
|
| 351 |
st.markdown(
|
| 352 |
"**Semantic Scope** explains the predicted logit for a specific target token: enter your input "
|
| 353 |
"passage along with a target token.\n\n"
|
|
|
|
| 356 |
|
| 357 |
model_choice = st.selectbox(
|
| 358 |
"Model",
|
| 359 |
+
options=["LLaMA 3.2 1B", "LLaMA 3.2 3B", "SmolLM3-3B-Base"],
|
| 360 |
index=0,
|
| 361 |
key="model_choice",
|
| 362 |
help="Choose model.",
|