They don't benchmark against the OpenAI models at all for some reason. In my experience so far even GPT-3.5 was so much better than any OSS models I tried. Meta must be missing having a cloud business at this point. AI would have fit perfectly with that. Since they ran Whatsapp for so many years kinda without interfering too much, they could have also tried a somewhat independent cloud unit.
You don't benchmark foundation model against RLHF model, results aren't very useful.
Llama 2
71–80 of 860 posts
Re: Llama 2
#72Seems there is 7b, 13b and 70b models https://huggingface.co/meta-llama
"We are delaying the release of the 34B model due to a lack of time to sufficiently red team."
From the Llama 2 paper
Re: Llama 2
#73Re: Llama 2
#74It is interesting to ponder to what extent this is just a strategic move by Meta to make more money in the end, but whatever the answer to that, it doesn't change how much I appreciate them doing it.
When AWS launched, I was similarly appreciative, as it made a lot of work a lot easier and affordable. The fact AWS made Amazon money didn't lower my appreciation of them for making AWS exist.
Re: Llama 2
#75A lot of marketing, for sure. That's all that seems to crop up these days. After a few decent local models were released in March to April or so (Vicuna mostly) not much progress has really been made in terms of performance of model training. Improvements with Superhot and quantization are good, but base models haven't really done much.
If they released the training data for Galactica. Now that would be more revolutionary.
Re: Llama 2
#76Earlier quoted context omitted.
We still don't have access to Imagen last I checked, it's still in restricted access. We don't have access to SoundStorm or MusicLM https://imagen.research.google/ https://google-research.github.io/seanet/soundstorm/examples... https://google-research.github.io/seanet/musiclm/examples/ Why would it be surprising that they have better models for resarch that they don't want to give out yet?
Because I work in NLP so I have a good sense of the different capabilities of different firms and for the Bard release, it would have made more sense for them to have a more limited release of a better model for PR reasons than what actually happened. The other things you are describing are just standard for research paper releases.
Yes I would agree with you if Google wasn't set on to full on panic mode by their investors about releasing something vs Open AI due to Chat GPT's buzz.
Bard was just a "hey we can do this too" thing, it was released half assed, had next to no marketing or hype.
Vertex AI is their real proper offering, and I want to see how PaLM 2 does in comparison.
Re: Llama 2
#77Earlier quoted context omitted.
Then why not read their paper? "The largest Llama 2-Chat model is competitive with ChatGPT. Llama 2-Chat 70B model has a win rate of 36% and a tie rate of 31.5% relative to ChatGPT."
Do they specify which GPT version they used? Could Llama 2 really beat GPT-4?
Re: Llama 2
#78Earlier quoted context omitted.
That's an oddly high number for blocking competition. OpenAI's ChatGPT hit 100 million MAUs in January, and has gone down since. It's essentially a "Amazon and Google don't use this k thx."
I think more Apple. It's not like Google or Microsoft would want to use LLaMA when they have fully capable models themselves. I wouldn't be surprised if Amazon does as well. Apple is the big laggard in terms of big tech and complex neural network models.
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/LICENSE
Just like Google scrapes the internet to improve their models, it might make sense to ingest outputs from other models to improve their models. This licensing prevents them from doing that. Using Llama to improve other LLMs is specifically forbidden, but Google will also be forbidden from using Llama to improve any other AI products they might be building.
Re: Llama 2
#79Hey HN, we've released tools that make it easy to test LLaMa 2 and add it to your own app! Model playground here: https://llama2.ai Hosted chat API here: https://replicate.com/a16z-infra/llama13b-v2-chat If you want to just play with the model, llama2.ai is a very easy way to do it. So far, we’ve found the performance is similar to GPT-3.5 with far fewer parameters, especially for creative tasks and interactions. Dev…
its not clear but can we also download the model with this Llama v2 Cog thing? EDIT: Meta is being extremely prompt, just got sent the download instructions https://twitter.com/swyx/status/1681351712718876673 also is it now Llama or LLaMA since the website says Llama? lol
Re: Llama 2
#80Would really want to see some benchmarks against ChatGPT / GPT-4. The improvements in the given benchmarks for the larger models (Llama v1 65B and Llama v2 70B) are not huge, but hard to know if still make a difference for many common use cases.