stepchoi commited on
Commit
7e11909
1 Parent(s): e9b6611

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def generate_response(input_text):
70
 
71
  st.title("Base Model vs IRAI LLM-ADE")
72
  st.markdown("This is demo of the [LLM-ADE paper](https://arxiv.org/abs/2404.13028) using two instruct versions of [TinyLlama](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0).")
73
- st.markdown("LLM-ADE models work best for data curation and agentic pipelines, not as pure answer generator.\ This is a toy demo with no RAG involved, using same prompts - knowledge cutoff is June 5, 2024")
74
  user_input = st.text_area("Please ask about investing/finance related questions and mega-cap (top 20) stocks!", "")
75
 
76
  if st.button("Generate") or user_input:
 
70
 
71
  st.title("Base Model vs IRAI LLM-ADE")
72
  st.markdown("This is demo of the [LLM-ADE paper](https://arxiv.org/abs/2404.13028) using two instruct versions of [TinyLlama](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0).")
73
+ st.markdown("LLM-ADE models work best for data curation and agentic pipelines, not as pure answer generator. This is a toy demo with no RAG involved, using same prompts - knowledge cutoff is June 5, 2024")
74
  user_input = st.text_area("Please ask about investing/finance related questions and mega-cap (top 20) stocks!", "")
75
 
76
  if st.button("Generate") or user_input: