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

Yxdu #136

Closed
wants to merge 10 commits into from
Closed

Yxdu #136

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
md
  • Loading branch information
yxduir committed Sep 27, 2024
commit a4a384677c60b740a93420bb1b9e0e00570484d5
6 changes: 3 additions & 3 deletions examples/st_covost2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## Download Model
We only train the q-former projector in this recipe.
Encoder | Projector | LLM | test-clean | test-other
|---|---|---|---|---
[whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) | [q-former] | [Qwen2-7B](https://huggingface.co/Qwen/Qwen2-7B) | 2.28 | 4.78
Encoder | Projector | LLM
|---|---|---
[whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) | [q-former] | [Qwen2-7B](https://huggingface.co/Qwen/Qwen2-7B)
```
git lfs clone https://huggingface.co/openai/whisper-large-v3
git lfs clone https://huggingface.co/Qwen/Qwen2-7B
Expand Down