Table of Contents
Project summary
OpenChatKit
KoboldAI-Client
The seventh project is "ChatRWKV", which is similar to ChatGPT, but is supported by the RWKV (100% RNN) model and is open source. According to the project authors, RWKV is currently the only RNN model that can match transformers in terms of quality and scalability, while being faster and saving VRAM.
ChatGLM-6B
Home Technology peripherals AI Still worried about not being able to play ChatGPT? You can also experience intelligent dialogue with these dozen open source alternatives

Still worried about not being able to play ChatGPT? You can also experience intelligent dialogue with these dozen open source alternatives

Apr 08, 2023 am 11:41 AM
chatgpt Open source

It has been almost four months since the initial release of ChatGPT. During this period, the amazing performance of ChatGPT made people wonder whether AIGC will be realized in advance.

However, a well-known secret is that ChatGPT is unlikely to be open source. Coupled with the huge investment in computing power and massive training data, it has set many obstacles for the research community to copy its implementation process. level.

Faced with the onslaught of ChatGPT, open source alternatives are a good choice. While they achieve similar functions, they can also allow you to understand the operating mechanism of ChatGPT through alternatives.

With the advancement of technology, many other new AI models similar to ChatGPT have now emerged. In this article, we will take stock of ChatGPT’s open source replacement projects. The content will be divided into two parts, one is a summary of ChatGPT-like open source projects, and the other is a supplement to the project summary.

Project summary

The project author nichtdax has compiled 9 open source ChatGPT replacement projects. They will be introduced one by one next.

Still worried about not being able to play ChatGPT? You can also experience intelligent dialogue with these dozen open source alternatives

Project address: https://github.com/nichtdax/awesome -totally-open-chatgpt

PaLM-rlhf-pytorch

The first project is "PaLM-rlhf-pytorch", the project author is Phil Wang. This project is an implementation of RLHF (Reinforcement Learning with Human Feedback) on top of the PaLM architecture, which is basically ChatGPT using PaLM.

This project has received 5.8k Stars on GitHub.

Still worried about not being able to play ChatGPT? You can also experience intelligent dialogue with these dozen open source alternatives

Project address: https://github.com/lucidrains/PaLM-rlhf- pytorch

#The picture below shows the training process.

Still worried about not being able to play ChatGPT? You can also experience intelligent dialogue with these dozen open source alternatives

OpenChatKit

The second project is "OpenChatKit", which Provides a powerful open source foundation for creating specialized and general-purpose chatbots for a variety of applications. The kit includes an instruction-tuned 20 billion parameter language model, a 6 billion parameter tuning model, and a scalable retrieval system that covers the latest responses from a custom repository.

OpenChatKit is trained on the OIG-43M training dataset, which is a union of Together, LAION, and Ontocord.ai. The project author stated that this is not only the release of a model, but also the beginning of an open source project. They are releasing a set of tools and processes and continually improving them through community contributions.

The project has received 5.7k Stars on GitHub.

Still worried about not being able to play ChatGPT? You can also experience intelligent dialogue with these dozen open source alternatives

## Project address: https://github.com/togethercomputer/OpenChatKit

text-generation-webui

The third project is "text-generation-webui", which is a tool for running GPT-J 6B, OPT, GALACTICA, LLaMA and Gradio web UI for large language models such as Pygmalion. This project aims to be the AUTOMATIC1111/stable-diffusion-webui of text generation.

Features include using drop-down menus to switch between different models, providing a notebook mode similar to OpenAI playground, chat mode for dialogue and role-playing, generating beautiful HTML output and more.

The project has received 3.4k on GitHub.

Still worried about not being able to play ChatGPT? You can also experience intelligent dialogue with these dozen open source alternatives

Project address: https://github.com/oobabooga/text-generation- webui

KoboldAI-Client

The fourth project is "KoboldAI-Client", which is a browser-based front end through multiple local and remote AI models Implement AI-assisted writing.

KoboldAI-Client provides a standard set of tools, including memory, author notes, world information, save & load, adjustable AI settings, formatting options, and importing existing text The abilities of the adventure game AI Dungeon. You can turn on Adventure mode or play games like AI Dungeon Unleashed.

The project has received 1.4k on GitHub.

Still worried about not being able to play ChatGPT? You can also experience intelligent dialogue with these dozen open source alternatives

## Project address: https://github.com/KoboldAI/KoboldAI-Client

Open-Assistant

The fifth project is "Open-Assistant", which aims to make large chat-based language models accessible to everyone. The project authors hope to spark a revolution in language innovation, just as stable diffusion helps the world create art and images in new ways.

The project author plans to collect high-quality manually generated instruction execution samples (instruction responses), with a goal of greater than 50k. For each indication collected, they will sample multiple completion results. Next, enter the RLHF training phase based on the instruction and reward model.

The project has received 19k stars on GitHub.

Still worried about not being able to play ChatGPT? You can also experience intelligent dialogue with these dozen open source alternatives

## Project address: https://github.com/LAION-AI/Open- Assistant

stanford_alpaca

The sixth project is "stanford_alpaca", which aims to build and share an instruction-following LLaMA model. This repo contains 52k data for fine-tuning the model, code for generating the data, and code for fine-tuning the model.

The project has received 9.5k Stars on GitHub.

Still worried about not being able to play ChatGPT? You can also experience intelligent dialogue with these dozen open source alternatives

## Project address: https://github.com/tatsu-lab/stanford_alpaca

ChatRWKV

The seventh project is "ChatRWKV", which is similar to ChatGPT, but is supported by the RWKV (100% RNN) model and is open source. According to the project authors, RWKV is currently the only RNN model that can match transformers in terms of quality and scalability, while being faster and saving VRAM.

The project has received 3.5k Stars on GitHub.

Still worried about not being able to play ChatGPT? You can also experience intelligent dialogue with these dozen open source alternatives

## Project address: https://github.com/BlinkDL/ChatRWKV

ChatGLM-6B

The eighth project is the company’s Zhipu AI open source, Chinese-English bilingual conversation language model "ChatGLM-6B" transformed from Tsinghua’s technological achievements, based on the General Language Model (GLM) architecture with 6.2 billion parameters. Combined with model quantization technology, users can deploy it locally on consumer-grade graphics cards (a minimum of 6GB of video memory is required at the INT4 quantization level).

ChatGLM-6B uses technology similar to ChatGPT and is optimized for Chinese Q&A and dialogue. After bilingual training in Chinese and English with about 1T identifiers, supplemented by supervised fine-tuning, feedback self-service, human feedback reinforcement learning and other technologies, the 6.2 billion parameter ChatGLM-6B has been able to generate answers that are quite consistent with human preferences.

However, due to the small scale of ChatGLM-6B, it is currently known to have quite a few limitations, such as factual/mathematical logic errors, the possibility of generating harmful/biased content, and Weak contextual skills, confused self-perception, and production of English instructions that are completely contradictory to Chinese instructions.

This project has received 6k stars on GitHub.

Still worried about not being able to play ChatGPT? You can also experience intelligent dialogue with these dozen open source alternatives

## Project address: https://github.com/THUDM/ChatGLM-6B

xmtf

The ninth project is "xmtf", which contains all the components of BLOOMZ, mT0 and xP3 introduced in the creation paper "Crosslingual Generalization through Multitask Finetuning".

Among them, BLOOMZ is a 176 billion parameter and open-access multi-language model; mT0 (here specifically refers to Google's T5X); xP3 is a supervised data set in 46 languages, with There are prompts in English and machine translation.

Still worried about not being able to play ChatGPT? You can also experience intelligent dialogue with these dozen open source alternatives

Project address: https://github.com/bigscience-workshop/xmtf

In addition to the models mentioned above, the ChatGPT replacement project also includes some research based on the Meta open source large model series LLaMA (Large Language Model Meta AI). The parameters of this series of models range from It ranges from 7 billion to 65 billion. The LLaMA model with 13 billion parameters can outperform GPT-3 (175 billion parameters) "on most benchmarks" and can run on a single V100 GPU; while the largest LLaMA model with 65 billion parameters is comparable to Google Chinchilla-70B and PaLM-540B.

Still worried about not being able to play ChatGPT? You can also experience intelligent dialogue with these dozen open source alternatives

  • Paper link: https://research.facebook.com/publications/llama-open-and-efficient-foundation-language -models/
  • GitHub link: https://github.com/facebookresearch/llama

Based on this research, developer Several open source projects have also been proposed.

llama.cpp No need for GPU, you can run LLaMA

llama.cpp project realizes running LLaMA on MacBook, and developers have successfully run LLaMA on MacBook with 4GB RAM LLaMA 7B is running on the Raspberry Pi. In summary, developers can run LLaMA models even if they don’t have a GPU.

Still worried about not being able to play ChatGPT? You can also experience intelligent dialogue with these dozen open source alternatives

## Project address: https://github.com/ggerganov/llama.cpp

ChatLLaMA

Since the LLaMA large model series does not use the RLHF method, the startup Nebuly AI open sourced the training method of the RLHF version of LLaMA (ChatLLaMA). Its training process is similar to ChatGPT, and the project allows building ChatGPT-style services based on pre-trained LLaMA models. Compared with ChatGPT, LLaMA has a smaller architecture, but the training process and single-GPU inference are faster and cheaper; the library also supports all LLaMA model architectures (7B, 13B, 33B, 65B), so users can and inference performance preferences to fine-tune the model.

Still worried about not being able to play ChatGPT? You can also experience intelligent dialogue with these dozen open source alternatives

Project address: https://github.com/nebuly-ai/nebullvm/ tree/main/apps/accelerate/chatllama

Looking forward to more open source projects joining in the future.

The above is the detailed content of Still worried about not being able to play ChatGPT? You can also experience intelligent dialogue with these dozen open source alternatives. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Will R.E.P.O. Have Crossplay?
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Ten recommended open source free text annotation tools Ten recommended open source free text annotation tools Mar 26, 2024 pm 08:20 PM

Text annotation is the work of corresponding labels or tags to specific content in text. Its main purpose is to provide additional information to the text for deeper analysis and processing, especially in the field of artificial intelligence. Text annotation is crucial for supervised machine learning tasks in artificial intelligence applications. It is used to train AI models to help more accurately understand natural language text information and improve the performance of tasks such as text classification, sentiment analysis, and language translation. Through text annotation, we can teach AI models to recognize entities in text, understand context, and make accurate predictions when new similar data appears. This article mainly recommends some better open source text annotation tools. 1.LabelStudiohttps://github.com/Hu

ChatGPT now allows free users to generate images by using DALL-E 3 with a daily limit ChatGPT now allows free users to generate images by using DALL-E 3 with a daily limit Aug 09, 2024 pm 09:37 PM

DALL-E 3 was officially introduced in September of 2023 as a vastly improved model than its predecessor. It is considered one of the best AI image generators to date, capable of creating images with intricate detail. However, at launch, it was exclus

15 recommended open source free image annotation tools 15 recommended open source free image annotation tools Mar 28, 2024 pm 01:21 PM

Image annotation is the process of associating labels or descriptive information with images to give deeper meaning and explanation to the image content. This process is critical to machine learning, which helps train vision models to more accurately identify individual elements in images. By adding annotations to images, the computer can understand the semantics and context behind the images, thereby improving the ability to understand and analyze the image content. Image annotation has a wide range of applications, covering many fields, such as computer vision, natural language processing, and graph vision models. It has a wide range of applications, such as assisting vehicles in identifying obstacles on the road, and helping in the detection and diagnosis of diseases through medical image recognition. . This article mainly recommends some better open source and free image annotation tools. 1.Makesens

Recommended: Excellent JS open source face detection and recognition project Recommended: Excellent JS open source face detection and recognition project Apr 03, 2024 am 11:55 AM

Face detection and recognition technology is already a relatively mature and widely used technology. Currently, the most widely used Internet application language is JS. Implementing face detection and recognition on the Web front-end has advantages and disadvantages compared to back-end face recognition. Advantages include reducing network interaction and real-time recognition, which greatly shortens user waiting time and improves user experience; disadvantages include: being limited by model size, the accuracy is also limited. How to use js to implement face detection on the web? In order to implement face recognition on the Web, you need to be familiar with related programming languages ​​and technologies, such as JavaScript, HTML, CSS, WebRTC, etc. At the same time, you also need to master relevant computer vision and artificial intelligence technologies. It is worth noting that due to the design of the Web side

Alibaba 7B multi-modal document understanding large model wins new SOTA Alibaba 7B multi-modal document understanding large model wins new SOTA Apr 02, 2024 am 11:31 AM

New SOTA for multimodal document understanding capabilities! Alibaba's mPLUG team released the latest open source work mPLUG-DocOwl1.5, which proposed a series of solutions to address the four major challenges of high-resolution image text recognition, general document structure understanding, instruction following, and introduction of external knowledge. Without further ado, let’s look at the effects first. One-click recognition and conversion of charts with complex structures into Markdown format: Charts of different styles are available: More detailed text recognition and positioning can also be easily handled: Detailed explanations of document understanding can also be given: You know, "Document Understanding" is currently An important scenario for the implementation of large language models. There are many products on the market to assist document reading. Some of them mainly use OCR systems for text recognition and cooperate with LLM for text processing.

How to install chatgpt on mobile phone How to install chatgpt on mobile phone Mar 05, 2024 pm 02:31 PM

Installation steps: 1. Download the ChatGTP software from the ChatGTP official website or mobile store; 2. After opening it, in the settings interface, select the language as Chinese; 3. In the game interface, select human-machine game and set the Chinese spectrum; 4 . After starting, enter commands in the chat window to interact with the software.

Just released! An open source model for generating anime-style images with one click Just released! An open source model for generating anime-style images with one click Apr 08, 2024 pm 06:01 PM

Let me introduce to you the latest AIGC open source project-AnimagineXL3.1. This project is the latest iteration of the anime-themed text-to-image model, aiming to provide users with a more optimized and powerful anime image generation experience. In AnimagineXL3.1, the development team focused on optimizing several key aspects to ensure that the model reaches new heights in performance and functionality. First, they expanded the training data to include not only game character data from previous versions, but also data from many other well-known anime series into the training set. This move enriches the model's knowledge base, allowing it to more fully understand various anime styles and characters. AnimagineXL3.1 introduces a new set of special tags and aesthetics

Single card running Llama 70B is faster than dual card, Microsoft forced FP6 into A100 | Open source Single card running Llama 70B is faster than dual card, Microsoft forced FP6 into A100 | Open source Apr 29, 2024 pm 04:55 PM

FP8 and lower floating point quantification precision are no longer the "patent" of H100! Lao Huang wanted everyone to use INT8/INT4, and the Microsoft DeepSpeed ​​team started running FP6 on A100 without official support from NVIDIA. Test results show that the new method TC-FPx's FP6 quantization on A100 is close to or occasionally faster than INT4, and has higher accuracy than the latter. On top of this, there is also end-to-end large model support, which has been open sourced and integrated into deep learning inference frameworks such as DeepSpeed. This result also has an immediate effect on accelerating large models - under this framework, using a single card to run Llama, the throughput is 2.65 times higher than that of dual cards. one

See all articles