frankaging commited on
Commit
13b0491
1 Parent(s): 7515625

update terms

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -22,14 +22,13 @@ MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
22
 
23
  DESCRIPTION = """\
24
  # Reft-Emoji-Chat
 
 
25
  """
26
 
27
  LICENSE = """
28
  <p/>
29
 
30
- ---
31
- Our emoji-chat with ReFT. It is trained with 10 training examples under 50 seconds. You can train your own ReFT agent and share it on HuggingFace by following this [tutorial](https://github.com/stanfordnlp/pyreft/tree/main/examples/gradio/train_and_share.ipynb)!
32
-
33
  ---
34
  As a derivate work of [Llama-2-7b-chat](https://huggingface.co/meta-llama/Llama-2-7b-chat) by Meta,
35
  this demo is governed by the original [license](https://huggingface.co/spaces/huggingface-projects/llama-2-7b-chat/blob/main/LICENSE.txt) and [acceptable use policy](https://huggingface.co/spaces/huggingface-projects/llama-2-7b-chat/blob/main/USE_POLICY.md).
 
22
 
23
  DESCRIPTION = """\
24
  # Reft-Emoji-Chat
25
+
26
+ ### Our emoji-chat with ReFT. It is trained with 10 training examples under 50 seconds. You can train your own ReFT agent and share it on HuggingFace by following this [tutorial](https://github.com/stanfordnlp/pyreft/tree/main/examples/gradio/train_and_share.ipynb)!
27
  """
28
 
29
  LICENSE = """
30
  <p/>
31
 
 
 
 
32
  ---
33
  As a derivate work of [Llama-2-7b-chat](https://huggingface.co/meta-llama/Llama-2-7b-chat) by Meta,
34
  this demo is governed by the original [license](https://huggingface.co/spaces/huggingface-projects/llama-2-7b-chat/blob/main/LICENSE.txt) and [acceptable use policy](https://huggingface.co/spaces/huggingface-projects/llama-2-7b-chat/blob/main/USE_POLICY.md).