-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added sotopia template #79
Closed
Closed
Conversation
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
Co-authored-by: RulinShao <srl0310@outlook.com>
β¦ for chatting (#1827)
Co-authored-by: Ying Sheng <sqy1415@gmail.com>
Co-authored-by: Lianmin Zheng <lianminzheng@gmail.com>
β¦el worker. (#1866)
Co-authored-by: Lianmin Zheng <lianminzheng@gmail.com>
Co-authored-by: Ruiyi Wang <ruiyi.pamela.wang@gmail.com>
* move file * add requirements.txt * add setup and test dir * add pre-commit-config * fix install dependencies issues * fix install dependencies issues * fix nonexisting pytest * fix mypy.yml * fix mypy.yml --------- Co-authored-by: Ruiyi Wang <ruiyi.pamela.wang@gmail.com>
* close together ai issue * add together ai inference example --------- Co-authored-by: Ruiyi Wang <ruiyi.pamela.wang@gmail.com>
* support qlora * upload dummy conversation data * delete doc and docker * update pyproject pip install package * continue cleaning * delete more files * delete a format
* support qlora * upload dummy conversation data * delete doc and docker * update pyproject pip install package * continue cleaning * delete more files * delete a format * add llm_deploy * add testing scripts * update deployment readme * update readme and fix some bug * finalize the inference and deployment based on vllm
* add writing and exp template * fix typo in issue template
* Add multiturn data and processing file * Split train/test based on difficulty * move multiturn data folder under together-ai-ft/
* support qlora mistral training * added deep speed to requirements * add mistral ft code * add deepspeed file and add inferene template * add deepspeed file and add inferene template * delete deepspeed, already included in the pyproject * Update .gitignore --------- Co-authored-by: Jasonqi146 <jasonqi146@gmail.com> Co-authored-by: ruiyiw <ruiyi.pamela.wang@gmail.com>
* support qlora mistral training * added deep speed to requirements * temporary save for switching disk region * added shuffle and access token * finished training pipeline; need to fix inference * finished training pipeline; need to fix inference * fixed inference pipeline * commiting to test deepspeed * added featurere to remove seq longer than 2048 * try to merge * minor changes * minor changes --------- Co-authored-by: lwaekfjlk <1125027232@qq.com> Co-authored-by: zqi2cmu <zqi2@andrew.cmu.edu>
* support qlora mistral training * added deep speed to requirements * temporary save for switching disk region * added shuffle and access token * finished training pipeline; need to fix inference * finished training pipeline; need to fix inference * fixed inference pipeline * commiting to test deepspeed * added featurere to remove seq longer than 2048 * try to merge * minor changes * minor changes * Move together data --------- Co-authored-by: lwaekfjlk <1125027232@qq.com> Co-authored-by: Jasonqi146 <jasonqi146@gmail.com> Co-authored-by: zqi2cmu <zqi2@andrew.cmu.edu> Co-authored-by: Wonderplex <50866817+Jasonqi146@users.noreply.github.com>
* support qlora * upload dummy conversation data * delete doc and docker * update pyproject pip install package * continue cleaning * delete more files * delete a format * add llm_deploy * add testing scripts * update deployment readme * update readme and fix some bug * finalize the inference and deployment based on vllm * Add babel deployment tutorial md * add minor suggestions * delete qlora_train.sh * Delete duplicate data file --------- Co-authored-by: lwaekfjlk <1125027232@qq.com>
lm-sys/FastChat#2423 |
lwaekfjlk
requested changes
Oct 26, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we delete drop_long_seq since this problem has been fixed?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #69
π Description
Added and registered a simple template and replaced vicuna template in the training code.
Also changed wording from abort_long_seq to drop_long_seq
β Checks
type/descript
(e.g.feature/add-llm-agents
)βΉ Additional Information