An open API service indexing awesome lists of open source software.

https://github.com/331dala/gpt_neo

Leverage GPT Neo, a GPT3 architecture clone, which has been trained on 2.7 billion parameters to generate text and code.
https://github.com/331dala/gpt_neo

gpt-neo gpt3 huggingface-transformers

Last synced: 12 months ago
JSON representation

Leverage GPT Neo, a GPT3 architecture clone, which has been trained on 2.7 billion parameters to generate text and code.

Awesome Lists containing this project

README

          

# gpt_neo
Leverage GPT Neo, a GPT3 architecture clone, which has been trained on 2.7 Billion parameters to generate text and code.

Using Hugging face transformers pretrained model for inference and training. Also text-generation piplines.
Check the Docs below:
https://huggingface.co/docs/transformers/index

## The model
GPT3 model 2.7 Billion parameters version is about 10GB.
You also can use 1.3 Billion parameters model, will be smaller.