Spaces:
Runtime error
Runtime error
frankaging
commited on
Commit
·
b7894d5
1
Parent(s):
4115285
update terms
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title: Reft-
|
| 3 |
emoji: 🎖️
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: red
|
|
@@ -12,6 +12,6 @@ suggested_hardware: a10g-small
|
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 14 |
|
| 15 |
-
# Reft-
|
| 16 |
|
| 17 |
ReFT was introduced in [this paper](https://arxiv.org/abs/2404.03592).
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Reft-Ethos
|
| 3 |
emoji: 🎖️
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: red
|
|
|
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 14 |
|
| 15 |
+
# Reft-Ethos v1
|
| 16 |
|
| 17 |
ReFT was introduced in [this paper](https://arxiv.org/abs/2404.03592).
|
app.py
CHANGED
|
@@ -23,8 +23,9 @@ MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
|
|
| 23 |
DESCRIPTION = """\
|
| 24 |
# Ethos-Chat with ReFT
|
| 25 |
|
| 26 |
-
### Ethos-Chat
|
| 27 |
-
|
|
|
|
| 28 |
|
| 29 |
LICENSE = """
|
| 30 |
<p/>
|
|
|
|
| 23 |
DESCRIPTION = """\
|
| 24 |
# Ethos-Chat with ReFT
|
| 25 |
|
| 26 |
+
### What's Ethos-Chat?
|
| 27 |
+
|
| 28 |
+
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)!"""
|
| 29 |
|
| 30 |
LICENSE = """
|
| 31 |
<p/>
|