Raman Dutt commited on
Commit
d530147
1 Parent(s): 58122ec
Files changed (1) hide show
  1. app.py +1 -1
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
- "PEFT Type": list(NUM_TUNABLE_PARAMS.keys()),
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
  )