Update index.html
Browse files- index.html +81 -43
index.html
CHANGED
|
@@ -155,50 +155,88 @@
|
|
| 155 |
</p>
|
| 156 |
</header>
|
| 157 |
|
| 158 |
-
|
| 159 |
-
|
| 160 |
-
|
| 161 |
-
|
| 162 |
-
|
| 163 |
-
<i class="fas fa-external-link-alt mr-2 text-xs"></i>
|
| 164 |
-
Clément Delangue: Open-source AI often aligns with fair use, and companies should feel motivated—not deterred—to release models and datasets, as it’s needed now more than ever. – TBPN
|
| 165 |
-
</a>
|
| 166 |
-
</li>
|
| 167 |
-
<li>
|
| 168 |
-
<a href="https://arstechnica.com/tech-policy/2024/03/novelists-sue-nvidia-to-stop-spread-of-ai-models-trained-on-copyrighted-books/" target="_blank" class="text-blue-600 hover:underline flex items-center">
|
| 169 |
-
<i class="fas fa-external-link-alt mr-2 text-xs"></i>
|
| 170 |
-
Yacine Jernite: To facilitate technology development that respects established rights, we need minimum meaningful public transparency standards to support effective AI regulation. – ArsTechnica
|
| 171 |
-
</a>
|
| 172 |
-
</li>
|
| 173 |
-
<li>
|
| 174 |
-
<a href="https://www.washingtonpost.com/technology/2023/07/16/ai-programs-training-lawsuits-fair-use/" target="_blank" class="text-blue-600 hover:underline flex items-center">
|
| 175 |
-
<i class="fas fa-external-link-alt mr-2 text-xs"></i>
|
| 176 |
-
Margaret Mitchell: The current unfiltered scraping approach is “silly” and unscientific; the data collection system must change, even if via lawsuits. – The Washington Post
|
| 177 |
-
</a>
|
| 178 |
-
</li>
|
| 179 |
-
</ul>
|
| 180 |
-
<h3 class="text-lg font-bold text-blue-800 mb-2">Blog Posts</h3>
|
| 181 |
-
<ul class="space-y-2">
|
| 182 |
-
<li>
|
| 183 |
-
<a href="https://huggingface.co/blog/fdaudens/anthropic-ai-training-fair-use-ruling-2025" target="_blank" class="text-blue-600 hover:underline flex items-center">
|
| 184 |
-
<i class="fas fa-external-link-alt mr-2 text-xs"></i>
|
| 185 |
-
The Anthropic Ruling: Why AI Training Just Got Legal (But Piracy Didn't)
|
| 186 |
-
</a>
|
| 187 |
-
</li>
|
| 188 |
-
<li>
|
| 189 |
-
<a href="https://huggingface.co/blog/fdaudens/ai-chatbot-privacy-risks" target="_blank" class="text-blue-600 hover:underline flex items-center">
|
| 190 |
-
<i class="fas fa-external-link-alt mr-2 text-xs"></i>
|
| 191 |
-
What if Your AI Conversations Become Public?
|
| 192 |
-
</a>
|
| 193 |
-
</li>
|
| 194 |
-
<li>
|
| 195 |
-
<a href="https://huggingface.co/blog/yjernite/data-transparency" target="_blank" class="text-blue-600 hover:underline flex items-center">
|
| 196 |
-
<i class="fas fa-external-link-alt mr-2 text-xs"></i>
|
| 197 |
-
Training Data Transparency in AI: Tools, Trends, and Policy Recommendations
|
| 198 |
-
</a>
|
| 199 |
-
</li>
|
| 200 |
-
</ul>
|
| 201 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 202 |
|
| 203 |
<!-- <div class="flex justify-center mb-8">
|
| 204 |
<div class="relative w-full max-w-md">
|
|
|
|
| 155 |
</p>
|
| 156 |
</header>
|
| 157 |
|
| 158 |
+
<div class="bg-blue-50 border border-blue-200 rounded-lg p-6 mb-6 max-w-4xl mx-auto">
|
| 159 |
+
|
| 160 |
+
<div class="flex items-baseline mb-4">
|
| 161 |
+
<h3 class="text-lg font-bold text-blue-800">Hugging Face Expert Commentary in Media</h3>
|
| 162 |
+
<p class="text-sm text-blue-500 ml-2">(Not legal advice)</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 163 |
</div>
|
| 164 |
+
|
| 165 |
+
<ul class="space-y-3 mb-6">
|
| 166 |
+
<li>
|
| 167 |
+
<a
|
| 168 |
+
href="https://www.youtube.com/live/1oirrAXe564?si=mdR7y4UezTQEsrEK&t=6268"
|
| 169 |
+
target="_blank"
|
| 170 |
+
class="text-blue-600 hover:underline flex items-start"
|
| 171 |
+
>
|
| 172 |
+
<i class="fas fa-external-link-alt mr-2 mt-1 text-xs"></i>
|
| 173 |
+
<span>
|
| 174 |
+
<strong>Clément Delangue:</strong> Open-source AI often aligns with fair use, and companies should feel motivated—not deterred—to release models and datasets, as it’s needed now more than ever. <em>– TBPN</em>
|
| 175 |
+
</span>
|
| 176 |
+
</a>
|
| 177 |
+
</li>
|
| 178 |
+
<li>
|
| 179 |
+
<a
|
| 180 |
+
href="https://arstechnica.com/tech-policy/2024/03/novelists-sue-nvidia-to-stop-spread-of-ai-models-trained-on-copyrighted-books/"
|
| 181 |
+
target="_blank"
|
| 182 |
+
class="text-blue-600 hover:underline flex items-start"
|
| 183 |
+
>
|
| 184 |
+
<i class="fas fa-external-link-alt mr-2 mt-1 text-xs"></i>
|
| 185 |
+
<span>
|
| 186 |
+
<strong>Yacine Jernite:</strong> To facilitate technology development that respects established rights, we need minimum meaningful public transparency standards to support effective AI regulation. <em>– Ars Technica</em>
|
| 187 |
+
</span>
|
| 188 |
+
</a>
|
| 189 |
+
</li>
|
| 190 |
+
<li>
|
| 191 |
+
<a
|
| 192 |
+
href="https://www.washingtonpost.com/technology/2023/07/16/ai-programs-training-lawsuits-fair-use/"
|
| 193 |
+
target="_blank"
|
| 194 |
+
class="text-blue-600 hover:underline flex items-start"
|
| 195 |
+
>
|
| 196 |
+
<i class="fas fa-external-link-alt mr-2 mt-1 text-xs"></i>
|
| 197 |
+
<span>
|
| 198 |
+
<strong>Margaret Mitchell:</strong> The current unfiltered scraping approach is “silly” and unscientific; the data collection system must change, even if via lawsuits. <em>– The Washington Post</em>
|
| 199 |
+
</span>
|
| 200 |
+
</a>
|
| 201 |
+
</li>
|
| 202 |
+
</ul>
|
| 203 |
+
|
| 204 |
+
<h3 class="text-lg font-bold text-blue-800 mb-4">Blog Posts</h3>
|
| 205 |
+
|
| 206 |
+
<ul class="space-y-3">
|
| 207 |
+
<li>
|
| 208 |
+
<a
|
| 209 |
+
href="https://huggingface.co/blog/fdaudens/anthropic-ai-training-fair-use-ruling-2025"
|
| 210 |
+
target="_blank"
|
| 211 |
+
class="text-blue-600 hover:underline flex items-start"
|
| 212 |
+
>
|
| 213 |
+
<i class="fas fa-external-link-alt mr-2 mt-1 text-xs"></i>
|
| 214 |
+
<span>The Anthropic Ruling: Why AI Training Just Got Legal (But Piracy Didn't)</span>
|
| 215 |
+
</a>
|
| 216 |
+
</li>
|
| 217 |
+
<li>
|
| 218 |
+
<a
|
| 219 |
+
href="https://huggingface.co/blog/fdaudens/ai-chatbot-privacy-risks"
|
| 220 |
+
target="_blank"
|
| 221 |
+
class="text-blue-600 hover:underline flex items-start"
|
| 222 |
+
>
|
| 223 |
+
<i class="fas fa-external-link-alt mr-2 mt-1 text-xs"></i>
|
| 224 |
+
<span>What if Your AI Conversations Become Public?</span>
|
| 225 |
+
</a>
|
| 226 |
+
</li>
|
| 227 |
+
<li>
|
| 228 |
+
<a
|
| 229 |
+
href="https://huggingface.co/blog/yjernite/data-transparency"
|
| 230 |
+
target="_blank"
|
| 231 |
+
class="text-blue-600 hover:underline flex items-start"
|
| 232 |
+
>
|
| 233 |
+
<i class="fas fa-external-link-alt mr-2 mt-1 text-xs"></i>
|
| 234 |
+
<span>Training Data Transparency in AI: Tools, Trends, and Policy Recommendations</span>
|
| 235 |
+
</a>
|
| 236 |
+
</li>
|
| 237 |
+
</ul>
|
| 238 |
+
|
| 239 |
+
</div>
|
| 240 |
|
| 241 |
<!-- <div class="flex justify-center mb-8">
|
| 242 |
<div class="relative w-full max-w-md">
|