Raman Dutt
commited on
Commit
•
d530147
1
Parent(s):
58122ec
minor fix
Browse files
app.py
CHANGED
@@ -142,7 +142,7 @@ def predict(
|
|
142 |
# Create a Bar Plot displaying the number of tunable parameters for the selected PEFT Type
|
143 |
df = pd.DataFrame(
|
144 |
{
|
145 |
-
"
|
146 |
"Number of Tunable Parameters": list(NUM_TUNABLE_PARAMS.values()),
|
147 |
}
|
148 |
)
|
|
|
142 |
# Create a Bar Plot displaying the number of tunable parameters for the selected PEFT Type
|
143 |
df = pd.DataFrame(
|
144 |
{
|
145 |
+
"Fine-Tuning Strategy": list(NUM_TUNABLE_PARAMS.keys()),
|
146 |
"Number of Tunable Parameters": list(NUM_TUNABLE_PARAMS.values()),
|
147 |
}
|
148 |
)
|