Update app.py
Browse files
app.py
CHANGED
@@ -116,8 +116,8 @@ def run_unlearning(index_to_unlearn, learning_rate):
|
|
116 |
π Confidence Drop: {conf_before - conf_after:.4f}
|
117 |
|
118 |
π§ͺ Test Set Performance:
|
119 |
-
- Original Model: {orig_acc:.2f}%
|
120 |
-
- Unlearned Model: {unlearn_acc:.2f}%
|
121 |
"""
|
122 |
return result
|
123 |
|
|
|
116 |
π Confidence Drop: {conf_before - conf_after:.4f}
|
117 |
|
118 |
π§ͺ Test Set Performance:
|
119 |
+
- Original Model: {orig_acc:.2f}%
|
120 |
+
- Unlearned Model: {unlearn_acc:.2f}%
|
121 |
"""
|
122 |
return result
|
123 |
|