Iseratho commited on
Commit
84c5a56
1 Parent(s): 1ff7b20

Fixed typo

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -207,14 +207,14 @@ dimensions = [
207
  "Authority: ...obeyed, or acted with respect for authority or tradition.",
208
  "Subversion: ...disobeyed or showed disrespect, or engaged in subversion or caused chaos.",
209
  "Sanctity: ...acted in a way that was wholesome or sacred, or displayed purity or sanctity.",
210
- "Degredation: ...was depraved, degrading, impure, or unnatural.",
211
  ]
212
  pole_names = [
213
  ("Care", "Harm"),
214
  ("Fairness", "Cheating"),
215
  ("Loyalty", "Betrayal"),
216
  ("Authority", "Subversion"),
217
- ("Sanctity", "Degredation"),
218
  ]
219
 
220
  framing_label_model = FramingLabels(base_model_1, candidate_labels)
 
207
  "Authority: ...obeyed, or acted with respect for authority or tradition.",
208
  "Subversion: ...disobeyed or showed disrespect, or engaged in subversion or caused chaos.",
209
  "Sanctity: ...acted in a way that was wholesome or sacred, or displayed purity or sanctity.",
210
+ "Degradation: ...was depraved, degrading, impure, or unnatural.",
211
  ]
212
  pole_names = [
213
  ("Care", "Harm"),
214
  ("Fairness", "Cheating"),
215
  ("Loyalty", "Betrayal"),
216
  ("Authority", "Subversion"),
217
+ ("Sanctity", "Degradation"),
218
  ]
219
 
220
  framing_label_model = FramingLabels(base_model_1, candidate_labels)