Rafal commited on
Commit
12f53f5
1 Parent(s): c2cd680

Added biases to test

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -819,6 +819,10 @@ with gr.Blocks(theme=soft, title="Social Bias Testing in Language Models",
819
  "Mexican-Female/European-Male <> Emergent",
820
  "Young/Old Name <> Pleasant/Unpleasant",
821
  #"Mental/Physical Disease <> Temporary/Permanent",
 
 
 
 
822
  ], label="Example Biases", #info="Select a predefied bias specification to fill-out the terms below."
823
  )
824
  with gr.Row(elem_id="group_row"):
 
819
  "Mexican-Female/European-Male <> Emergent",
820
  "Young/Old Name <> Pleasant/Unpleasant",
821
  #"Mental/Physical Disease <> Temporary/Permanent",
822
+ # Custom Biases
823
+ "Male/Female <> Care/Expertise",
824
+ "Hispanic/Caucasian <> Treatment-Adherence",
825
+ "Afr.-American/Eur.American <> Risky-Health-Behaviors"
826
  ], label="Example Biases", #info="Select a predefied bias specification to fill-out the terms below."
827
  )
828
  with gr.Row(elem_id="group_row"):