this post was submitted on 28 Jan 2025
884 points (94.5% liked)

memes

11528 readers
2756 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to [email protected]

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo advertisements or spam. This is an instance rule and the only way to live.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 

Office space meme:

"If y'all could stop calling an LLM "open source" just because they published the weights... that would be great."

top 50 comments
sorted by: hot top controversial new old
[–] [email protected] -1 points 5 days ago (1 children)

Something can be open source without releasing all the assets. Look at Doom and 'freedoom' or quake3 and open arena, Pfsense vs OPNsense: These are all open source projects.

Open source isn't just what Richard stallmans says it is.

[–] [email protected] 2 points 5 days ago* (last edited 5 days ago)

Here's an actual AI evangelist/researcher making a point how open source can't apply to neural networks (or LLMs)

Edit: Also, I'm not talking about the assets. I'm tal*ing about the ability to recreate. If you have the Doom assets, you can build it yourself.

[–] [email protected] 119 points 1 week ago (1 children)

Even worse is calling a proprietary, absolutely closed source, closed data and closed weight company "OpeanAI"

[–] [email protected] 47 points 1 week ago (2 children)

Especially after it was founded as a nonprofit with the mission to push open source AI as far and wide as possible to ensure a multipolar AI ecosystem, in turn ensuring AI keeping other AI in check so that AI would be respectful and prosocial.

[–] [email protected] 28 points 1 week ago

Sorry, that was a PR move from the get-go. Sam Altman doesn't have an altruistic cell in his whole body.

[–] SoftestSapphic 16 points 1 week ago (1 children)

It's even crazier that Sam Altman and other ML devs said that they reached the peak of what current Machine Learning models were capable of years ago

https://www.reuters.com/technology/artificial-intelligence/openai-rivals-seek-new-path-smarter-ai-current-methods-hit-limitations-2024-11-11/

But that doesn't mean shit to the marketing departments

[–] Hobbes_Dent 11 points 1 week ago (2 children)

“Look at this shiny.”

Investment goes up.

“Same shiny, but look at it and we need to warn you that we’re developing a shinier one that could harm everyone. But think of how shiny.”

Investment goes up.

“Look at this shiny.”

Investment goes up.

“Same shiny, but look at it and we need to warn you that we’re developing a shinier one that could harm everyone. But think of how shiny.”

load more comments (2 replies)
[–] WraithGear 61 points 1 week ago* (last edited 1 week ago) (24 children)

Seems kinda reductive about what makes it different from most other LLM’s. Reading the comments i see the issue is that the training data is why some consider it not open source, but isn’t that just trained from the other AI? It’s not why this AI is special. And the way it uses that data, afaik, is open and editable, and the license to use it is open. Whats the issue here?

[–] [email protected] 38 points 1 week ago (18 children)

Seems kinda reductive about what makes it different from most other LLM’s

The other LLMs aren't open source, either.

isn’t that just trained from the other AI?

Most certainly not. If it were, it wouldn't output coherent text, since LLM output degenerates if you human-centipede its' outputs.

And the way it uses that data, afaik, is open and editable, and the license to use it is open.

From that standpoint, every binary blob should be considered "open source", since the machine instructions are readable in RAM.

load more comments (18 replies)
load more comments (23 replies)
[–] [email protected] 31 points 1 week ago* (last edited 1 week ago) (2 children)

The training data would be incredible big. And it would contain copyright protected material (which is completely okay in my opinion, but might invoce criticism). Hell, it might even be illegal to publish the training data with the copyright protected material.

They published the weights AND their training methods which is about as open as it gets.

[–] [email protected] 20 points 1 week ago (1 children)

They could disclose how they sourced the training data, what the training data is and how you could source it. Also, did they publish their hyperparameters?

They could jpst not call it Open Source, if you can't open source it.

[–] [email protected] 12 points 1 week ago (1 children)

For neural nets the method matters more. Data would be useful, but at the amount these things get trained on the specific data matters little.

They can be trained on anything, and a diverse enough data set would end up making it function more or less the same as a different but equally diverse set. Assuming publicly available data is in the set, there would also be overlap.

The training data is also by necessity going to be orders of magnitude larger than the model itself. Sharing becomes impractical at a certain point before you even factor in other issues.

load more comments (1 replies)
load more comments (1 replies)
[–] [email protected] 30 points 1 week ago (4 children)

i mean, if it's not directly factually inaccurate, than, it is open source. It's just that the specific block of data they used and operate on isn't published or released, which is pretty common even among open source projects.

AI just happens to be in a fairly unique spot where that thing is actually like, pretty important. Though nothing stops other groups from creating an openly accessible one through something like distributed computing. Which seems to be a fancy new kid on the block moment for AI right now.

[–] [email protected] 15 points 1 week ago* (last edited 1 week ago)

The running engine and the training engine are open source. The service that uses the model trained with the open source engine and runs it with the open source runner is not, because a biiiig big part of what makes AI work is the trained model, and a big part of the source of a trained model is training data.

When they say open source, 99.99% of the people will understand that everything is verifiable, and it just is not. This is misleading.

As others have stated, a big part of open source development is providing everything so that other users can get the exact same results. This has always been the case in open source ML development, people do provide links to their training data for reproducibility. This has been the case with most of the papers on natural language processing (overarching branch of llm) I have read in the past. Both code and training data are provided.

Example in the computer vision world, darknet and tool: https://github.com/AlexeyAB/darknet

This is the repo with the code to train and run the darknet models, and then they provide pretrained models, called yolo. They also provide links to the original dataset where the tool models were trained. THIS is open source.

[–] FooBarrington 11 points 1 week ago* (last edited 1 week ago)

But it is factually inaccurate. We don't call binaries open-source, we don't even call visible-source open-source. An AI model is an artifact just like a binary is.

An "open-source" project that doesn't publish everything needed to rebuild isn't open-source.

load more comments (2 replies)
[–] [email protected] 21 points 1 week ago* (last edited 1 week ago) (1 children)

Source - it’s about open source, not access to the database

[–] [email protected] 16 points 1 week ago (4 children)

So, where's the source, then?

load more comments (4 replies)
[–] [email protected] 18 points 1 week ago (1 children)
load more comments (1 replies)
[–] Ugurcan 18 points 1 week ago (4 children)

There are lots of problems with the new lingo. We need to come up with new words.

How about “Open Weightings”?

[–] [email protected] 1 points 5 days ago

We should call it Open Matrix.

It sounds cool, and the weights are a matrix.

load more comments (3 replies)
[–] [email protected] 14 points 1 week ago (8 children)

Arguably they are a new type of software, which is why the old categories do not align perfectly. Instead of arguing over how to best gatekeep the old name, we need a new classification system.

load more comments (8 replies)
[–] SoftestSapphic 14 points 1 week ago (1 children)

I like how when America does it we call it AI, and when China does it it's just an LLM!

load more comments (1 replies)
[–] surph_ninja 12 points 1 week ago (1 children)

Judging by OP’s salt in the comments, I’m guessing they might be an Nvidia investor. My condolences.

load more comments (1 replies)
load more comments
view more: next ›