Earlier quoted context omitted.
Is a truly open source 2 trillion token model even possible? Even if Meta released this under Apache 2.0, there's the sticky question of the training data licenses.
> Even if Meta released this under Apache 2.0, there's the sticky question of the training data licenses. You need to pay Disney royalties out of every paycheck because you watched Toy Story and Star Wars. These movies updated your own neural weights.
Llama 2
601–610 of 860 posts
Re: Llama 2
#602Earlier quoted context omitted.
I think Google or Microsoft probably would want to use LLaMa for various purposes like benchmarking and improving their own products. Check out this other condition from the license: v. You will not use the Llama Materials or any output or results of the Llama Materials to improve any other large language model (excluding Llama 2 or derivative works thereof). https://github.com/facebookresearch/llama/blob/main/LICENS…
I can see their business logic but isn't it a bit like do not allow people (or bots) talk to each other, they might all get smarter. I understand trade-secrets are not free-speech but if the goal is to build better AI to serve the humanity the different bots should learn from each other. They should also criticize each other to find flaws in their thinking and biases.
Re: Llama 2
#603Earlier quoted context omitted.
Apple has shown time and time again that they have the human capital and money to tackle massive projects discretely. It's already fairly well known that Apple's NLP experts from Siri have been reallocated to some secret project. They are more than capable of training an LLM but given their track record in other segments they probably want to wait for the technology to become more "polished" and give less hallucinate…
I have not seen Apple demonstrate ML depth in their talent nor have I seen signs that they are hiring extensively for NLP depth. They will soon be able to train an LLM because it simply has become commoditized, but they just are not a major player in this space at all.
I don’t think we will “hear” about Apple using LLMs either way because they will no doubt call it something different like they always have.
Re: Llama 2
#604Key detail from release: > If, on the Llama 2 version release date, the monthly active users of the products or services made available by or for Licensee, or Licensee’s affiliates, is greater than 700 million monthly active users in the preceding calendar month, you must request a license from Meta, which Meta may grant to you in its sole discretion, and you are not authorized to exercise any of the rights under thi…
Re: Llama 2
#605Earlier quoted context omitted.
Then your project would no longer be FOSS.
Depends on what you value more. Strict adherence to some definition someone once made up, or sustainable funding of your project. If it bothers you, you can call it FOSS* instead.
You can always make a commercial closed source project.
Re: Llama 2
#606Earlier quoted context omitted.
Hard disagree. Google has made it plainly clear that they don't have anything useable in this space. Bard scores below all other commercial model. Google is getting the asses handed to them, badly. I figured that the code red would whip them into shape but the rot runs deep.
It seems you didn't quite hear the argument. I agree with you that the models Google has released to the public are absolutely worthless. That certainly does not mean they don't have extremely performant models at all however. If you actually have worked in the area of NLP for about 10 years, you would recognize how the work from Deepmind is much more novel and innovative than other groups. OpenAI certainly has great…
Surely Google can find another team of code monkeys to whip out a frontend if there is money to be made.
I don't think Google is going to pull back from making some more money.
I think the most likely option is that they have a bunch of talented academics who get paid on time to work on what interest them - but they're the stereotypical large inefficient company and they can't coordinate the effort of productionizing some cool models before the competition.
Re: Llama 2
#607Here are some benchmarks, excellent to see that an open model is approaching (and in some areas surpassing) GPT-3.5! AI2 Reasoning Challenge (25-shot) - a set of grade-school science questions. - Llama 1 (llama-65b): 57.6 - LLama 2 (llama-2-70b-chat-hf): 64.6 - GPT-3.5: 85.2 - GPT-4: 96.3 HellaSwag (10-shot) - a test of commonsense inference, which is easy for humans (~95%) but challenging for SOTA models. - Llama 1:…
Re: Llama 2
#608Earlier quoted context omitted.
You might be thinking of unofficial LLaMA finetunes such as Alpaca, Vicuna, etc. LLaMA 1 was a base model without any safety features in the model itself.
Base LLaMAv1 would refuse to answer certain questions. It wasn't as aggressive as OpenAI models or the safety aligned finetunes, but some kind of alignment was there.
Re: Llama 2
#609Earlier quoted context omitted.
It seems you didn't quite hear the argument. I agree with you that the models Google has released to the public are absolutely worthless. That certainly does not mean they don't have extremely performant models at all however. If you actually have worked in the area of NLP for about 10 years, you would recognize how the work from Deepmind is much more novel and innovative than other groups. OpenAI certainly has great…
On that front, Google's Gemini sounds interesting. See https://www.tomsguide.com/news/googles-new-gemini-ai-could-b...
Re: Llama 2
#610Earlier quoted context omitted.
I’ve been hearing “Google has secret better models” for 7 months now. Maybe some UFOs in the hangers at Moffett Field too?
Do you realize that LLaMA-1 is just a very slightly smaller, comparably performing replication of Chinchilla [1], which DeepMind had completed a year prior to LLaMA's release? And has RLHF-ed into a suitable chatbot "Sparrow" [2] months earlier than ChatGPT was launched? To assume that Google doesn't have anything competitive with Meta is to say that their papers just so happen to contain recipes for Meta's models bu…