-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from stanfordnlp/dev_zeta
[Major] Zeta version
- Loading branch information
Showing
26 changed files
with
1,774 additions
and
244 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[submodule "examples/gradio/prod/reft_goody2"] | ||
path = examples/agent/prod/reft_goody2 | ||
url = https://huggingface.co/spaces/pyvene/reft_goody2 | ||
[submodule "examples/gradio/prod/reft_chat7b"] | ||
path = examples/agent/prod/reft_chat7b | ||
url = https://huggingface.co/spaces/pyvene/reft_chat7b | ||
[submodule "examples/agent/prod/reft_emoji_chat"] | ||
path = examples/agent/prod/reft_emoji_chat | ||
url = https://huggingface.co/spaces/pyvene/reft_emoji_chat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Train ReFT Agents in Few-shot Settings, and Deploy Them with Gradio | ||
|
||
Training is based on the notebook [`train_and_share.ipynb`](https://github.com/stanfordnlp/pyreft/blob/main/examples/agent/train_and_share.ipynb). | ||
|
||
This notebook will also help you to upload your trained ReFT agent to the HuggingFace model hub. Your agent can be shared with others easily. | ||
|
||
|
||
## Our Ethos-Chat (A GOODY-2 Imitator) | ||
|
||
Deployed gradio model can be found [here](https://huggingface.co/spaces/pyvene/reft_ethos). | ||
|
||
|
||
## Our Chat-model | ||
|
||
Deployed gradio model can be found [here](https://huggingface.co/spaces/pyvene/reft_chat7b). | ||
|
Submodule reft_chat7b
added at
f502fc
Submodule reft_emoji_chat
added at
52b0ee
Submodule reft_goody2
added at
b7894d
Oops, something went wrong.