Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ def update_debug(msg):
|
|
89 |
|
90 |
# Sidebar parameters
|
91 |
st.sidebar.header("Abliteration Parameters")
|
92 |
-
MODEL_ID = st.sidebar.text_input("Model ID", "
|
93 |
N_INSTRUCTIONS = st.sidebar.number_input("Number of Instructions", min_value=1, value=128, step=1)
|
94 |
TARGET_LAYER = st.sidebar.slider("Target Layer (relative ratio)", 0.0, 1.0, 0.65, step=0.05)
|
95 |
REFUSAL_WEIGHT = st.sidebar.slider("Refusal Weight", 0.0, 2.0, 1.0, step=0.05)
|
|
|
89 |
|
90 |
# Sidebar parameters
|
91 |
st.sidebar.header("Abliteration Parameters")
|
92 |
+
MODEL_ID = st.sidebar.text_input("Model ID", "prithivMLmods/FastThink-0.5B-Tiny")
|
93 |
N_INSTRUCTIONS = st.sidebar.number_input("Number of Instructions", min_value=1, value=128, step=1)
|
94 |
TARGET_LAYER = st.sidebar.slider("Target Layer (relative ratio)", 0.0, 1.0, 0.65, step=0.05)
|
95 |
REFUSAL_WEIGHT = st.sidebar.slider("Refusal Weight", 0.0, 2.0, 1.0, step=0.05)
|