The Opus model that seems to perform better than GPT4 is unfortunately much more expensive than the OpenAI model. Pricing (input/output per million tokens): GPT4-turbo: $10/$30 Claude 3 Opus: $15/$75
Their smallest model outperforms GPT-4 on Code. I'm sceptical that it'll hold up to real world use though.
Claude 3 model family
121–130 of 723 posts
Re: Claude 3 model family
#122One of my standard questions is "Write me fizzbuzz in clojure using condp". Opus got it right on the first try. Most models including ChatGPT have flailed at this as I've done evaluations. Amazon Bedrock when?
https://www.aboutamazon.com/news/aws/amazon-bedrock-anthropi... Now...
> Sonnet is also available today through Amazon Bedrock and in private preview on Google Cloud’s Vertex AI Model Garden—with Opus and Haiku coming soon to both.
Re: Claude 3 model family
#123Error code: 400 - {'type': 'error', 'error': {'type': 'invalid_request_error', 'message': 'max_tokens: 100000 > 4096, which is the maximum allowed value for claude-3-opus-20240229'}}
Maximum tokens of 4096 doesn't seem right to me.
UPDATE: I was wrong, that's the maximum output tokens not input tokens - and it's 4096 for all of the models listed here: https://docs.anthropic.com/claude/docs/models-overview#model...
Re: Claude 3 model family
#124Europeans, don't bother signing up - it will not work and it will only tell you once it has your e-mail registered.
Re: Claude 3 model family
#125Just signed up for Claude Pro to try out the Opus model. Decided to throw a complex query at it, combining an image with an involved question about SDXL fine tuning and asking it to do some math comparing the cost of using an RTX 6000 Ada vs an H100. It made a lot of mistakes. I provided it with a screenshot of Runpod's pricing for their GPUs, and it misread the pricing on an RTX 6000 ADA as $0.114 instead of $1.14.…
I'm convinced GPT is running separate helper functions on input and output tokens to fix the 'tokenization' issues. As in, find items of math, send it to this hand made parser and function, then insert result into output tokens. There's no other way to fix the token issue. For reference, Let's build the GPT Tokenizer https://www.youtube.com/watch?v=zduSFxRajkE
The goal of the service is to answer complex queries correctly, not to have a pure LLM that can do it all. I think some engineers feel that if they are leaning on an old school classically programed tool to assist the LLM, it's somehow cheating or impure.
Re: Claude 3 model family
#126If you showed someone this article 10 years ago, they would say it indicates Artificial General Intelligence has arrived.
Re: Claude 3 model family
#127If you showed someone this article 10 years ago, they would say it indicates Artificial General Intelligence has arrived.
1. It's an advertisement/press release, not so much an "article". 2. This would NOT be called even "AI" but "machine learning" 10 years ago. We started using AI as a marketing term for ML about a year ago.
Re: Claude 3 model family
#128Re: Claude 3 model family
#129If you showed someone this article 10 years ago, they would say it indicates Artificial General Intelligence has arrived.
That's the good thing about intelligence: We have no fucking clue how to define it, so the goalpost just keeps moving.
Re: Claude 3 model family
#130Just added Claude 3 to Chat at https://double.bot if anyone wants to try it for coding. Free for now and will push Claude 3 for autocomplete later this afternoon. From my early tests this seems like the first API alternative to GPT4. Huge!