Yacine Jernite
commited on
Commit
Β·
247003b
1
Parent(s):
fb85a41
typos
Browse files- js/pages/HomePage.js +4 -2
js/pages/HomePage.js
CHANGED
|
@@ -45,14 +45,16 @@ export function renderHomePage() {
|
|
| 45 |
|
| 46 |
<div class="space-y-2 text-gray-900 leading-relaxed mb-8">
|
| 47 |
<p>
|
| 48 |
-
Artificial Intelligence has evolved rapidly over the past five years: from a largely hidden infrastructure to a visible, consumer-facing force driven by generative systems that now shape everyday interactions.
|
|
|
|
|
|
|
| 49 |
</p>
|
| 50 |
|
| 51 |
<p>
|
| 52 |
In the broader context of ${createInlineLink('Hugging Face', 'https://huggingface.co', 'bg-yellow-100 text-yellow-800')} efforts to support the open sharing and development of AI systems,
|
| 53 |
the ${createInlineLink('Machine Learning and Society Team', 'https://huggingface.co/hfmlsoc', 'bg-blue-100 text-blue-800')} works on projects targeting topics at the boundary between technology and society.
|
| 54 |
These include measuring and improving the ${createInlineLink('Sustainability', '/sustainability', areasData.sustainability.color, areasData.sustainability.description.short)} of the technology,
|
| 55 |
-
characterizing and supporting the ${createInlineLink('Agency', '/agency', areasData.agency.color, areasData.agency.description.short)} of
|
| 56 |
and understanding the economic and regulatory ${createInlineLink('Ecosystems of AI', '/ecosystems', areasData.ecosystems.color, areasData.ecosystems.description.short)} that shape who benefits from the technology.
|
| 57 |
Our approach is rooted in open production of research and tools, and we actively invite partners from all areas of expertise to reach out and collaborate.
|
| 58 |
</p>
|
|
|
|
| 45 |
|
| 46 |
<div class="space-y-2 text-gray-900 leading-relaxed mb-8">
|
| 47 |
<p>
|
| 48 |
+
Artificial Intelligence has evolved rapidly over the past five years: from a largely hidden infrastructure to a visible, consumer-facing force driven by generative systems that now shape everyday interactions.
|
| 49 |
+
This change has expanded how AI interacts with society, making shared understanding and collaborative engagement β outside of the control of a limited set of developers who manage data flows β more critical.
|
| 50 |
+
Openly accessible models, documented datasets, and reproducible workflows support broader investigation, informed dialogue, and iterative improvement across diverse stakeholders with different interests.
|
| 51 |
</p>
|
| 52 |
|
| 53 |
<p>
|
| 54 |
In the broader context of ${createInlineLink('Hugging Face', 'https://huggingface.co', 'bg-yellow-100 text-yellow-800')} efforts to support the open sharing and development of AI systems,
|
| 55 |
the ${createInlineLink('Machine Learning and Society Team', 'https://huggingface.co/hfmlsoc', 'bg-blue-100 text-blue-800')} works on projects targeting topics at the boundary between technology and society.
|
| 56 |
These include measuring and improving the ${createInlineLink('Sustainability', '/sustainability', areasData.sustainability.color, areasData.sustainability.description.short)} of the technology,
|
| 57 |
+
characterizing and supporting the ${createInlineLink('Agency', '/agency', areasData.agency.color, areasData.agency.description.short)} of individuals and communities in their interactions with AI,
|
| 58 |
and understanding the economic and regulatory ${createInlineLink('Ecosystems of AI', '/ecosystems', areasData.ecosystems.color, areasData.ecosystems.description.short)} that shape who benefits from the technology.
|
| 59 |
Our approach is rooted in open production of research and tools, and we actively invite partners from all areas of expertise to reach out and collaborate.
|
| 60 |
</p>
|