From the course: Applied AI: Getting Started with Hugging Face Transformers

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Introduction to Hugging Face

Introduction to Hugging Face

- Now that we have discussed the basics around transformers and the benefits of using pre-trained models, let's explore Hugging face. Hugging face is an online community and platform that provides community sourced building blocks for advanced deep learning applications. It is a central repository for models, data sets and documentation that helps users reuse artifacts and build their use cases. The website for hugging face is hugging face. Co. What are some of the salient features of Hugging Face? It is an open source community for sharing model artifacts. It is primarily focused around transformer based models for NLP applications but also supports other architectures and use cases. It provides pre-trained and packaged models for popular ML tasks. It also has pre formatted and labeled data sets that can be used for any custom model training work. It has a Python library and an API that provides easy training and…

Contents