Tag Archives: ChatGPT

Top 10 Excel VBA Patterns Explained

1) Boilerplate: Speed & Safe Cleanup What it does: Temporarily turns off slow UI features (screen updates, auto calculation, event firing) to speed up your macro, then restores them even if an error happens. Why it’s useful: Big performance gains … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, CTO, Data Platform, Microsoft Office, Office 365, programming | Tagged , , , , , | Leave a comment

Getting Started with the Google Gemini API: A Python Developer’s Guide

Have you been curious about integrating powerful large language models (LLMs) into your Python applications? Google’s Gemini API offers a straightforward way to access state-of-the-art AI capabilities. In this blog post, we’ll walk through a practical Python script that demonstrates … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, data science, programming | Tagged , , , , , | 1 Comment

Building a Small Language Model in Python Using GPT-2 and Custom Text

This short blog article that walks through building and testing a Small Language Model in Python using GPT-2 and your own text data (like a Dutch novel). The example includes the fix for the padding issue as well. Building a … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform, data science, programming | Tagged , , , , , | 1 Comment