Skip to content

Tracking the surge of applications following the inception of ChatGPT.

Notifications You must be signed in to change notification settings

fanxing333/ChatGPT-moment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

ChatGPT-moment

What is ChatGPT? Think of it as a chatbot that can engage with you like a helpful assistant. So what does it know? It's even qualified to help you during the conversation! Basically it has billions of neurons or weights that allow it to "remember" lots of text from the Internet, or more specifically, learn the representation of the process that generate the text. Consequently, ChatGPT is a low-resolution version of human Internet world, and the human Internet world, in a sense, is the projection of our real world. In other words, ChatGPT learns a compressed, abstract and useable representation of our civilization. This is why ChatGPT exhibits a degree of humanity, even though it's primarily a next-word predictor driven by a LLM under the hood.

This repository aims to chronicle the AI evolution in ChatGPT moment. Since its inception, numerous apps based on it or its concept of large models have emerged overnight. I will try my best to track all trunk and branch of ChatGPT. But omissions and errors will definitely happen. I am happy to hear your suggestions!

Content

Application/Paper Release Date Author
ChatGPT 11/30/2022 OpenAI
ChatGPT Plus 02/02/2023 OpenAI
New Bing 02/07/2023 Microsoft
LLaMA 02/25/2023 Meta
ChatGPT APIs 03/02/2023 Open AI
Visual ChatGPT 03/08/2023 Microsoft
Alpaca 03/13/2023 Stanford
PaLM API 03/14/2023 Google
ChatGLM-6B 03/14/2023 Tsinghua
GPT-4 03/15/2023 OpenAI
文心一言 03/16/2023 Baidu
Microsoft 365 Copilot 03/16/2023 Microsoft
Firefly 03/21/2023 Adobe
Bard AI chatbot 03/21/2023 Google
GitHub Copilot X 03/22/2023 GitHub
ColossalChat 03/29/2023 Colossal AI
Claude 03/30/2023 Anthropic
BloombergGPT 03/31/2023 Bloomberg
Segment Anything Model 04/05/2023 Meta
通义千问 04/07/2023 Damo Academy

Applications

  • 04/07/2023 Aliyun released a large language model 通义千问 .This seems to be a competitor to ChatGPT. [Link]
  • 04/05/2023 Wiseone is a web extension for summarizing and chatting web page. And it's free now. [Link]
  • 04/05/2023 Meta released the Segment Anything Model (SAM) — a step toward the first foundation model for image segmentation. a promptable model that is trained on diverse data and that can adapt to specific tasks, analogous to how prompting is used in natural language processing models. [Link]
  • 04/03/2023 Vicuna-13B weights are released [Link]
  • 03/31/2023 Bloomberg released BloombergGPT, a large language model for finance. [Link]
  • 03/30/2023 Anthropic released new Claude for Slack. [Link]
  • 03/29/2023 Colossal AI released ColossalChat, An Open-Source Solution for Cloning ChatGPT With a Complete RLHF Pipeline. [Link]
  • 03/24/2023 OpenAI adding support for plugins to ChatGPT — extensions which integrate it with third-party services or allow it to access up-to-date information. [Link]
  • 03/22/2023 GitHub introduced GitHub Copilot X, the future of AI-powered software development. [Link]
  • 03/21/2023 Google officially opens Bard AI chatbot for user testing. [Link]
  • 03/21/2023 Adobe launched Firefly, a family of creative generative AI models coming to Adobe products. [Link]
  • 03/17/2023 Alpaca-LoRA, provides an Instruct model of similar quality to text-davinci-003 that can run on a Raspberry Pi (for research), and the code is easily extended to the 13b, 30b, and 65b models. [Link]
  • 03/16/2023 Microsoft introduced Microsoft 365 Copilot. It combines the power of LLMs with your data in the Microsoft Graph and the Microsoft 365 apps to turn your words into the most powerful productivity tool on the planet. [Link]
  • 03/16/2023 Baidu released 文心一言 , the chinese version of ChatGPT. [Link]
  • 03/15/2023 OpenAI announced GPT-4, it's most advanced system, producing safer and more useful responses. [Link]
  • 03/14/2023 Google announced PaLM API, the next generation of AI for developers and Google Workspace. [Link]
  • 03/14/2023 Tsinghua released ChatGLM-6B. [Link]
  • 03/13/2023 Stanford released Alpaca, a Strong,replicable instruction-following model. [Link]
  • 03/08/2023 Microsoft released Visual ChatGPT, connects ChatGPT and a series of Visual Foundation Models to enable sending and receiving images during chatting. [Link] [Paper]
  • 03/02/2023 OpenAI Introduced ChatGPT APIs, Apps can be integrated with GPT-3.5 power. [Link]
  • 02/25/2023 Meta released LLaMA (Large Language Model Meta AI), a 65-billion-parameter large language model. [Link] [Paper]
  • 02/07/2023 Microsoft announced New Bing powered by ChatGPT and GPT-3.5. [Link]
  • 02/02/2023 Microsoft launches Teams Premium with features powered by GPT-3.5, an intelligent recap feature that automatically generates notes, tasks, and highlights of meetings. [Link]
  • 02/02/2023 OpenAI introduced ChatGPT Plus, a subscription plan thatSjh991208.. offers faster response times and reliability during peak hours. [Link]
  • 11/30/2022 OpenAI released a new AI system ChatGPT which is optimized for dialogue. [Link]

Papers

  • 04/06/2023 Instruction Tuning with GPT-4 [Paper]

    use GPT-4 to generate instruction-following data for LLM finetuning.

  • 04/06/2023 TagGPT: Large Language Models are Zero-shot Multimodal Taggers [Paper]

    TagGPT is an automated, zero-shot system that leverages large language models for effective tag extraction and multimodal tagging across various data modalities, outperforming existing methods.

  • 04/06/2023 SegGPT: Segmenting Everything In Context [Link]

    SegGPT is a generalist model that unifies various segmentation tasks into an in-context learning framework, capable of performing diverse segmentation tasks in images and videos with strong in-domain and out-of-domain capabilities.

  • 03/31/2023 A Survey of Large Language Models [Paper]

  • 03/30/2023 HuggingGPT: Solving AI Tasks with ChatGPT and its Friends in HuggingFace [Paper]

    HuggingGPT is a framework that utilizes large language models, such as ChatGPT, to connect and manage various AI models from machine learning communities like Hugging Face, enabling the solution of complex AI tasks across multiple domains and modalities, paving the way towards advanced artificial intelligence.

  • 03/04/2022 Training language models to follow instructions with human feedback [Paper]

Reference

About

Tracking the surge of applications following the inception of ChatGPT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published