Spaces:
Running
Running
Update app.py
#5
by
ybelkada - opened
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 |
)
|