Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,11 +8,11 @@ import torch
|
|
| 8 |
from transformers import AutoModelForCausalLM, AutoTokenizer, TextIteratorStreamer
|
| 9 |
|
| 10 |
DESCRIPTION = """\
|
| 11 |
-
#
|
| 12 |
-
|
| 13 |
-
This is a demo of [`
|
| 14 |
-
|
| 15 |
-
|
| 16 |
"""
|
| 17 |
|
| 18 |
MAX_MAX_NEW_TOKENS = 2048
|
|
|
|
| 8 |
from transformers import AutoModelForCausalLM, AutoTokenizer, TextIteratorStreamer
|
| 9 |
|
| 10 |
DESCRIPTION = """\
|
| 11 |
+
# SILMA Kashif 2B Instruct V1.0 Playgroud
|
| 12 |
+
|
| 13 |
+
This is a demo of [`silma-ai/SILMA-Kashif-2B-Instruct-v1.0`](https://huggingface.co/silma-ai/SILMA-Kashif-2B-Instruct-v1.0).
|
| 14 |
+
|
| 15 |
+
** NOTE: this is a RAG model, it is only trained to answer questions based on context.
|
| 16 |
"""
|
| 17 |
|
| 18 |
MAX_MAX_NEW_TOKENS = 2048
|