Large language models (LLMs) are very popular these days. Most likely you have used tools such as ChatGPT or Claude. They are great, for many different tasks. But what they are not good at is working with your own, private data. Wouldn’t it be great if you could chat with a large language model about… Continue reading Fine-Tuning Large Language Models with LoRA: A Practical Guide
Month: July 2024
The Future is Here: Exploring the Possibilities of Doing Business with AI (Part 19) – Automate new Content
It has been a while since we touched our micro business, https://www.usmalbilder.ch. What started as a simple family project has helped me a lot in better understanding the latest AI technology and was a great motivator to try out ideas. Initially, we have been using simple ChatGPT to help us with coding and generating text… Continue reading The Future is Here: Exploring the Possibilities of Doing Business with AI (Part 19) – Automate new Content
AI assisted coding with Claude 3.5 Sonnet
Since May 2024 Claude from Anthropic is available in Europe. I’m not sure how well known this is, in any case I want to invite you to give Claude a spin, specifically as the latest model is said to be superior in some tasks (such as coding) compared to GPT-4 according to some articles I… Continue reading AI assisted coding with Claude 3.5 Sonnet
Running Selenium on a Docker Development Container
I spent quite some time getting Selenium working on my development container. At the end, the solution was quite simple and I thought it would be a good idea to share it. I have tried to get this running by installing all the required software on my development container directly, but nothing really seemed to… Continue reading Running Selenium on a Docker Development Container