const lead_announcement = `
I’m thrilled to share that I’ll be leading [language] in the FineWeb 2 collaborative annotation sprint! 🤗
I’ll be helping to build an open dataset to improve language models for our language. Do you want to join me?
` const recruit_collaborators = `Do you want to improve the quality of language models in [language]?
Join me in this collaborative annotation sprint! No experience needed - simply follow the link to start annotating!
` const call_contributors_generic = `Do you want to improve the quality of language models in your language?
Join me in this collaborative annotation sprint! No experience needed - simply follow the link to start annotating!
` const recruit_leads = `I’m thrilled to share that I’ll be leading [language] in the FineWeb 2 collaborative annotation sprint! 🤗
Would you like to lead the efforts in your own language? Check if it’s still listed!
` const recruit_collaborators_es = `¿Quieres mejorar la calidad de los modelos de lenguaje en español?
¡Únete a nosotros en esta campaña colaborativa de anotación! No se necesita experiencia - simplemente sigue el enlace para empezar a anotar
` const recruit_collaborators_fr = `Vous aimeriez améliorer la qualité des modèles de langage en Français?
Rejoignez-moi dans ce sprint d'annotation collaborative ! Aucune expérience n'est nécessaire - il suffit de suivre le lien pour commencer à annoter!
` function createCard(title, text, url, image_src, image_url, language) { let url_text = text.replaceAll('', '').replaceAll('
', '%0A%0A') var text_block = (url) ? `${text}${url}
` : `${text}` var image_button = (image_url) ? `` : `` let template = `