Skip to content

Commit

Permalink
Revert "Title update"
Browse files Browse the repository at this point in the history
This reverts commit 915518c.
  • Loading branch information
jessechancy committed Aug 5, 2022
1 parent 9a99d2d commit 2332f50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/nlp/ipynb/text_generation_gpt.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"colab_type": "text"
},
"source": [
"# GPT text generation with KerasNLP\n",
"# simple GPT text generation with KerasNLP\n",
"\n",
"**Author:** [Jesse Chan](https://github.com/jessechancy)<br>\n",
"**Date created:** 2022/07/25<br>\n",
Expand Down Expand Up @@ -50,7 +50,7 @@
"colab_type": "text"
},
"source": [
"## Setup"
"## Imports"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions examples/nlp/md/text_generation_gpt.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GPT text generation with KerasNLP
# simple GPT text generation with KerasNLP

**Author:** [Jesse Chan](https://github.com/jessechancy)<br>
**Date created:** 2022/07/25<br>
Expand Down Expand Up @@ -35,7 +35,7 @@ This example requires KerasNLP. You can install it via the following command:
`pip install keras-nlp`

---
## Setup
## Imports


```python
Expand Down
4 changes: 2 additions & 2 deletions examples/nlp/text_generation_gpt.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Title: GPT text generation with KerasNLP
Title: simple GPT text generation with KerasNLP
Author: [Jesse Chan](https://github.com/jessechancy)
Date created: 2022/07/25
Last modified: 2022/07/25
Expand Down Expand Up @@ -32,7 +32,7 @@
"""

"""
## Setup
## Imports
"""

import os
Expand Down

0 comments on commit 2332f50

Please sign in to comment.