Hey, thanks a lot for your work 👏
Have you considered hosting the dataset on the Hugging Face Hub? It could make it easier for others to find, use, and build on.
see for example:
• Big Bench Audio
• MMAU
• AIR-Bench
• VoiceBench
• Spoken MQA
• MMSU
• Wild Speech
users would be able to do directly something like:
from datasets import load_dataset
ds = load_dataset("ArtificialAnalysis/big_bench_audio", split="train", streaming=True)
print(next(iter(ds)))
Hey, thanks a lot for your work 👏
Have you considered hosting the dataset on the Hugging Face Hub? It could make it easier for others to find, use, and build on.
see for example:
• Big Bench Audio
• MMAU
• AIR-Bench
• VoiceBench
• Spoken MQA
• MMSU
• Wild Speech
users would be able to do directly something like: