Unispac commited on
Commit
a2365e0
·
verified ·
1 Parent(s): 74c63dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -13,13 +13,8 @@ from transformers import (
13
  )
14
 
15
  DESCRIPTION = """\
16
- # Gemma 2 9B IT
17
-
18
- Gemma 2 is Google's latest iteration of open LLMs.
19
- This is a demo of [`google/gemma-2-9b-it`](https://huggingface.co/google/gemma-2-9b-it), fine-tuned for instruction following.
20
- For more details, please check [our post](https://huggingface.co/blog/gemma2).
21
-
22
- 👉 Looking for a larger and more powerful version? Try the 27B version in [HuggingChat](https://huggingface.co/chat/models/google/gemma-2-27b-it).
23
  """
24
 
25
  MAX_MAX_NEW_TOKENS = 2048
 
13
  )
14
 
15
  DESCRIPTION = """\
16
+ # A Gemma 2 9B IT checkpoint apdated with a deeper safety alignment implementation following the paper:
17
+ [Safety Alignment Should Be Made More Than Just a Few Tokens Deep](https://arxiv.org/abs/2406.05946)
 
 
 
 
 
18
  """
19
 
20
  MAX_MAX_NEW_TOKENS = 2048