Earlier quoted context omitted.
> Not sure why a publicly accessible GPU cluster would be a better solution than the current system of research grants. You mean a better solution than different teams paying AWS over and over, potentially spending 10x on rent rather than using all that cash as a down payment on actually owning hardware? I can't really speak for the total costs of depreciation/hardware maintenance but renting forever isn't usually a…
Do you have some information to share to support your bias against leasing especially with a depreciating asset?
Open source AI is the path forward
891–900 of 936 posts
Re: Open source AI is the path forward
#892Earlier quoted context omitted.
You're right, I and those who agree with me were the first to ask people to "shut up", in this case, to ask Meta to stop misusing the term open source. And I was the first to say "shut up", and I know that can be inflammatory and disrespectful, so I shouldn't have used it. I'm sorry. We're here in a discussion forum, I want you to express your opinion even it is to complain about my complaints. For what it's worth, y…
All good, and I also apologize if my objection came across as disrespectful. This whole 'Open Source' thing is a bigger pet peeve than it should be, because I've received criticism for using the term on a page where I literally just posted a .zip file full of source code. The smart thing to do would have been to ignore and forget the criticism, which I will now work harder at doing. In the case of a pork producer who…
I don't see the difference. Open source software is a term of art with a specific meaning accepted by its community. When people misuse the term, invariably in such a way as to broaden it to include whatever it is they're pushing, it's right that the community responds harshly.
Re: Open source AI is the path forward
#893Earlier quoted context omitted.
All good, and I also apologize if my objection came across as disrespectful. This whole 'Open Source' thing is a bigger pet peeve than it should be, because I've received criticism for using the term on a page where I literally just posted a .zip file full of source code. The smart thing to do would have been to ignore and forget the criticism, which I will now work harder at doing. In the case of a pork producer who…
> In the case of a pork producer who labels their products as 'vegan', that's different because there is some authority behind the usage of 'vegan'. I don't see the difference. Open source software is a term of art with a specific meaning accepted by its community. When people misuse the term, invariably in such a way as to broaden it to include whatever it is they're pushing, it's right that the community responds h…
This kind of argument is literally why trademark law exists. OSI did not elect to go down that path. Maybe they should have, but I respect their decision not to, and perhaps you should, too.
Re: Open source AI is the path forward
#894Earlier quoted context omitted.
I think saying it's the new binary is closer to the truth. You can't reproduce it, but you can use it. In this new version, you can even nudge it a bit to do something a little different. New stuff, so probably not good to force old words, with known meanings, onto new stuff.
The model is more akin to a python script than a compiled C binary. This is how I see it: Training Code and dataset are analogous to the developer who wrote the script Model and weights are end product that is then released Inference Code is the runtime that could execute the code. That would be e.g. PyTorch, which can import the weights and run inference.
No, I completely disagree. Python is near pseudo-text source. Source exists for the specific purpose of being easily and completely understood, by humans, because it's for and from humans. You can turn a python calculator into a web server, because it can be split and separated at any point, because it can be completely understood at any point, and it's deterministic at every point.
A model cannot be understood by a human. It isn't meant to be. It's meant to be used, very close to as is. You can't fundamentally change the model, or dissect it, you can only nudge it in a direction, with the force of that nudge being proportional to the money you can burn, along with hope that it turns out how you want.
That's why I say it's closer to a binary: more of a black box you can use. You can't easily make a binary do something fundamentally different without changing the source. You can't easily see into that black box, or even know what it will do without trying. You can only nudge it to act a little differently, or use it as part of a workflow. (decompilation tools aside ;))
Re: Open source AI is the path forward
#895Earlier quoted context omitted.
If you can’t share the dataset, under what twisted reality are you fine to share the derivative models based on those unsharable datasets? In a better world, there would be no “I ran some algos on it and now it’s mine” defense.
Yeah was gonna say exactly the same thing. Weird how the legislation allows releasing LLMs trained on data that is not allowed to be shared otherwise.
Re: Open source AI is the path forward
#896Earlier quoted context omitted.
Can you change the tokenizer? No, because all you have is the weights trained with the current tokenizer. Therefore, by any normal definition, you don’t have the source. You have a giant black box of numbers with no ability to reproduce it.
> Can you change the tokenizer? Yes. You can change it however you like, then look at the paper [1] under section 3.2. to know which hyperparameters were used during training and finetune the model to work with your new tokenizer using e.g. FineWeb [2] dataset. You'll need to do only a fraction of the training you would have needed to do if you were to start a training from scratch for your tokenizer of choice. The w…
Re: Open source AI is the path forward
#897Earlier quoted context omitted.
I get your frustration of a scorched internet. But I don't think it's all that gloomy. Whether we like it or not, LLMs and some kind of a "down-to-earth AI" is here to stay, once the dust settles. Right now, it feels like everything is burning because we're in the thick of an evolving situation; and the Silicon Valley tech-bros are in a hurry to ride the wave and make a quick buck with their ChatGPT wrapper. (I can't…
What a nice quote. What were "millions of people" simultaneously obsessed with around 1841?
Re: Open source AI is the path forward
#898Earlier quoted context omitted.
The big problem with this is that content is harder and harder to find. Try to find a non-AI generated reply to a viral post on Twitter, you're looking at having to scroll down 5-6 1080p screens to finally get to some actual stuff people wrote. The content you're enjoying today still exists, but it's a needle in a haystack of AI spam
The signal:noise ratio is decreasing because it’s easier to generate noise. I think paying for content (or content curation) is probably the way to curate high-signal information feeds.
¿Porqué no los dos?
Re: Open source AI is the path forward
#899Meanwhile Facebook is flooded with AI-generated slop with hundreds of thousands of other bots interacting with it to boost it to whoever is insane enough to still use that putrid hellhole of a mass-data-harvesting platform. Dead internet theory is very much happening in real time, and I dread what's about to come since the world has collectively decided to lose their minds with this AI crap. And people on this site a…
Are we going to end up with rererecapture where to post you need something on your phone/laptop measuring typing speed and scanning your face with an IR cam? Or a checkmark showing typed out by hand? Wouldn't get rid of ai content but may slow down bots posting it.
Re: Open source AI is the path forward
#900Earlier quoted context omitted.
You think Russia and China wouldn't be able to steal any closed model for a couple million dollars?
stealing a model and building the entire AI community is a very very big difference : Fine tune, update, Run model without very deep domain knowledge, that's what we receive as an outcome. If you are a software engineer and you steal a model in some close format of Open AI , you will not get lots of benefits even if you understand the format of that model, it's a complex beast by all means. This is a playbook how any…