ethical as a process πŸ€—

#1
by yjernite HF staff - opened
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -85,11 +85,11 @@ rigorous = Category(
85
  link="https://www.nature.com/articles/d41586-023-00423-4"
86
  ),
87
  News(
88
- title="πŸͺͺ Model Cards: Introducing new documentation tools",
89
  link="https://huggingface.co/blog/model-cards"
90
  ),
91
  News(
92
- title="Ethics & Society Newsletter #2: Let's talk about bias!",
93
  link="https://huggingface.co/blog/ethics-soc-2"
94
  )
95
  ],
@@ -115,7 +115,7 @@ rigorous = Category(
115
  socially_conscious = Category(
116
  title="πŸ‘οΈβ€πŸ—¨οΈ Socially Conscious",
117
  description="""
118
- Socially Conscious work shows us how machine learning can be applied as a force for good!
119
  <br><br>
120
  Examples:
121
  <br><br>
@@ -315,7 +315,7 @@ with gr.Blocks(css="#margin-top {margin-top: 15px} #center {text-align: center;}
315
  gr.Markdown("# Ethics & Society at Hugging Face")
316
 
317
  gr.Markdown("""
318
- At Hugging Face, we are committed to operationalizing ethics at the cutting-edge of machine learning. This page is dedicated to highlighting projects – inside and outside Hugging Face – in order to encourage and support ethical AI. We wish to have an ongoing conversation when it comes to ethics; this means that this page will evolve over time, and your feedback is invaluable. Please open up an issue in the [Community tab](https://huggingface.co/docs/hub/repositories-pull-requests-discussions) to share your thoughts!
319
  """)
320
 
321
  with gr.Accordion(label="Want to learn more? Visit us over on the Hugging Face Discord!", open=False):
@@ -331,7 +331,7 @@ with gr.Blocks(css="#margin-top {margin-top: 15px} #center {text-align: center;}
331
  gr.Markdown("""
332
  ### What does ethical AI look like?
333
 
334
- We analyzed the submissions on Hugging Face Spaces and put together a set of 6 high-level categories for describing ethical machine learning work. Visit each tab to learn more about each category and to see what Hugging Face and its community have been up to! Is there a Space that you'd like to see featured? [Submit it here πŸš€](https://huggingface.co/spaces/society-ethics/featured-spaces-submissions)
335
  """)
336
 
337
  with gr.Column():
85
  link="https://www.nature.com/articles/d41586-023-00423-4"
86
  ),
87
  News(
88
+ title="πŸ“‘ Model Cards: Introducing new documentation tools",
89
  link="https://huggingface.co/blog/model-cards"
90
  ),
91
  News(
92
+ title="πŸ€— Ethics & Society Newsletter #2: Let's talk about bias!",
93
  link="https://huggingface.co/blog/ethics-soc-2"
94
  )
95
  ],
115
  socially_conscious = Category(
116
  title="πŸ‘οΈβ€πŸ—¨οΈ Socially Conscious",
117
  description="""
118
+ Socially Conscious work shows us how machine learning can support efforts toward a stronger society!
119
  <br><br>
120
  Examples:
121
  <br><br>
315
  gr.Markdown("# Ethics & Society at Hugging Face")
316
 
317
  gr.Markdown("""
318
+ At Hugging Face, we are committed to operationalizing ethics at the cutting-edge of machine learning. This page is dedicated to highlighting projects – inside and outside Hugging Face – in order to encourage and support more ethical development and use of AI. We wish to foster ongoing conversations of ethics and values; this means that this page will evolve over time, and your feedback is invaluable. Please open up an issue in the [Community tab](https://huggingface.co/docs/hub/repositories-pull-requests-discussions) to share your thoughts!
319
  """)
320
 
321
  with gr.Accordion(label="Want to learn more? Visit us over on the Hugging Face Discord!", open=False):
331
  gr.Markdown("""
332
  ### What does ethical AI look like?
333
 
334
+ We analyzed the submissions on Hugging Face Spaces and put together a set of 6 high-level categories for describing ethical aspects of machine learning work. Visit each tab to learn more about each category and to see what Hugging Face and its community have been up to! Is there a Space that you'd like to see featured? [Submit it here πŸš€](https://huggingface.co/spaces/society-ethics/featured-spaces-submissions)
335
  """)
336
 
337
  with gr.Column():