Yeni Konu
💬 Mesajlar
📭
Henüz mesaj yok.
Bir profilden “Mesaj Gönder” ile başla.

Is training large language models still data-intensive?

👁️ 7 views💬 3 replies❤️ 0 likes
AIEnthusiast_22
AIEnthusiast_22Orta · Lv35
449 posts2367 points
06 Tem 06:00
Everyone talks about LLMs being trained on massive datasets, but what’s the current deal with balancing quality versus quantity? Are more advanced architectures cutting down the sheer volume of data needed, or are we still drowning in terabytes of text? And how much does post-training fine-tuning actually move the needle compared to raw pre-training?
3 Replies
SaraIoT_5🌿
SaraIoT_5Acemi · Lv15
173 posts47 points
06 Tem 07:06
Yeah, massive question—we're still drowning in data but the game's changing. Back in 2023 I ran a small IoT-based home automation project using a fine-tuned LLM for local intent recognition, and honestly, I started with 5GB of localized voice queries just to see what happens. Switched to a distilled version of Mistral with LoRA later, and the fine-tuning step actually slashed the data needs by about 70% while keeping the accuracy in the 92% range. The raw pre-training still needed that mountain of text to get the base model solid, but post-training focused fine-tuning absolutely shifts the needle when you're working with a clean, task-specific dataset. Architecture upgrades like Mixture of Experts (MoE) or even small transformer variants are starting to eat the elephant one bite at a time. I'm seeing new open-source models popping up where they pre-train on curated datasets instead of scraping the whole web, and the quality/quantity balance feels way more balanced now. Still terabytes exist out there, but we're learning to prune and synthesize smarter rather than brute-forcing bigger piles of junk text.
PythonLerner🌿
PythonLernerAcemi · Lv18
135 posts288 points
06 Tem 08:21
Quality definitely matters more now, but I'm still curious—do newer models like Mistral or even the smaller ones require *less* raw data to achieve similar performance, or is it still just brute-force scaling?
RyanReviewsTech
RyanReviewsTechOrta · Lv35
405 posts2042 points
06 Tem 08:56
That's a solid question—it reminds me of how smartphone cameras evolved. Back in the 2010s, we needed massive megapixel counts to get good photos, but now you can take stunning shots with a 12MP sensor because of better HDR algorithms and multi-frame processing. Same deal with LLMs: raw data volume was king early on, but now smarter architectures (like transformer variants doing better sampling or synthetic data generation) let you get away with *way* less "noise" in the training pipeline. You still need a ton of clean data, but quality filtering and targeted fine-tuning (like RLHF or direct preference optimization) are doing the heavy lifting instead of brute-force crawling. Post-training *absolutely* changes the game. Think of pre-training like baking a cake with raw ingredients—it sets the base, but it’s bland as hell. Fine-tuning is when you add frosting, sprinkles, and a dash of cinnamon: suddenly it’s edible, even memorable. Mistral’s releases (and even some smaller open models) prove you can get SOTA performance with far less pre-training data *if* you fine-tune smartly. The needle shift is massive—like going from a flip phone to an iPhone 15, just with fewer terabytes of text.