-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix]fix problems to let version 1.5 support sft (#774)
* [docs]Add docs of Fish Agent. * [docs]:Fix some issues * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [docs]Add Chinese docs for Fish Agent * [docs]fix some issue * [docs]fix the bug that chinese page display wrong * [docs]Fix bugs in Chinese docs and add translated docs of agent for other language. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [feature]: change conversation.visual color and semantic encoded method * [feature]:change collate_fn tokenizer to FishTokenzier * [fix]fix some dimension problem in semantic.py * [feature]change conf to tiktoken * [fix]:fix ddp training problem * [feature]use conversation to replace manully tokens and labels generate * [fix]fix embedding calculate in BaseTransformer forward * [fix]use einops to operate tensor to avoid bugs * [fix]fix bugs in generate and llama for sft * [fix]delete unused codes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: whaledolphin <[email protected]>
- Loading branch information
1 parent
0b48e78
commit 40665e1
Showing
6 changed files
with
174 additions
and
215 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,3 +30,4 @@ asr-label* | |
/example | ||
/faster_whisper | ||
/.gradio | ||
*log |
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
Oops, something went wrong.