Computer and Information SciencesMedium

Stories by Amir Aryani on Medium

Stories by Amir Aryani on Medium
Home PageRSS Feed
language
Published

Authors: Hui Yin , Amir Aryani With the increasing application of large language models in various scenarios, people realize that these models are not omnipotent. When generating dialogues (Shuster et al., 2021), the models often produce hallucinations, leading to inaccurate answers.

Published

There is a plethora of articles and predictions about the future development of AI. Reading through them suggests three main areas of high-impact changes that would transform our daily lives: Healthcare, Automation, and Manufacturing. The impact of AI in these industries is profound and multifaceted, with each sector experiencing unique transformations. Some of these ideas are described in this NVIDIA article by Cliff Edwards.

Published

I asked Generative AI Models about their context window. Their response was intriguing. The context window for a large language model (LLM) like OpenAI’s GPT refers to the maximum amount of text the model can consider at any one time when generating a response. This includes both the prompt provided by the user and the model’s generated text.

Published

Prompt engineering is a technique used to effectively communicate with large language models (LLM) like GPT-3 or GPT-4 and get the desired output. Here there are applications of 8 distinct prompt techniques to interact with Mistral AI and find out how we can prompt effectively to learn about Foundation Models. Zero-Shot Learning : This involves giving the AI a task without any prior examples.