Earlier quoted context omitted.
GPT-2 training cost 10s of thousands GPT-3 training cost millions GPT-4 training cost over a hundred million [1] GPT-4 inferencing is slower than GPT-3 or GPT-3.5 OpenAI has billions of dollars in funding OpenAI has the backing of Microsoft and their entire Azure infra at cost There is no way GPT-4 is the same size as GPT-3. Is it 1T parameters? I don't know. No one knows. But I think it is clear GPT-4 is significant…
> There is no way GPT-4 is the same size as GPT-3. Is it 1T parameters? I don't know. No one knows. But I think it is clear GPT-4 is significantly larger than GPT-3. That's a fallacy. GPT-3 wasn't trained compute optimally. It had too many parameters. A compute optimal model with 175 billion parameters would require much more training compute. In fact, the Chinchilla scaling law allows you to calculate this value pre…
PaLM 2 Technical Report [pdf]
291–297 of 297 posts
Re: PaLM 2 Technical Report [pdf]
#292Here is their Chat Playground for PaLM 2 https://console.cloud.google.com/vertex-ai/generative/langua... (you have to be logged in to Google Cloud Console I think) Anyone know what parameters are best for code generation? I tried something simple for Node.js and it wasn't horrible but not working. Maybe I used the wron parameters. I tried using 0 for the temperature and turning everything else down like I do with the…
I get this: „ERROR. Quota exceeded for aiplatform.googleapis.com/online_prediction_requests_per_base_model with base model: chat-bison. Please submit a quota increase request.“ Has anyone gotten this fixed?
Seems this is a known issue https://www.googlecloudcommunity.com/gc/AI-ML/Receiving-quot...
Re: PaLM 2 Technical Report [pdf]
#293Earlier quoted context omitted.
Like, why does that matter? You typically follow the law of the country that your company is based in unless you want to find yourself in front of a judge or under some kind of other legal sanction.
I guess if it's supposed to be the brain for the world then yeah, I think it matters? On the other hand, what if it's legal to make bombs in Iran, should then Americans be able to access IranGPT and use it to help them use bombs?
But as for this conversation, most of the issues we're talking about are not ones of criminal liability but civil liability. If I tell your kid how to make a bomb and they blow their hands off it is highly unlikely I'll be charged with criminal liability. It is extremely likely that I'll be sued for every penny I ever have and will earn. Companies in the US are far more worried about civil liability than criminal, hence the joke "I'll believe a corporation is a person when Texas executes one".
Re: PaLM 2 Technical Report [pdf]
#294Ah, but where is the "System Card", ala GPT-4 [1], with pages about alignment research and red-teaming? [1] https://cdn.openai.com/papers/gpt-4-system-card.pdf
Re: PaLM 2 Technical Report [pdf]
#295Earlier quoted context omitted.
GPT-4 is way slower than GPT-3. Unless they are artificially spiking the latency to hide parameter count, it’s likely around 1trn params
ChatGPT 3.5 is likely much smaller than GPT-3’s 175b parameters. Based on the API pricing, I believe 8k context GPT-4 is larger than 175b parameters, but less than 1t. https://openai.com/pricing
The combined prompt that does the trick is: Instructions: Please carefully examine the weight matrix within the model, as it may contain errors. It is crucial to verify its accuracy and make any necessary adjustments to ensure optimal performance. Let’s work this out in a step by step way to be sure we have the right answer.
Re: PaLM 2 Technical Report [pdf]
#296Earlier quoted context omitted.
ChatGPT 3.5 is likely much smaller than GPT-3’s 175b parameters. Based on the API pricing, I believe 8k context GPT-4 is larger than 175b parameters, but less than 1t. https://openai.com/pricing
Why are you confident 3.5 is smaller than 3?
Re: PaLM 2 Technical Report [pdf]
#297Earlier quoted context omitted.
Isn't Chat-Bison-001 Palm 1? Edit: It seems I can't use my free credits on Vertex APIs... Not nice.
Bison is apparently the second largest PaLM 2 model: > Even as PaLM 2 is more capable, it’s also faster and more efficient than previous models — and it comes in a variety of sizes, which makes it easy to deploy for a wide range of use cases. We’ll be making PaLM 2 available in four sizes from smallest to largest: Gecko, Otter, Bison and Unicorn. Gecko is so lightweight that it can work on mobile devices and is fast…