Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaskumarsinha authored Aug 1, 2023
1 parent 1cb41b1 commit 4048e22
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# MinimalGPT: The 'Tiniest and Simplest GPT Model'
<img src='https://badgen.net/badge/license/MIT/blue'/> <img src='https://badgen.net/badge/stable/0.1/green?icon=github'/> <img src='https://badgen.net/badge/python/3.10/green'/> <img src='https://badgen.net/badge/Python-Script/TensorFlow/blue?icon=terminal'/> <img src='https://badgen.net/badge/AI-GPT/TensorFlow/purple?icon=terminal'/>
<img src='https://badgen.net/badge/license/MIT/blue'/> <img src='https://badgen.net/badge/stable/2.0.0/green?icon=github'/> <img src='https://badgen.net/badge/python/3.10/green'/> <img src='https://badgen.net/badge/Python-Script/TensorFlow/blue?icon=terminal'/> <img src='https://badgen.net/badge/AI-GPT/TensorFlow/purple?icon=terminal'/>


<img src="https://user-images.githubusercontent.com/31654395/236275892-300762b4-0640-412a-b9f5-066d748499f2.png" alt="MinimalGPT Logo" width="20%">
Expand All @@ -8,6 +8,9 @@
[[`GPT-1 Paper`](https://s3-us-west-2.amazonaws.com/openai-assets/research-covers/language-unsupervised/language_understanding_paper.pdf)] [[`1002 short stories from project guttenberg`](https://www.kaggle.com/datasets/shubchat/1002-short-stories-from-project-guttenberg)] [[`logo.com`](https://wwww.logo.com/)] [[`Transformer - Paper`](https://arxiv.org/abs/1706.03762)] [[`Huggingface Transformers`](https://huggingface.co/docs/transformers/index)] [[`TensorFlow`](https://www.tensorflow.org/)] [[`BPE Tokenizer: subword-nmt`](https://github.com/rsennrich/subword-nmt)]

<p align='justify'>MinimalGPT is a concise, adaptable, and streamlined code framework that encompasses the essential components necessary for the construction, training, inference, and fine-tuning of the GPT model. This framework is implemented exclusively using Keras and TensorFlow, ensuring compatibility and coherence within the broader deep learning ecosystem.</p>
<h2>
<p align='center'>NEW: CPU/GPU/TPU Support and support for loading big file datasets!</p>
</h2>

<h2> Code Specifications </h2>
<p align='justify'>
Expand Down

0 comments on commit 4048e22

Please sign in to comment.