Can a Tiny LLM Beat A Supervised Model?

Can a Tiny LLM Beat A Supervised Model?

We compare a compact fine-tuned LLM against a lightweight supervised model for parsing recipes from noisy web pages. The article outlines experiments with commercial LLMs, local open-source models, and cost-performance considerations.

Experiments in Supervised Learning Part 4

Experiments in Supervised Learning Part 4

This article discusses speeding up ML training loops by caching serialized features to reduce repeated data processing time. It covers loading cached features, memory profiling, and evaluating a Logistic Regression model with performance…