Loading…
Course Launch Community Event
Sylvain Gugger
Summary
Hugging Face scheduled the release of Part 2 of its machine learning course for November 15th alongside a collaborative community event. While Part 1 covered text classification and Model Hub uploads, Part 2 expands into token classification, causal and masked language modeling, translation, summarization, question answering, and ecosystem tools like Datasets and Tokenizers. The event includes two days of technical talks from industry practitioners covering transfer learning, ethics in machine learning development, and workflows across Keras, PyTorch, and TensorFlow. Participants collaborate on team projects to fine-tune natural language processing models and develop interactive portfolio demos, with AWS supplying complimentary compute through Amazon SageMaker. Attendees who successfully complete and demonstrate a project receive a certificate of completion.
Context
Hugging Face is releasing Part 2 of its course to cover common NLP tasks beyond text classification—such as token classification, language modeling, translation, summarization, and question answering—alongside deep dives into 🤗 Datasets and 🤗 Tokenizers.
Approach / What changed
To accompany the course launch, Hugging Face organized a two-day community event featuring industry talks on transformer architectures, ethics, and training tools, alongside hands-on team projects where participants fine-tune NLP models and build live demos using sponsored Amazon SageMaker compute.
Takeaways
- Part 2 of the Hugging Face Course expands beyond text classification to cover token classification, causal and masked language modeling, translation, summarization, and question answering.
- The community event pairs educational sessions on frameworks like PyTorch, Keras, and Accelerate with practical team projects focused on fine-tuning NLP models.
- AWS sponsors the community event by providing participants with free compute resources via Amazon SageMaker for model fine-tuning and demo development.
Related reading
huggingface.co ·
Introducing Hugging Face for Education 🤗
Hugging Face established an initiative to teach machine learning to 5 million people by the end of 2023. As machine learning expands across software development and impacts non-technical users, adapting workforce skills and assisting educators with ethical considerations become critical challenges. The educational framework provides browser-based model testing widgets, documentation on model biases, and free courses covering Natural Language Processing, Deep Reinforcement Learning, and interactive demo creation. Instructors receive free infrastructure to create Hub classrooms, alongside a multilingual toolkit spanning topics like Transformers and Gradio. Through ongoing global tours and free compute events, the organization supports collaborative machine learning education across diverse experience levels.
Violettehuggingface.co ·
The Age of Machine Learning As Code Has Arrived
Recent findings from the 2021 State of AI Report and Kaggle State of Machine Learning and Data Science Survey indicate that machine learning is expanding into critical infrastructure while Transformers become general-purpose architectures across text, vision, and audio. In response, organizations face questions about scaling infrastructure, team composition, and engineering maturity. Rather than treating machine learning as isolated sandbox experiments or hiring solely data scientists, teams benefit from adopting established software engineering and DevOps principles like versioning, testing, automation, and continuous deployment. Furthermore, the rise of pre-trained Transformer architectures enables practitioners to fine-tune existing off-the-shelf models rather than training from scratch, reducing compute costs and training duration. Tools from platforms such as Hugging Face streamline model deployment, latency optimization, and infrastructure abstraction.