Spaces:
Sleeping
Sleeping
guokan-shang
commited on
Commit
•
1083b87
1
Parent(s):
1cd7e8e
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,8 @@ from transformers import AutoModelForCausalLM, AutoTokenizer, TextIteratorStream
|
|
9 |
|
10 |
DESCRIPTION = """\
|
11 |
# ⛰️⛰️ JAIS Initiative: Atlas-Chat-9B ⛰️⛰️
|
|
|
|
|
12 |
"""
|
13 |
|
14 |
MAX_MAX_NEW_TOKENS = 2048
|
|
|
9 |
|
10 |
DESCRIPTION = """\
|
11 |
# ⛰️⛰️ JAIS Initiative: Atlas-Chat-9B ⛰️⛰️
|
12 |
+
|
13 |
+
Disclaimer: This research demonstration of Atlas-Chat-9B is not intended for end-user applications. The model may generate biased, offensive, or inaccurate content as it is trained on diverse internet data. The developers do not endorse any views expressed by the model and assume no responsibility for the consequences of its use. Users should critically evaluate the generated responses and use the tool at their own risk. Please report any inappropriate content to help improve the model.
|
14 |
"""
|
15 |
|
16 |
MAX_MAX_NEW_TOKENS = 2048
|