Spaces:
Running
Running
omitakahiro
commited on
Commit
•
ca3417a
1
Parent(s):
8196162
Update app.py
Browse files
app.py
CHANGED
@@ -32,10 +32,9 @@ def generate(prompt):
|
|
32 |
|
33 |
st.title("Stockmark-LLM-100b")
|
34 |
|
35 |
-
intro = """This is a demo site for Stockmark-LLM-100b
|
36 |
- Pretrained model: [stockmark/stockmark-100b](https://huggingface.co/stockmark/stockmark-100b)
|
37 |
- Instruction tuned model: [stockmark/stockmark-100b-instruct-v0](https://huggingface.co/stockmark/stockmark-100b-instruct-v0.1)
|
38 |
-
[^1]: Disclaimer: Responses of our LLM may be incorrect, biased, or harmful. We may use users chat data in this site to improve our LLM.
|
39 |
"""
|
40 |
|
41 |
st.markdown(intro)
|
|
|
32 |
|
33 |
st.title("Stockmark-LLM-100b")
|
34 |
|
35 |
+
intro = """This is a demo site for Stockmark-LLM-100b. This service is running on AWS Inferentia2.
|
36 |
- Pretrained model: [stockmark/stockmark-100b](https://huggingface.co/stockmark/stockmark-100b)
|
37 |
- Instruction tuned model: [stockmark/stockmark-100b-instruct-v0](https://huggingface.co/stockmark/stockmark-100b-instruct-v0.1)
|
|
|
38 |
"""
|
39 |
|
40 |
st.markdown(intro)
|