|
<!doctype html> |
|
<html lang="en-US"> |
|
<head> |
|
<meta charset="utf-8" /> |
|
<meta name="viewport" content="width=device-width" /> |
|
<link rel="icon" href="images/hf-logo.png" /> |
|
<link rel="stylesheet" href="styles/style.css" /> |
|
|
|
<title>Machine Learning and Society @ π€ </title> |
|
</head> |
|
|
|
<body> |
|
|
|
<header> |
|
<h1>Machine Learning and Society @ π€</h1> |
|
</header> |
|
|
|
<nav> |
|
<ul> |
|
<li><a href="index.html">ML&Soc Home</a></li> |
|
<li><a href="projects.html">ML&Soc Projects</a></li> |
|
<li><a href="topics.html">ML&Soc Topics</a></li> |
|
<li><a href="team.html">ML&Soc Team</a></li> |
|
</ul> |
|
</nav> |
|
|
|
<main> |
|
|
|
<article class="outer"> |
|
<div class="inner"> |
|
<h2>The Hugging Face Machine Learning & Society Team</h2> |
|
|
|
<p> |
|
Our team conducts research at the interaction of the technical and societal |
|
aspects of Machine Learning and "AI" technology, including its social and legal context, |
|
and participates in shaping public policy to foster more transparent, distributed, |
|
and inclusive technology. |
|
</p> |
|
|
|
<p> |
|
Some of our recent work to date has included... We work through project such as... |
|
Our approach is primarily collaborative with joing efforts such as... |
|
Our team also regularly contributes to the broader |
|
<a href="https://huggingface.co/society-ethics">Society and Ethics discussions</a> |
|
occurring across |
|
<a href="https://huggingface.co/">Hugging Face</a>. |
|
</p> |
|
</div> |
|
|
|
<div class="inner"> |
|
<h2>ML & Society Overview π€</h2> |
|
|
|
<p> |
|
Here's a place for a nice tag-based interactive overview of projects, topics, writing, etc. |
|
</p> |
|
|
|
<div id="vignettes"> |
|
<div id="itemSidebar"> |
|
<h3>Filter by Tags</h3> |
|
<p>Select a tag below to see all resources related to it:</p> |
|
<ul id="tagList"> |
|
|
|
</ul> |
|
<p id="sidebarShowing">Showing resources relevant to:</p> |
|
</div> |
|
|
|
<div id="itemGallery"> |
|
</div> |
|
</div> |
|
|
|
</div> |
|
</article> |
|
</main> |
|
|
|
<footer> |
|
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"> |
|
The content of the <a property="dct:title" rel="cc:attributionURL" href="index.html">π€ Machine Learning and Society Website</a> |
|
by the <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="team.html"> HF ML&Society Team</a> |
|
is licensed under |
|
<a href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;"> |
|
CC BY 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""> |
|
<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""> |
|
</a> |
|
</p> |
|
</footer> |
|
|
|
<script src="scripts/main.js"></script> |
|
</body> |
|
</html> |
|
|