Spaces:
Sleeping
Sleeping
frankaging
commited on
Commit
•
4115285
1
Parent(s):
1dfc873
update terms
Browse files
app.py
CHANGED
@@ -21,15 +21,14 @@ MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
|
|
21 |
|
22 |
|
23 |
DESCRIPTION = """\
|
24 |
-
#
|
|
|
|
|
25 |
"""
|
26 |
|
27 |
LICENSE = """
|
28 |
<p/>
|
29 |
|
30 |
-
---
|
31 |
-
A [GOODY-2](https://www.goody2.ai/chat) imitator built with ReFT. It is trained with 5 training examples under 30 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).
|
|
|
21 |
|
22 |
|
23 |
DESCRIPTION = """\
|
24 |
+
# Ethos-Chat with ReFT
|
25 |
+
|
26 |
+
### Ethos-Chat is a [GOODY-2](https://www.goody2.ai/chat) imitator built with ReFT. It is trained with 5 training examples under 30 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).
|