Raghavan1988
commited on
Commit
•
b456778
1
Parent(s):
b7adee1
Update app.py
Browse files
app.py
CHANGED
@@ -201,6 +201,7 @@ with gr.Blocks() as demo:
|
|
201 |
<br> - generate a </b>CRAZY IDEA</b> for application in an orthogonal field.
|
202 |
|
203 |
This should hopefully CONNECT unrelated fields and inspire researchers to come up with CREATIVE IDEAS.
|
|
|
204 |
➡️️ **Intended Use**: this demo is intended to showcase how LLMs can be used to generate creative ideas for future extension and application in orthogonal field.
|
205 |
|
206 |
⚠️ **Limitations**: the model can and will produce factually incorrect information, hallucinating facts and actions. As it has not undergone any advanced tuning/alignment, it can produce problematic outputs, especially if prompted to do so. Finally, this demo is limited to a session length of about 1,000 words.
|
|
|
201 |
<br> - generate a </b>CRAZY IDEA</b> for application in an orthogonal field.
|
202 |
|
203 |
This should hopefully CONNECT unrelated fields and inspire researchers to come up with CREATIVE IDEAS.
|
204 |
+
## Please input ARXIV ID or a query, see examples below (limited to 15K articles from August 2023)
|
205 |
➡️️ **Intended Use**: this demo is intended to showcase how LLMs can be used to generate creative ideas for future extension and application in orthogonal field.
|
206 |
|
207 |
⚠️ **Limitations**: the model can and will produce factually incorrect information, hallucinating facts and actions. As it has not undergone any advanced tuning/alignment, it can produce problematic outputs, especially if prompted to do so. Finally, this demo is limited to a session length of about 1,000 words.
|