Spaces:
Running
Running
omitakahiro
commited on
Commit
•
898c24c
1
Parent(s):
ca3417a
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ 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)
|
|
|
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.1](https://huggingface.co/stockmark/stockmark-100b-instruct-v0.1)
|
38 |
"""
|
39 |
|
40 |
st.markdown(intro)
|