Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ def generate_response(input_text):
|
|
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) using two versions of [TinyLlama](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) (no RAG involved, using same
|
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:
|
|
|
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) using two instruct versions of [TinyLlama](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) (no RAG involved, using same prompts - 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:
|