I author blogposts on 🤗 in my free time, feel free to check the following blogs :
-
Image-based search engine : a blog post about building an image based search engine 🖼️
-
RAG chatbot using llama3 : retrieval pipeline built purely with huggingface related tools and an LLM on top of it
-
Train custom AI models with the trainer API and adapt them to 🤗 : to train AI models with the trainer API which is compatible with DDP, we also used
PyTorchModelHubMixin
to integrate our model with HF -
Custom architectures with HuggingFace 🤗 : to integrate custom AI models with the transformers library.