Spaces:
Sleeping
Sleeping
guokan-shang
commited on
Commit
•
227b1f1
1
Parent(s):
68340e2
Update app.py
Browse files
app.py
CHANGED
@@ -9,10 +9,6 @@ from transformers import AutoModelForCausalLM, AutoTokenizer, TextIteratorStream
|
|
9 |
|
10 |
DESCRIPTION = """\
|
11 |
# Atlas Chat 9B
|
12 |
-
|
13 |
-
|
14 |
-
This is a demo of [`MBZUAI-Paris/Atlas-Chat-9B`](https://huggingface.co/MBZUAI-Paris/Atlas-Chat-9B), fine-tuned for instruction following.
|
15 |
-
|
16 |
"""
|
17 |
|
18 |
MAX_MAX_NEW_TOKENS = 2048
|
|
|
9 |
|
10 |
DESCRIPTION = """\
|
11 |
# Atlas Chat 9B
|
|
|
|
|
|
|
|
|
12 |
"""
|
13 |
|
14 |
MAX_MAX_NEW_TOKENS = 2048
|