rasyosef commited on
Commit
eec8293
1 Parent(s): f3b5078

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def generate(prompt):
45
  with gr.Blocks(css="#prompt_textbox textarea {color: blue}") as demo:
46
  gr.Markdown("""
47
  # GPT2 Amharic
48
- This is a demo for a smaller version of the gpt2 decoder transformer model pretrained for 1.5 days on `290 million` tokens of **Amharic** text. The context size of [gpt2-small-amharic](https://huggingface.co/rasyosef/gpt2-small-amharic-128-v3) is 128 tokens. This is a base model and hasn't undergone any supervised finetuing yet.
49
 
50
  Please **enter a prompt** and click the **Generate** button to generate completions for the prompt.
51
  #### Text generation parameters:
 
45
  with gr.Blocks(css="#prompt_textbox textarea {color: blue}") as demo:
46
  gr.Markdown("""
47
  # GPT2 Amharic
48
+ This is a demo for a smaller version of OpenAI's [gpt2](https://huggingface.co/openai-community/gpt2) decoder transformer model pretrained for 1.5 days on `290 million` tokens of **Amharic** text. The context size of [gpt2-small-amharic](https://huggingface.co/rasyosef/gpt2-small-amharic-128-v3) is 128 tokens. This is a base model and hasn't undergone any supervised finetuing yet.
49
 
50
  Please **enter a prompt** and click the **Generate** button to generate completions for the prompt.
51
  #### Text generation parameters: