Commit
•
c7348be
1
Parent(s):
4bdb400
Fix text
Browse files
script.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
|
2 |
const lead_announcement = `<p>I’m thrilled to share that I’ll be leading <var>Asturian</var> 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>`
|
3 |
-
const recruit_collaborators = `Do you want to improve the quality of language models in <var>Asturian</var
|
4 |
const recruit_leads = `<p>I’m thrilled to share that I’ll be leading <var>Asturian</var> in Hugging Face’s collaborative annotation sprint! 🤗</p><p>Would you like to lead the efforts in your own language? Check if it’s still listed!</p>`
|
5 |
|
6 |
function createCard(title, text, url) {
|
|
|
1 |
|
2 |
const lead_announcement = `<p>I’m thrilled to share that I’ll be leading <var>Asturian</var> 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>`
|
3 |
+
const recruit_collaborators = `Do you want to improve the quality of language models in <var>Asturian</var>?<</p><p>Join me in this collaborative annotation sprint! No experience needed - simply follow the link to start annotating!`
|
4 |
const recruit_leads = `<p>I’m thrilled to share that I’ll be leading <var>Asturian</var> in Hugging Face’s collaborative annotation sprint! 🤗</p><p>Would you like to lead the efforts in your own language? Check if it’s still listed!</p>`
|
5 |
|
6 |
function createCard(title, text, url) {
|