Tag: Huggingface

How to use Huggingface to use LLama-2

Meta’s newly open-sourced LLama 2 Chat model has been making waves on the OpenLLMs Leaderboard. This powerful language model is now available for anyone, even commercially. Intrigued, I decided to try implementing LLama 2 myself. While the process was straightforward, it did require a few step...

FastAPI, Docker, and Huggingface for Seamless Machine Learning Deployment

Machine learning models are powerful tools in today’s data-driven world. Deploying them for real-world use, especially for beginners, can be challenging. FastAPI, a modern, high-performance Python web framework, is an excellent choice for deploying machine learning models. In the healthcare...