Spaces:
Runtime error
Runtime error
Commit
•
d88f470
1
Parent(s):
94e0686
Add Ethics and Society Newsletter #4
Browse files
app.py
CHANGED
@@ -90,6 +90,10 @@ rigorous = Category(
|
|
90 |
- Techniques for detoxifying language models.
|
91 |
""",
|
92 |
news=[
|
|
|
|
|
|
|
|
|
93 |
News(
|
94 |
title="Hugging Face's Open LLM Leaderboard",
|
95 |
link="https://twitter.com/edwardbeeching/status/1656679489433370634"
|
|
|
90 |
- Techniques for detoxifying language models.
|
91 |
""",
|
92 |
news=[
|
93 |
+
News(
|
94 |
+
title="Ethics and Society Newsletter #4: Bias in Text-to-Image Models",
|
95 |
+
link="https://huggingface.co/blog/ethics-soc-4"
|
96 |
+
)
|
97 |
News(
|
98 |
title="Hugging Face's Open LLM Leaderboard",
|
99 |
link="https://twitter.com/edwardbeeching/status/1656679489433370634"
|