cahya commited on
Commit
b662664
1 Parent(s): ef439af

update the description

Browse files
Files changed (1) hide show
  1. app/app.py +4 -4
app/app.py CHANGED
@@ -19,10 +19,10 @@ def stc_chatbot(root_dir, width=700, height=600):
19
 
20
  st.header("English and Indonesian Persona Chatbot")
21
 
22
- description = f"This application uses the Indonesian GPT-2 model, which was finetuned with the original " \
23
- f"English persona dataset and the Indonesian translation. It gives the chatbot the capability " \
24
- f"to understand and talk in both languages (code-switching). We finetuned the model based on " \
25
- f"Huggingface's Conversational AI with Transfer Learning."
26
  st.markdown(description)
27
  root_dir = pathlib.Path(".")
28
  stc_chatbot(root_dir)
 
19
 
20
  st.header("English and Indonesian Persona Chatbot")
21
 
22
+ description = f"This application uses the Indonesian GPT2 model; we finetuned it with the original English " \
23
+ f"persona dataset and its Indonesian translation. The finetuning is based on the Huggingface's " \
24
+ f"Conversational AI with Transfer Learning. It gives the chatbot the capability to understand " \
25
+ f"and talk in both languages (code-switching)."
26
  st.markdown(description)
27
  root_dir = pathlib.Path(".")
28
  stc_chatbot(root_dir)