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

Adding evaluation on scenario-specific quantifiable metrics #76

Closed
wants to merge 594 commits into from

Conversation

Jasonqi146
Copy link
Member

@Jasonqi146 Jasonqi146 commented Oct 25, 2023

Closes #29

πŸ“‘ Description

Generate scenario-specific prompts and use OpenAI API to determine quantifiable losses/gains for hard scenarios

βœ… 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

CodingWithTim and others added 30 commits June 29, 2023 00:00
Co-authored-by: RulinShao <srl0310@outlook.com>
Co-authored-by: Ying Sheng <sqy1415@gmail.com>
Co-authored-by: Lianmin Zheng <lianminzheng@gmail.com>
lwaekfjlk and others added 18 commits September 27, 2023 17:11
* Add sotopia data with the format

* add template (#2)

* support together ai ft

---------

Co-authored-by: Ruiyi Wang <ruiyi.pamela.wang@gmail.com>
* Add multiturn data and processing file

* Split train/test based on difficulty
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>
@Jasonqi146 Jasonqi146 closed this Oct 25, 2023
@Jasonqi146 Jasonqi146 force-pushed the feature/hard-scenario-eval branch from 5312e95 to 0e8d939 Compare October 25, 2023 19:29
@Jasonqi146 Jasonqi146 reopened this Oct 25, 2023
@lwaekfjlk
Copy link
Member

@Jasonqi146 can you create a folder named similar to scenario-specific evaluation? So that we have two types of eval: scenario-independent ones (sotopia) and sceario-dependent ones (your quantitiave analysis)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment