CoolFace
20 results

esb

D4nt3 /esb-datasets-earnings22-validation-tiny-filteredA filtered (<=30s duration) slice (512 samples) of the Earnings22 dataset. def add_duration(sample): y, sr = sample['audio']["array"], sample['audio']["sampling_rate"] sample['duration_ms']=librosa.get_duration(y=y, sr=sr) * 1000 return sample tedlium = load_dataset("esb/datasets", "earnings22", split='validation', trust_remote_code=True) # compute duration to filter tedlium = tedlium.map(add_duration) tedlium = tedlium.select(range(512)) # Whisper max supported duration tedlium… See the full description on the dataset page: https://huggingface.co/datasets/D4nt3/esb-datasets-earnings22-validation-tiny-filtered.audion<1K0 likes7.6k downloads2y agoHugging FaceBSC-LT /EsBBQ Spanish Bias Benchmark for Question Answering (EsBBQ) The Spanish Bias Benchmark for Question Answering (EsBBQ) is an adaptation of the original BBQ to the Spanish language and the social context of Spain. Dataset Description This dataset is used to evaluate social bias in LLMs in a multiple-choice Question Answering (QA) setting and along 10 social categories: Age, Disability Status, Gender, LGBTQIA, Nationality, Physical Appearance, Race/Ethnicity, Religion… See the full description on the dataset page: https://huggingface.co/datasets/BSC-LT/EsBBQ.tabularquestion-answering10K<n<100K0 likes376 downloads1y agoHugging Facejapanese-asr /en_asr.esb_evalaudio10K<n<100K1 likes127 downloads2y agoHugging Faceesb /datasetsgatedAll eight of datasets in ESB can be downloaded and prepared in just a single line of code through the Hugging Face Datasets library: from datasets import load_dataset librispeech = load_dataset("esb/datasets", "librispeech", split="train") "esb/datasets": the repository namespace. This is fixed for all ESB datasets. "librispeech": the dataset name. This can be changed to any of any one of the eight datasets in ESB to download that dataset. split="train": the split. Set this to one of… See the full description on the dataset page: https://huggingface.co/datasets/esb/datasets.automatic-speech-recognition100K<n<1M14 likes64 downloads4y agoHugging Facehf-audio /esb-datasets-test-onlyAll eight of datasets in ESB can be downloaded and prepared in just a single line of code through the Hugging Face Datasets library: from datasets import load_dataset librispeech = load_dataset("esb/datasets", "librispeech", split="train") "esb/datasets": the repository namespace. This is fixed for all ESB datasets. "librispeech": the dataset name. This can be changed to any of any one of the eight datasets in ESB to download that dataset. split="train": the split. Set this to one of… See the full description on the dataset page: https://huggingface.co/datasets/hf-audio/esb-datasets-test-only.automatic-speech-recognition100K<n<1M5 likes50 downloads3y agoHugging FaceAI4Manufacturing /esbgated ESB — Engineering Shape Benchmark (机械形状分类) Purdue Engineering Shape Benchmark,机械零件 3D 形状分类基准(原论文其实是 3D 形状检索 benchmark, 分类是社区二次用途)。已转为团队统一 7 字段 SFT schema。 ⚠ 数字对账(本库以实测为准,文献三套口径并列供查) Purdue 官网 / MCB 对比表 arXiv 1701.04249 CADNET(剔 3 个 Miscellaneous) 本库实测 模型数 867 866 801 866 细类数 45 45 42 43 867 是 Purdue 官网和 MCB 对比表直接写的数;866 只出自 arXiv 1701.04249 一家;两者差的那 1 个模型无人解释。 本库此前一次解包实测 718,与上面任何一个口径都对不上(差近 150 个),原因未查明—— 可能是 tar.gz… See the full description on the dataset page: https://huggingface.co/datasets/AI4Manufacturing/esb.imagen<1K0 likes35 downloads2mo agoHugging Face