Skip to content

Commit d45ff9d

Browse files
committed
Update README
1 parent 5d610ce commit d45ff9d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# gpt-tf-pytorch-jax
22

3-
GPT from scratch.
4-
This repository contains code that implements GPT-2 with tensorflow / pytorch / jax.
3+
This repository provides a Python implementation of GPT-2 from scratch, along with the ability to load pre-trained weights provided by OpenAI. This allows you to generate text using the power of GPT-2 without relying on external libraries.
4+
5+
### Features
6+
7+
* GPT-2 implemented from scratch: Understand the inner workings of GPT-2 by exploring its implementation using basic Python libraries like NumPy.
8+
* Load OpenAI pre-trained weights: Utilize the pre-trained weights provided by OpenAI to generate high-quality text without extensive training.
9+
* Command-line interface: Interact with the model easily using a simple command-line interface to input your starting text and generate continuations.
510

611
A detailed explanation of the code is posted on Medium.
712

8-
[Create your own GPT and generate text with OpenAI’s pre-trained parameters](https://medium.com/@satojkovic/create-your-own-gpt-and-generate-text-with-openais-pre-trained-parameters-8d1632d6c92d)
13+
[Create your own GPT and generate text with OpenAI’s pre-trained parameters](https://medium.com/@satojkovic/create-your-own-gpt-and-generate-text-with-openais-pre-trained-parameters-8d1632d6c92d)

0 commit comments

Comments
 (0)