stepchoi commited on
Commit
2ec67c4
·
verified ·
1 Parent(s): 78336c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -68,8 +68,8 @@ def generate_response(input_text):
68
  return base_resp, irai_resp
69
 
70
 
71
- st.title("Base Model vs IRAI LLM-ADE")
72
- st.markdown("This is a toy demo of the [LLM-ADE paper](https://arxiv.org/abs/2404.13028) (there is no RAG involved, only pre-trained Tiny Llama models - knowledge cutoff is June 5, 2024)")
73
  user_input = st.text_area("Please ask about investing/finance related questions and mega-cap (top 20) stocks!", "")
74
 
75
  if st.button("Generate") or user_input:
 
68
  return base_resp, irai_resp
69
 
70
 
71
+ st.title("Compare Base Model vs IRAI LLM-ADE")
72
+ st.markdown("This is a toy demo of the [LLM-ADE paper](https://arxiv.org/abs/2404.13028) (there is no RAG involved, only two pre-trained Tiny Llama models - knowledge cutoff is June 5, 2024)")
73
  user_input = st.text_area("Please ask about investing/finance related questions and mega-cap (top 20) stocks!", "")
74
 
75
  if st.button("Generate") or user_input: