Spaces:
Running
Running
<html lang="en-US" data-theme="light"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width" /> | |
<link rel="icon" href="images/hf-logo.png" /> | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.cyan.min.css" /> | |
<link rel="stylesheet" href="styles/style.css" /> | |
<title>Machine Learning and Society @ 🤗 </title> | |
</head> | |
<body> | |
<header> | |
<nav> | |
<div class="navbar-left"> | |
<img src="images/hf-logo.png" alt="Hugging Face logo" id="navbar-logo"> | |
<h1 id="navbar-title">Machine Learning <br> & Society</h1> | |
</div> | |
<div class="navbar-right"> | |
<ul> | |
<li class="navpage"> | |
<a href="index.html">Overview</a> | |
</li> | |
<li class="dropdown"> | |
<a href="projects.html" class="navdrop">ML&Soc <br> Projects</a> | |
<ul class="dropdown-content"> | |
<li><a href="projects.html#policy">Policy Writings</a></li> | |
<li><a href="projects.html#environment">AI Energy Scores</a></li> | |
<li><a href="projects.html#evaluation">Social Impact Evaluations</a></li> | |
<li><a href="projects.html#data">Data Rights and Governance</a></li> | |
<li><a href="projects.html#legal">Regulatory Context of AI</a></li> | |
</ul> | |
</li> | |
<li class="dropdown"> | |
<a href="topics.html" class="navdrop">ML&Soc <br> Topics</a> | |
<ul class="dropdown-content"> | |
<li><a href="topics.html#understanding">Understanding AI Systems</a></li> | |
<li><a href="topics.html#developing">Open Development and Market Dynamics</a></li> | |
<li><a href="topics.html#deciding">Democratic Decision-Making on AI</a></li> | |
<li><a href="topics.html#shaping">Governance Mechanisms for AI Applications</a></li> | |
<li><a href="topics.html#environment">Environmental Costs and Impact of AI</a></li> | |
<li><a href="topics.html#systems">Impact of AI on Social Systems</a></li> | |
<li><a href="topics.html#individuals">Impact of AI on Individuals</a></li> | |
<li><a href="topics.html#discussing">International Dynamics and Geopolitics</a></li> | |
</ul> | |
</li> | |
<li class="dropdown"> | |
<a href="team.html" class="navdrop">ML&Soc <br> Team</a> | |
<ul class="dropdown-content"> | |
<li> | |
<a href="team.html#People">People</a> | |
</li> | |
<li> | |
<a href="team.html#Publications">Published Works</a> | |
</li> | |
<li> | |
<a href="team.html#Press">Press</a> | |
</li> | |
</ul> | |
</li> | |
<li class="navpage"> | |
<a href="blog.html">Blog & FAQ</a> | |
</li> | |
</ul> | |
</div> | |
</nav> | |
</header> | |
<main> | |
<div class="container"> | |
<article> | |
<section> | |
<article> | |
<h3>Overview of ML & Society Projects</h3> | |
<p> | |
We have several ongoing projects, some team-internal and some in collaboration | |
with other organizations. | |
</p> | |
<div class="page-navbar"> | |
<ul class="navbar-documents"> | |
<li id="navbar-top-policy" class="navbar-item"><a href="projects.html#policy">Policy Writings, Primers, and Responses</a></li> | |
<li id="navbar-top-energy" class="navbar-item"><a href="projects.html#environment">AI Energy Scores for AI Systems</a></li> | |
<li id="navbar-top-evaluation" class="navbar-item"><a href="projects.html#evaluation">Social Impact Evaluations for GenAI</a></li> | |
<li id="navbar-top-data" class="navbar-item"><a href="projects.html#data">The Social Lives and Impacts of ML Data</a></li> | |
<li id="navbar-top-legal" class="navbar-item"><a href="projects.html#legal">Investigating the Regulatory Context of AI</a></li> | |
</ul> | |
</div> | |
</article> | |
</section> | |
<section class="document-main"> | |
<article class="document-sidebar"> | |
<ul> | |
<!-- Add menu items dynamically --> | |
</ul> | |
</article> | |
<article class="document-text"> | |
<!-- Add content dynamically --> | |
</article> | |
</section> | |
<section> | |
<article class="document-credit"> | |
<!-- Add content dynamically --> | |
</article> | |
</section> | |
</article> | |
<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> | |
</div> | |
</main> | |
<script src="https://cdn.jsdelivr.net/npm/js-yaml@4.1.0/dist/js-yaml.min.js "></script> | |
<script src="scripts/utils.js"></script> | |
<script src="scripts/projects-page.js"></script> | |
</body> | |
</html> | |