This repository contains Jupyter Notebooks for the Open Source Models with Hugging Face course.
The course is designed to help you learn how to find, use, and fine-tune state-of-the-art open-source models from the Hugging Face Hub.
In this course, you will learn:
- How to explore and use the Hugging Face Hub.
- How to apply pre-trained models for tasks like text classification, summarization, translation, and more.
- How to fine-tune models for your own datasets.
- How to share your models with the community.
notebooks/
β Jupyter notebooks from the course, with exercises and code samples.
git clone https://github.com/sdivyanshu90/OS-Model-With-HF-Course.git
cd open-source-models-hf
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
jupyter notebook
This repository is based on the excellent course Open Source Models with Hugging Face, created by:
- DeepLearning.AI π‘
- Hugging Face π€
A big thank you to both organizations for making this knowledge accessible to the community!
This repository is for educational purposes. Please refer to the course terms of use from DeepLearning.AI and Hugging Face for further details.
If you find improvements or want to share your solutions, feel free to fork the repo and open a pull request. Contributions are always welcome!
Happy Learning! π