chenyang3411 / awesome-totally-open-chatgpt

A list of totally open alternatives to ChatGPT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

awesome-totally-open-chatgpt

ChatGPT is GPT-3.5 with RLHF (Reinforcement Learning with Human Feedback) for chat system.

By alternative, I mean projects feature different language model for chat system. Projects are not counted if they are:

  • alternative frontend projects because they just call the API from OpenAI.
  • alternative transformer decoder models to GPT 3.5 either because the training data of them are (mostly) not for chat system.

Tags:

  • B: bare (no data, no model's weight, no chat system)
  • M: mildly bare (yes data, yes model's weight, bare chat via API)
  • F: full (yes data, yes model's weight, fancy chat system including TUI and GUI)
  • C: complicated (semi open source, not really open souce, based on closed model, ...)

The template

Append the new project at the end of file

## [{owner}/{project-name}]{https://github.com/link/to/project}

Lorem ipsum dolor sit amet.

Tags: B

The list

Implementation of RLHF (Reinforcement Learning with Human Feedback) on top of the PaLM architecture. Basically ChatGPT but with PaLM

Tags: B

OpenChatKit provides a powerful, open-source base to create both specialized and general purpose chatbots for various applications.

Related links:

Tags: F

A gradio web UI for running Large Language Models like GPT-J 6B, OPT, GALACTICA, LLaMA, and Pygmalion.

Tags: F

This is a browser-based front-end for AI-assisted writing with multiple local & remote AI models. It offers the standard array of tools, including Memory, Author’s Note, World Info, Save & Load, adjustable AI settings, formatting options, and the ability to import existing AI Dungeon adventures. You can also turn on Adventure mode and play the game like AI Dungeon Unleashed.

Tags: F

OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.

Related links:

Tags: F

This is the repo for the Stanford Alpaca project, which aims to build and share an instruction-following LLaMA model. Related links:

See these Reddit comments first #1

Tags: C

ChatRWKV is like ChatGPT but powered by RWKV (100% RNN) language model, and open source.

Tags: F

ChatGLM-6B is an open bilingual language model based on General Language Model (GLM) framework, with 6.2 billion parameters. With the quantization technique, users can deploy locally on consumer-grade graphics cards (only 6GB of GPU memory is required at the INT4 quantization level).

Related links:

Tags: F

This repository provides an overview of all components used for the creation of BLOOMZ & mT0 and xP3 introduced in the paper Crosslingual Generalization through Multitask Finetuning.

Related links:

Tags: M

A repo for distributed training of language models with Reinforcement Learning via Human Feedback (RLHF), supporting online RL up to 20b params and offline RL to larger models. Basically what you would use to finetune GPT into ChatGPT.

Tags: B

About

A list of totally open alternatives to ChatGPT

License:Creative Commons Zero v1.0 Universal