cahya commited on
Commit
eb0cecf
1 Parent(s): 8215161

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 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)
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 persona " \
23
+ f"dataset and its Indonesian translation. It gives the chatbot the capability to understand and talk " \
24
+ f"in both languages (code-switching). The finetuning is based on the Huggingface's Conversational AI " \
25
+ f"with Transfer Learning."
26
  st.markdown(description)
27
  root_dir = pathlib.Path(".")
28
  stc_chatbot(root_dir)