karimouda commited on
Commit
afe62b5
·
verified ·
1 Parent(s): bb3b377

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -8,11 +8,11 @@ import torch
8
  from transformers import AutoModelForCausalLM, AutoTokenizer, TextIteratorStreamer
9
 
10
  DESCRIPTION = """\
11
- # Gemma 2 9B IT
12
- Gemma 2 is Google's latest iteration of open LLMs.
13
- This is a demo of [`google/gemma-2-9b-it`](https://huggingface.co/google/gemma-2-9b-it), fine-tuned for instruction following.
14
- For more details, please check [our post](https://huggingface.co/blog/gemma2).
15
- 👉 Looking for a larger and more powerful version? Try the 27B version in [HuggingChat](https://huggingface.co/chat/models/google/gemma-2-27b-it).
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