kishkath commited on
Commit
9bb26b6
·
verified ·
1 Parent(s): 92cec87

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Bpe Tokenizer
3
  emoji: 🔥
4
  colorFrom: blue
5
  colorTo: yellow
@@ -8,12 +8,12 @@ sdk_version: 5.12.0
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
- short_description: Telugu BPE tokenizer with vocabulary of 4800 words.
12
  ---
13
 
14
  # Shakespeare Text Generator
15
 
16
- This is a Shakespeare-style text generator trained on Shakespeare's works. The model is based on the GPT architecture and generates text in the style of Shakespeare's writings.
17
 
18
  ## How to Use
19
 
 
1
  ---
2
+ title: GPT2 Text Generator
3
  emoji: 🔥
4
  colorFrom: blue
5
  colorTo: yellow
 
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
+ short_description: GPT2 Text generator from the prompt provided.
12
  ---
13
 
14
  # Shakespeare Text Generator
15
 
16
+ This is a Shakespeare-style text generator trained on Shakespeare's works. The model is based on the GPT 2 architecture and generates text in the style of Shakespeare's writings.
17
 
18
  ## How to Use
19