File size: 3,194 Bytes
c8597ef f272704 9b8d1cf f272704 9b8d1cf c8597ef 9b8d1cf f272704 9b8d1cf f272704 9b8d1cf f272704 9b8d1cf f272704 c8597ef |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Communications pack for language leads</h1>
<p> Here you will find a communications pack that you can use to share about your participation in this annotation sprint in social media.</p>
<p> Don't forget to translate and adapt the following texts and images to appeal to communities of speakers in the language(s) you’re leading!
</p>
</br>
<div class="card">
<h2>Announce you've been selected to be a lead!</h2>
<p>I’m thrilled to share that I’ll be leading [LANGUAGE(S)] in Hugging Face’s collaborative annotation sprint! 🤗 </p>
<p>I’ll be helping to build an open dataset to improve language models for our language. Do you want to join me? I’ll share more details about this soon!</p>
<a href="https://huggingface.co/docs/hub/spaces" target="_blank"><img alt="Image for posts to rectruit collaborators" width="500" src="images/lead_announcement.png"></a>
<a href="https://huggingface.co/docs/hub/spaces" target="_blank"><button class="button-4" role="button">Edit this template</button></a>
</div>
</br>
<div class="card">
<h2>Recuiting collaborators for your language (option 1)</h2>
<p>I’m thrilled to share that I’ll be leading [LANGUAGE(S)] in Hugging Face’s collaborative annotation sprint! 🤗 </p>
<p>I’ll be helping to build an open dataset to improve language models for our language. Do you want to join me? I’ll share more details about this soon!</p>
<a href="https://huggingface.co/docs/hub/spaces" target="_blank"><img alt="Image for posts to rectruit collaborators" width="500" src="images/lead_hunting.png"></a>
<a href="https://huggingface.co/docs/hub/spaces" target="_blank"><button class="button-4" role="button">Edit this template</button></a>
</div>
</br>
<div class="card">
<h2>Recuiting collaborators for your language (option 2)</h2>
<p>Do you want to improve the quality of language models in [LANGUAGE(S)]?</p>
<p>Join me in this collaborative annotation sprint! No experience needed - simply go to [this link] to start annotating!</p>
<a href="https://huggingface.co/docs/hub/spaces" target="_blank"><img alt="Image for posts to rectruit collaborators" width="500" src="images/lead_hunting.png"></a>
<a href="https://huggingface.co/docs/hub/spaces" target="_blank"><button class="button-4" role="button">Edit this template</button></a>
</div>
</br>
<div class="card">
<h2>Recuiting language leads</h2>
<p>Do you want to improve the quality of language models in [LANGUAGE(S)]?</p>
<p>Join me in this collaborative annotation sprint! No experience needed - simply go to [this link] to start annotating!</p>
<a href="https://huggingface.co/docs/hub/spaces" target="_blank"><img alt="Image for posts to rectruit collaborators" width="500" src="images/lead_hunting.png"></a>
<a href="https://huggingface.co/docs/hub/spaces" target="_blank"><button class="button-4" role="button">Edit this template</button></a>
</div>
</body>
</html>
|