gpt-neo VS gpt-3-writer

Compare gpt-neo vs gpt-3-writer and see what are their differences.

gpt-neo

An implementation of model parallel GPT-2 and GPT-3-style models using the mesh-tensorflow library. (by EleutherAI)

gpt-3-writer

A proof of concept application that writes stories in real-time while readers choose what happens (by indentlabs)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
gpt-neo gpt-3-writer
82 1
6,158 8
- -
7.3 3.6
about 2 years ago almost 3 years ago
Python HTML
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

gpt-neo

Posts with mentions or reviews of gpt-neo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-19.

gpt-3-writer

Posts with mentions or reviews of gpt-3-writer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-04.
  • GPT-J: GPT-3 Democratized
    2 projects | news.ycombinator.com | 4 Jul 2021
    Thanks for the answer!

    Best of N is super useful. With GPT-3 (and probably GPT-J) you can actually pass an n parameter to match best_of and get back all of the N texts generated, which is how my little tool works (displaying them all to pick from, since the "best" one by GPT-3's standards isn't always the "best" one from my author POV). It's also nice to not feel like i'm throwing away tokens, since best_of=3 uses 3x the tokens whether you look at all the generations or not!

    Thanks for the details on the Light Novels process. I'll have to look into it and see if something like that works for me!

    The tool I wrote is at https://young-savannah-97958.herokuapp.com/ (source code at https://github.com/indentlabs/gpt-3-writer), but only works with GPT-3 right now. You just stick in your API key (which doesn't get stored/saved) and customize completion settings if you want, then trigger completions while writing with the button in the bottom-right. It's very rough around the edges since I just built it for my own use and haven't publicized it, but it could be helpful. :)

What are some alternatives?

When comparing gpt-neo and gpt-3-writer you can also consider the following projects:

gpt-neox - An implementation of model parallel autoregressive transformers on GPUs, based on the DeepSpeed library.

haystack - :mag: LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data. With advanced retrieval methods, it's best suited for building RAG, question answering, semantic search or conversational agent chatbots.

openchat - OpenChat: Easy to use opensource chatting framework via neural networks

tensorflow - An Open Source Machine Learning Framework for Everyone

mesh-transformer-jax - Model parallel transformers in JAX and Haiku

transformers - 🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.

lm-evaluation-harness - A framework for few-shot evaluation of language models.

aitextgen - A robust Python tool for text-based AI training and generation using GPT-2.

gpt-2 - Code for the paper "Language Models are Unsupervised Multitask Learners"

OpticSim.jl - Optical Simulation software

swarm-jax - Swarm training framework using Haiku + JAX + Ray for layer parallel transformer language models on unreliable, heterogeneous nodes