OpenAI GPT-3.5-turbo-instruct released
I could not find a blog post as of now, so here's the announcement email:
Hello! We are excited to announce the release of gpt-3.5-turbo-instruct, our latest model that serves as a replacement for several deprecated models, such as text-davinci-003.
Key Features: Gpt-3.5-turbo-instruct is an InstructGPT 3.5 class model. It’s trained similarly to previous Instruct models such as the text-davinci series while maintaining the same speed as our turbo models.
Pricing: We are committed to making cutting-edge technology accessible, so we have priced gpt-3.5-turbo-instruct in line with our other turbo GPT-3.5 models with 4K context.
Thank you for being a part of our journey and for building with OpenAI. Your support enables us to continually advance and bring you the best in AI technology.
Best regards, The OpenAI team
21 comments
[ 3.2 ms ] story [ 181 ms ] threadI see it's briefly mentioned in their docs under the deprecations section.
https://platform.openai.com/docs/deprecations
> Note: The recommended replacement, gpt-3.5-turbo-instruct, has not yet launched. Impacted customers will be notified by email when it becomes available.
curl https://api.openai.com/v1/models/gpt-3.5-turbo-instruct -H "Authorization: Bearer <YOUR_TOKEN>"
I didn't see an email. Are you sure this is not about something that happened last year?
Maybe this one is designed to be more compatible with the way people use text-davinci-003.
It's definitely new, I got the email too
Eg I can ask it to generate a huge chunk of code and it doesn't try to give an "example", it generates a realistically long bit of code.
This is great particularly when you want to generate an entire webpage, vs having a chat with an agent that's going to tell you how to build a webpage yourself with small snippets of example code.
On Aug 10, 2023, @BorisMPower wrote (https://x.com/BorisMPower/status/1689838493806333953):
> [...] GPT-4 plays chess at a strong club level when properly prompted, which is impossible to achieve without having a good internal model of the game.
> Even at Go, the model does ~10x better than random, by essentially picking up on locality being a strong signal.
> I don’t think anything has been published unfortunately. ELO is around 1800
On Sep 18, 2023, @GrantSlatton wrote (https://x.com/GrantSlatton/status/1703913578036904431):
> The new GPT model, gpt-3.5-turbo-instruct, can play chess around 1800 Elo.
> I had previously reported that GPT cannot play chess, but it appears this was just the RLHF'd chat models. The pure completion model succeeds.
> The new model readily beats Stockfish Level 4 (1700) and still loses respectably to Level 5 (2000). Never attempted illegal moves. Used clever opening sacrifice, and incredibly cheeky pawn & king checkmate, allowing the opponent to uselessly promote.
> https://lichess.org/K6Q0Lqda
> I used this PGN style prompt to mimic a grandmaster game.
> The highlighting is a bit wrong. GPT made all its own moves, I input Stockfish moves manually.
> h/t to @zswitten for this prompt style
> [OpenAI Playground screenshot showing PGN game in the prompt]
I was able to reproduce this just now: gpt-3.5-turbo-instruct, prompted with PGN, defeated Stockfish Level 4 (1700?) on LiChess (https://lichess.org/D39lnanQ).
Here are the prompts/code I used: https://github.com/jordancurve/gpt-vs-stockfish/blob/main/ga...
If I understand correctly this one is actually a 175B?
The discount rate of return @ 10%. Year 1 Year 2 Year 3 Year 4 Year 5 0.909 0.826 0.751 0.683 0.621 Analyse the financial statement using ratio analysis. 2. Appraise the investment using the techniques such as NPV/Payback / Discounted Payback /Accounting Rate of Return / Net Present Value/ Internal Rate of Return 3. Identify the sources of Fund 4. Conduct various environment analysis using PESTEL, Five Forces Framework, Core Competences, Value Chain. 5. Portfolio analysis using various techniques of strategic management 6.Analyse the significance of stakeholder analysis.
Wondering if it's a weird PEBKAC or someone else has had the same experience?