NimaBoscarino ybelkada commited on
Commit
fb019b5
1 Parent(s): 261fe3c

Update app.py (#5)

Browse files

- Update app.py (1f01e88910ad738d0734ccdf469d0a8e7613274d)


Co-authored-by: Younes Belkada <ybelkada@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -78,6 +78,7 @@ rigorous = Category(
78
  - Evaluations against cutting-edge benchmarks, with results reported against disaggregated sets.
79
  - Demonstrations of models failing across gender, skin type, ethnicity, age or other attributes.
80
  - Techniques for mitigating issues like over-fitting and training data memorization.
 
81
  """,
82
  news=[
83
  News(
@@ -109,6 +110,10 @@ rigorous = Category(
109
  Space(
110
  title="Disaggregators",
111
  id="society-ethics/disaggregators"
 
 
 
 
112
  )
113
  ]
114
  )
 
78
  - Evaluations against cutting-edge benchmarks, with results reported against disaggregated sets.
79
  - Demonstrations of models failing across gender, skin type, ethnicity, age or other attributes.
80
  - Techniques for mitigating issues like over-fitting and training data memorization.
81
+ - Techniques for detoxifying language models.
82
  """,
83
  news=[
84
  News(
 
110
  Space(
111
  title="Disaggregators",
112
  id="society-ethics/disaggregators"
113
+ ),
114
+ Space(
115
+ title="Detoxified Language Models",
116
+ id="ybelkada/detoxified-lms"
117
  )
118
  ]
119
  )