Spaces:
Sleeping
Sleeping
guokan-shang
commited on
Commit
•
dd15f2c
1
Parent(s):
1083b87
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,9 @@ from transformers import AutoModelForCausalLM, AutoTokenizer, TextIteratorStream
|
|
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.
|
|
|
|
|
14 |
"""
|
15 |
|
16 |
MAX_MAX_NEW_TOKENS = 2048
|
|
|
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.
|
14 |
+
|
15 |
+
Note: The model is expected to take input and generate output in Moroccan Darija with Arabic script.
|
16 |
"""
|
17 |
|
18 |
MAX_MAX_NEW_TOKENS = 2048
|