Highlights
This week in AI: Companies voluntarily submit to AI guidelines — for now
Keeping up with an industry as fast-moving as AI is a tall order. So until an AI can do it for you, here’s a handy roundup of recent stories in the world of machine learning, along with notable research and experiments we didn’t cover on their own. This week in AI, we saw OpenAI, Anthropic, Google, Inflection, […]
Google’s Bard chatbot finally launches in the EU, now supports more than 40 languages
Google is making its ChatGPT rival Bard available to a wider audience today, launching the generative AI chatbot in more than 40 languages and finally bringing it to the European Union (EU) after an initial delay due to data privacy concerns. The internet giant also introduced a swathe of new features to Bard, though some […]
Google’s Bard chatbot finally launches in the EU, now supports more than 40 languages by Kyle Wiggers originally published on TechCrunch
Microsoft launches vector search in preview, voice cloning in general availability
At its annual Inspire conference, Microsoft announced a number of new AI features headed to Azure, perhaps the most notable of which is Vector Search. Available in preview through Azure Cognitive search, Vector Search uses machine learning to capture the meaning and context of unstructured data, including images and text, to make search faster.
Video
Meta LLama 2 Foundational Model with Prompt Flow
In this episode, Cassie is joined by Swati Gharse as they explore the Llama 2 model and how it can be used on Azure. Last week, at Microsoft Inspire, Meta and Microsoft announced support for the Llama 2 family of large language models (LLMs) on Azure and Windows.
Articles
Computer vision system marries image recognition and generation
MAGE merges the two key tasks of image generation and recognition, typically trained separately, into a single system.
Prompt injected OpenAI's new Custom Instructions to see how it is implemented
ChatGPT added a new "custom instructions" feature today, which you can use to customize the system prompt used to control how it responds to you.
Why ChatGPT Won’t Replace Coders Just Yet
While ChatGPT has captivated the world with their capabilities, it is essential to recognize that they are not ready to replace coders yet. Continue reading on DataDrivenInvestor »
The Transformer architecture of GPT models
That’s because, just like other types of neural networks, a Transformer can be trained most efficiently by using batches to take advantage of parallel computations on GPUs. Our example code is running inference on one sequence, so our is one, but you can experiment with larger numbers if you want to generate multiple sequences at once. Let’s take a look at the code we’ll use to invoke our model, passing the input “A long time ago” and generating 10 new tokens.
Google Bard First Impressions — Will It Kill ChatGPT?
The introduction of Google Bard has ignited a riveting conversation in the AI community about its potential impact on ChatGPT. Continue reading on . »