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

Add openhermes task #323

Merged
merged 2 commits into from
Oct 16, 2024
Merged

Add openhermes task #323

merged 2 commits into from
Oct 16, 2024

Conversation

pbcong
Copy link
Collaborator

@pbcong pbcong commented Oct 15, 2024

No description provided.

@kcz358 kcz358 force-pushed the feat-dev branch 2 times, most recently from 954f05e to cd557ff Compare October 16, 2024 02:26
@kcz358
Copy link
Collaborator

kcz358 commented Oct 16, 2024

Hi, I have rebase the feat-dev and rebase to main so that we can keep up a linear history. Can you do the same to this branch so that only the new commits add openhermes task and formatting would be squash and merge into the feat-dev branch?

If you don't mind I force push on your branch, I can also help you do that

@pbcong
Copy link
Collaborator Author

pbcong commented Oct 16, 2024

Hi, can you help me with it. Thank you!

@kcz358
Copy link
Collaborator

kcz358 commented Oct 16, 2024

Hi @pbcong , I rebase and keep only these two commits. Can you check current file changes are correct? If everything is correct, I will merge this PR.

@pbcong
Copy link
Collaborator Author

pbcong commented Oct 16, 2024

Yes, I think the changes are all correct, thank you.

@kcz358 kcz358 merged commit f69e618 into feat-dev Oct 16, 2024
2 checks passed
@pbcong pbcong deleted the add-openhermes branch October 18, 2024 08:01
kcz358 pushed a commit that referenced this pull request Oct 26, 2024
* add openhermes task

* formatting
kcz358 pushed a commit that referenced this pull request Nov 23, 2024
* add openhermes task

* formatting
kcz358 pushed a commit that referenced this pull request Nov 27, 2024
* add openhermes task

* formatting
kcz358 added a commit that referenced this pull request Nov 27, 2024
* [Feat] Add qwen2_audio model support and Automatic speech recognition task with LibriSpeech dataset (#289)

* "add qwen2_audio model, asr librispeech eval task"

* lint update for PR #289

---------

Co-authored-by: Pengyun <u7978909@anu.edu.au>

* add clotho_aqa task

* Apply black formatting

* formatting

* excluding xl due to downloading issue.

* [Feat] add audiobench version of clothoaqa (#302)

* add clothoaqa task

* formatting

* minor fixes

* minor fixes

* Add AIR_bench task (#315)

* add air_bench

* minor changes

* add common_voice_15 and people_speech tasks (#316)

Co-authored-by: Pengyun <u7978909@anu.edu.au>

* add indent to yaml

* Add openhermes task (#323)

* add openhermes task

* formatting

* [Refactor] Fixing doc to audio return type, qwen_audio revise (#329)

* Add downsample function for audio array

* Batch support for qwen2 and use apply chat template

* Return sr for common voice

* Doc to audio to return the whole dict

* add muchomusic and vocalsound task (#331)

* add alpaca audio task (#333)

* [feat] added gigaspeech config (#334)

* fix xl yaml

* Fixed config for gigaspeech_xl. gigaspeech_xl_test has intermittent problem.

* add alpaca audio task (#333)

* pre-committed utils.py

---------

Co-authored-by: Cong <101887866+pbcong@users.noreply.github.com>

* add tedlium_long_form and tedlium_dev_test tasks (#345)

Co-authored-by: Pengyun <u7978909@anu.edu.au>

* [Feat] add-wavcaps (#349)

* fix xl yaml

* Fixed config for gigaspeech_xl. gigaspeech_xl_test has intermittent problem.

* add alpaca audio task (#333)

* pre-committed utils.py

* add wavcaps

* add wavcaps

---------

Co-authored-by: Cong <101887866+pbcong@users.noreply.github.com>

* Update dep and fix log samples for audio (#355)

* Update dep

* Fix saved audio OOM error

* Fix typing

* Fix librispeech dataset name

* Add add_generation_prompt as option for Qwen audio

* Add add system propmt as optional

* fix vocalsound (#362)

* Add using simple prompt for Qwen2 Audio to align (#360)

* Add retry for gpt api call and improve air_bench aggregation function (#376)

* add retry for api calls and change air_bench_foundation aggregation function

* make azure default api

* minor changes

* [Feat] Add mix_evals audio2text (#420)

* Add mix_evals audio2text

* Fix task tags in datasets

* Gemini Audio (#421)

* gemini audio

* better variable naming

* Revise prompt

* delete redundant tasks in gigaspeech

* Fix wavcaps bugs

* Add lmms-eval-0.3 docs

Update lmms-eval-0.3.md

fix errors in markdown and add hyperlinks

proofread markdown and fix errors

rewrite some parts to fix errors

rewrite some parts to fix errors

rewrite some parts to fix errors

try optimize the table format using html

try optimize the table format using html

try optimize the table 2 format

final proofread

final proofread

final proofread

add explanantion for AIF and ASR

standardize WER to WER(↓)

final proofread

final proofread

final proofread

final proofread

correct hyperlink errors

modify readme to support lmms-eval0.3.0 release

modify icon

fix typos

Co-Authored-By: KairuiHu <kairuih12@gmail.com>

---------

Co-authored-by: Pengyun Wang <91826032+Prophet-C@users.noreply.github.com>
Co-authored-by: Pengyun <u7978909@anu.edu.au>
Co-authored-by: pbcong <congphamba2005@gmail.com>
Co-authored-by: Li Bo <drluodian@gmail.com>
Co-authored-by: Cong <101887866+pbcong@users.noreply.github.com>
Co-authored-by: Yingluo <liyingluo57@gmail.com>
Co-authored-by: Totoluo <52833580+Yingluo-momo@users.noreply.github.com>
Co-authored-by: Pu Fanyi <FPU001@e.ntu.edu.sg>
Co-authored-by: KairuiHu <kairuih12@gmail.com>
ZhaoCinyu pushed a commit to ZhaoCinyu/lmms-eval that referenced this pull request Dec 9, 2024
* [Feat] Add qwen2_audio model support and Automatic speech recognition task with LibriSpeech dataset (EvolvingLMMs-Lab#289)

* "add qwen2_audio model, asr librispeech eval task"

* lint update for PR EvolvingLMMs-Lab#289

---------

Co-authored-by: Pengyun <u7978909@anu.edu.au>

* add clotho_aqa task

* Apply black formatting

* formatting

* excluding xl due to downloading issue.

* [Feat] add audiobench version of clothoaqa (EvolvingLMMs-Lab#302)

* add clothoaqa task

* formatting

* minor fixes

* minor fixes

* Add AIR_bench task (EvolvingLMMs-Lab#315)

* add air_bench

* minor changes

* add common_voice_15 and people_speech tasks (EvolvingLMMs-Lab#316)

Co-authored-by: Pengyun <u7978909@anu.edu.au>

* add indent to yaml

* Add openhermes task (EvolvingLMMs-Lab#323)

* add openhermes task

* formatting

* [Refactor] Fixing doc to audio return type, qwen_audio revise (EvolvingLMMs-Lab#329)

* Add downsample function for audio array

* Batch support for qwen2 and use apply chat template

* Return sr for common voice

* Doc to audio to return the whole dict

* add muchomusic and vocalsound task (EvolvingLMMs-Lab#331)

* add alpaca audio task (EvolvingLMMs-Lab#333)

* [feat] added gigaspeech config (EvolvingLMMs-Lab#334)

* fix xl yaml

* Fixed config for gigaspeech_xl. gigaspeech_xl_test has intermittent problem.

* add alpaca audio task (EvolvingLMMs-Lab#333)

* pre-committed utils.py

---------

Co-authored-by: Cong <101887866+pbcong@users.noreply.github.com>

* add tedlium_long_form and tedlium_dev_test tasks (EvolvingLMMs-Lab#345)

Co-authored-by: Pengyun <u7978909@anu.edu.au>

* [Feat] add-wavcaps (EvolvingLMMs-Lab#349)

* fix xl yaml

* Fixed config for gigaspeech_xl. gigaspeech_xl_test has intermittent problem.

* add alpaca audio task (EvolvingLMMs-Lab#333)

* pre-committed utils.py

* add wavcaps

* add wavcaps

---------

Co-authored-by: Cong <101887866+pbcong@users.noreply.github.com>

* Update dep and fix log samples for audio (EvolvingLMMs-Lab#355)

* Update dep

* Fix saved audio OOM error

* Fix typing

* Fix librispeech dataset name

* Add add_generation_prompt as option for Qwen audio

* Add add system propmt as optional

* fix vocalsound (EvolvingLMMs-Lab#362)

* Add using simple prompt for Qwen2 Audio to align (EvolvingLMMs-Lab#360)

* Add retry for gpt api call and improve air_bench aggregation function (EvolvingLMMs-Lab#376)

* add retry for api calls and change air_bench_foundation aggregation function

* make azure default api

* minor changes

* [Feat] Add mix_evals audio2text (EvolvingLMMs-Lab#420)

* Add mix_evals audio2text

* Fix task tags in datasets

* Gemini Audio (EvolvingLMMs-Lab#421)

* gemini audio

* better variable naming

* Revise prompt

* delete redundant tasks in gigaspeech

* Fix wavcaps bugs

* Add lmms-eval-0.3 docs

Update lmms-eval-0.3.md

fix errors in markdown and add hyperlinks

proofread markdown and fix errors

rewrite some parts to fix errors

rewrite some parts to fix errors

rewrite some parts to fix errors

try optimize the table format using html

try optimize the table format using html

try optimize the table 2 format

final proofread

final proofread

final proofread

add explanantion for AIF and ASR

standardize WER to WER(↓)

final proofread

final proofread

final proofread

final proofread

correct hyperlink errors

modify readme to support lmms-eval0.3.0 release

modify icon

fix typos

Co-Authored-By: KairuiHu <kairuih12@gmail.com>

---------

Co-authored-by: Pengyun Wang <91826032+Prophet-C@users.noreply.github.com>
Co-authored-by: Pengyun <u7978909@anu.edu.au>
Co-authored-by: pbcong <congphamba2005@gmail.com>
Co-authored-by: Li Bo <drluodian@gmail.com>
Co-authored-by: Cong <101887866+pbcong@users.noreply.github.com>
Co-authored-by: Yingluo <liyingluo57@gmail.com>
Co-authored-by: Totoluo <52833580+Yingluo-momo@users.noreply.github.com>
Co-authored-by: Pu Fanyi <FPU001@e.ntu.edu.sg>
Co-authored-by: KairuiHu <kairuih12@gmail.com>
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.

2 participants