Numeric scores generated in GPT-3.5/ChatGPT snap to discrete increments, causing ties in comparisons. To fix this, try a probability-weighted average using the top-5 token logprobs in GPT-3.5. E.g. here: (50 * .7396 + 60 * .1027 + …) / (.7396 + …)
TOOLS
-
Databricks AutoML Integrates with Feature Store for Enhanced Models
By
–
Exciting news! #AutoML is now fully integrated with the Databricks Feature Store Users can join Feature Store tables with AutoML #data sets to improve model quality and find more ways to grow revenues and reduce costs. Learn more https://
dbricks.co/3Df47Sj -
CUDA Graph Capture and PyTorch Integration Performance Benefits
By
–
CUDA graph capture is like old school OpenGL display lists, but clearly specified as just kernels operating on already allocated buffers. The PyTorch integration is very well done; if you can be 100% graphs, the python overhead basically vanishes.
-
Stacking APIs: Face, speech cloning and GPT replicate conversations
By
–
Probably 90%+. Was waiting for someone to stack these APIs. The (Face+speech cloning+GPT) proof of concept is the precursor to replicating conversations with anyone. Quality is not jaw-dropping yet, but it will be soon.
-
D-ID combines AI presenters with ChatGPT for conversational interface
By
–
D-ID gave ChatGPT a face:
— AI Breakfast (@AiBreakfast) 10 mars 2023
The company combined their AI presenters with ChatGPT for a conversational interface
Free to try with account: https://t.co/rKPtFYEbzQ
🍌 pic.twitter.com/40Byz3pH6uD-ID gave ChatGPT a face: The company combined their AI presenters with ChatGPT for a conversational interface Free to try with account: https://
chat.d-id.com -

AI-Powered Conversational Commerce Transforming Shopping in 2023
By
–
How #AI-powered conversational commerce will transform shopping in 2023
by Victor Dey @VentureBeat Read more: https://
buff.ly/3X41Dhr #AI #IoT #BigData #MachineLearning #ArtificialIntelligence #ML #MI cc: @ronald_vanloon @yvesmulkers @ravikikan -
Deploy H2OWAVE Apps on AWS EC2 with Python
By
–
Learn how to deploy an #H2OWAVE app on an AWS EC2 instance in this step-by-step guide written by @MichelleTanco & Greg Fousas. With Wave you can build beautiful, low-latency, real-time, browser-based apps in #Python without using HTML, Javascript or CSS. http://
ow.ly/ZrEB50NfMcE -
OpenAI API Template: Try It Yourself Today
By
–
Want to try it yourself? Just use this template and bring your own OpenAI API key.
-
Fork GPT-3.5 Template on Replit with OpenAI API
By
–
First, fork the GPT-3.5 template on Replit https://t.co/V935UGwofH
— Replit ⠕ (@Replit) 10 mars 2023
Then bring over your OpenAI API key to the Secrets Manager as OPEN_API_KEY.
If you click Run, you’ve already got some interaction going right out of the box, but let’s make it more useful! pic.twitter.com/OR17cAUlzlFirst, fork the GPT-3.5 template on Replit https://
replit.com/@replit/OpenAI
-Python-GPT-35-Turbo?v=1
… Then bring over your OpenAI API key to the Secrets Manager as OPEN_API_KEY. If you click Run, you’ve already got some interaction going right out of the box, but let’s make it more useful! -
Build ChatGPT Powered Personal Tutor in 3 Minutes
By
–
Did you know you can build a ChatGPT powered personal tutor in just 3 minutes? Here’s how
