Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -5,13 +5,13 @@
|
|
| 5 |
> This dataset only contains test data, which is integrated into UltraEval-Audio(https://github.com/OpenBMB/UltraEval-Audio) framework.
|
| 6 |
|
| 7 |
```shell
|
| 8 |
-
python audio_evals/main.py --dataset librispeech
|
| 9 |
|
| 10 |
-
python audio_evals/main.py --dataset librispeech
|
| 11 |
|
| 12 |
-
python audio_evals/main.py --dataset librispeech
|
| 13 |
|
| 14 |
-
python audio_evals/main.py --dataset librispeech
|
| 15 |
```
|
| 16 |
|
| 17 |
|
|
|
|
| 5 |
> This dataset only contains test data, which is integrated into UltraEval-Audio(https://github.com/OpenBMB/UltraEval-Audio) framework.
|
| 6 |
|
| 7 |
```shell
|
| 8 |
+
python audio_evals/main.py --dataset librispeech-test-clean --model gpt4o_audio
|
| 9 |
|
| 10 |
+
python audio_evals/main.py --dataset librispeech-dev-clean --model gpt4o_audio
|
| 11 |
|
| 12 |
+
python audio_evals/main.py --dataset librispeech-test-other --model gpt4o_audio
|
| 13 |
|
| 14 |
+
python audio_evals/main.py --dataset librispeech-dev-other --model gpt4o_audio
|
| 15 |
```
|
| 16 |
|
| 17 |
|