What is Supervised Fine-Tuning (SFT)

What is Supervised Fine-Tuning (SFT)

in this blog post “What is Supervised Fine-Tuning (SFT)” we will unpack what supervised fine-tuning is, when it’s the right tool, how it works under the hood, and how to run a robust SFT project end-to-end—from data to deployment. What is Supervised...
Implementing Tags in Azure – Best Practices

Implementing Tags in Azure – Best Practices

This Azure post “Implementing Tags in Azure – Best Practices” will explain how to use Azure Tags effectively. As organizations grow their cloud footprint in Microsoft Azure, managing resources efficiently becomes essential. Tags in Azure are one of...
Simple Python AI App with Llama to Describe Images

Simple Python AI App with Llama to Describe Images

Want a quick win with multimodal AI? In this post, you’ll build a tiny Python app that uses a Llama vision model to look at an image and tell you what it is. We’ll use Ollama to run the model locally (no paid keys required), then call it from Python. By the end,...