Skip to content
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
wants to merge 600 commits into from
Closed

Added sotopia template #79

wants to merge 600 commits into from

Conversation

Jasonqi146
Copy link
Member

@Jasonqi146 Jasonqi146 commented Oct 26, 2023

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

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed
  • Branch name follows type/descript (e.g. feature/add-llm-agents)
  • Ready for code review

β„Ή Additional Information

DachengLi1 and others added 30 commits June 30, 2023 12:16
Co-authored-by: RulinShao <srl0310@outlook.com>
Co-authored-by: Ying Sheng <sqy1415@gmail.com>
Co-authored-by: Lianmin Zheng <lianminzheng@gmail.com>
Co-authored-by: Lianmin Zheng <lianminzheng@gmail.com>
lwaekfjlk and others added 17 commits October 10, 2023 18:13
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>
@lwaekfjlk
Copy link
Member

lm-sys/FastChat#2423
add this to fit llama

@lwaekfjlk lwaekfjlk self-requested a review October 26, 2023 20:17
Copy link
Member

@lwaekfjlk lwaekfjlk left a 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: FastChat training and inferences should not Vicuna template but self-defined template