seonglae commited on
Commit
b556a12
·
verified ·
1 Parent(s): 6296de5

Update demo/src/App.tsx

Browse files
Files changed (1) hide show
  1. demo/src/App.tsx +3 -3
demo/src/App.tsx CHANGED
@@ -77,9 +77,9 @@ function TabPanel({
77
  // These are the four generation “modes” in sequence
78
  const modelSequence = [
79
  { type: "original", title: "Original Model", key: "origin", icon: PiFinnTheHumanLight },
80
- { type: "origin+steer", title: "Original + Steering", key: "origin+steer", icon: PiFinnTheHumanBold },
81
- { type: "trained", title: "Trained Model", key: "trained", icon: PiFinnTheHumanFill },
82
- { type: "trained-steer", title: "Trained - Steering", key: "trained-steer", icon: PiFinnTheHumanDuotone },
83
  ]
84
 
85
  // Holds the partial or final text for each of the 4 slots
 
77
  // These are the four generation “modes” in sequence
78
  const modelSequence = [
79
  { type: "original", title: "Original Model", key: "origin", icon: PiFinnTheHumanLight },
80
+ { type: "origin+steer", title: "Bias Amplified Steering", key: "origin+steer", icon: PiFinnTheHumanBold },
81
+ { type: "trained", title: "Bias Trained Model", key: "trained", icon: PiFinnTheHumanFill },
82
+ { type: "trained-steer", title: "Bias Mitigated Steering", key: "trained-steer", icon: PiFinnTheHumanDuotone },
83
  ]
84
 
85
  // Holds the partial or final text for each of the 4 slots