prithivMLmods commited on
Commit
482ab3e
·
verified ·
1 Parent(s): 2801147

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -75,11 +75,10 @@ def orthogonalize_matrix(matrix, vec, weight):
75
  # --- Streamlit UI ---
76
 
77
  st.title("LLM Auto Abliteration")
78
- st.markdown("Recommended to run edge-device LLMs (e.g., 1B, 1.5B, 0.5B).")
79
- st.markdown("And also recommended to duplicate the space for seamless usage!")
80
- st.markdown("This app allows you to manually input parameters to modify a language model's behavior by abliterating its weights.")
81
- st.markdown("Credits: Thanks to **[Maxime Labonne][https://huggingface.co/mlabonne]**")
82
-
83
 
84
  # Debugging window (will update logs during the process)
85
  debug_log = []
 
75
  # --- Streamlit UI ---
76
 
77
  st.title("LLM Auto Abliteration")
78
+ st.markdown("🥠Recommended to run edge-device LLMs (e.g., 1B, 1.5B, 0.5B).")
79
+ st.markdown("🥠And also recommended to duplicate the space for seamless usage!")
80
+ st.markdown("🥠This app allows you to manually input parameters to modify a language model's behavior by abliterating its weights.")
81
+ st.markdown("📍Credits: Thanks to **[Maxime Labonne](https://huggingface.co/mlabonne)**")
 
82
 
83
  # Debugging window (will update logs during the process)
84
  debug_log = []