this post was submitted on 03 Sep 2024
1558 points (97.9% liked)

Technology

58125 readers
3875 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] General_Effort@lemmy.world 4 points 1 week ago (1 children)

This has all been tested and is being continuously retested. Start here, for example: https://en.wikipedia.org/wiki/Neural_scaling_law

I know, on lemmy you will get the impression that engineers and scientists are all just bumbling fools who are intellectually outclassed by any high schooler with internet access. But how likely is that, really?

[–] mm_maybe@sh.itjust.works 1 points 1 week ago (1 children)

Scaling laws are disputed, but if an effort has in fact already been undertaken to train a general purpose LLM using only permissively-licensed data, great! Can you send me the checkpoint on Huggingface, a github page hosting relevant code, or even a paper or blog post about it? I've been looking and hadn't found anything like that yet.

[–] General_Effort@lemmy.world 2 points 1 week ago (1 children)

Scaling laws are disputed

Not in general.

There is not enough permissively licensed text to train models of any size, and what there is, lacks in diversity. Wikipedia, government documents, stack overflow, century old stuff, ... An LLM trained on that is not likely to be called "general purpose", because scaling laws. Sometimes such small models are trained for research purposes but I don't have a link ready. They are not something you'd actually use. Perhaps you could look at Microsoft's Phi series of models. They are trained on synthetic data, though that's probably not what you are looking for.

[–] mm_maybe@sh.itjust.works 1 points 1 week ago

yes, I've extensively written about Phi and other related issues in a blog post which I'll share here: https://medium.com/@matthewmaybe/data-dignity-is-difficult-64ba41ee9150