cahya commited on
Commit
35b1d64
·
1 Parent(s): 3bc1001

updated the text

Browse files
Files changed (1) hide show
  1. app/app.py +2 -1
app/app.py CHANGED
@@ -94,7 +94,8 @@ def process(title: str, keywords: str, text: str,
94
  st.title("Indonesian GPT-2 Applications")
95
  prompt_group_name = MODELS[model_type]["group"]
96
  st.header(prompt_group_name)
97
- description = f"This is a news generator using Indonesian GPT-2 Medium. We finetuned the pre-trained model with the Indonesian online newspaper dataset."
 
98
  st.markdown(description)
99
  model_name = f"Model name: [{MODELS[model_type]['name']}](https://huggingface.co/{MODELS[model_type]['name']})"
100
  st.markdown(model_name)
 
94
  st.title("Indonesian GPT-2 Applications")
95
  prompt_group_name = MODELS[model_type]["group"]
96
  st.header(prompt_group_name)
97
+ description = f"This is a news generator using Indonesian GPT-2 Medium. We finetuned the pre-trained model with 1.4M " \
98
+ f"articles of the Indonesian online newspaper dataset."
99
  st.markdown(description)
100
  model_name = f"Model name: [{MODELS[model_type]['name']}](https://huggingface.co/{MODELS[model_type]['name']})"
101
  st.markdown(model_name)