CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01LeData /jazz-music-archivestexttext-classification10K<n<100K2 likes124 downloads2y agoHugging Face02jazzysnake01 /oasst1-en-hun-gemini Open assistant 1 dataset hungarian translation (english subset) This dataset contains hungarian translations for the oasst1 dataset's english subset. The translations were done via gemini pro and the model was instructed to keep stlye, meaning and english entites as they are. I think this produced a higher quality translation than google translate, but even this version is far from perfect. The exact code used for creating the dataset can be found here. license:… See the full description on the dataset page: https://huggingface.co/datasets/jazzysnake01/oasst1-en-hun-gemini.tabular10K<n<100K2 likes71 downloads3y agoHugging Face03jazznilky /ftextn<1K0 likes62 downloads23d agoHugging Face04AlekseyKorshuk /gpt4all-jazzy-chatml Dataset Card for "gpt4all-jazzy-chatml" More Information needed text100K<n<1M4 likes42 downloads3y agoHugging Face05Jazzcharles /ego4d_videomae_L14_feature_fps8 📙 Overview Ego4d video features extracted by VideoMAE_L14 at 8 fps. It contains 9645 files, each file (e.g. fffbaeef-577f-45f0-baa9-f10cabf62dfb.pth.tar) is a TxD feature vector, where T refers to the length of the video and D is 768. 🏋️ How-To-Use Please refer to code EgoInstructor for details. 🎓 Citation @article{xu2024retrieval, title={Retrieval-augmented egocentric video captioning}, author={Xu, Jilan and Huang, Yifei and Hou, Junlin and Chen, Guo… See the full description on the dataset page: https://huggingface.co/datasets/Jazzcharles/ego4d_videomae_L14_feature_fps8.textvideo-classification1K<n<10K0 likes39 downloads2y agoHugging Face06jazzysnake01 /quizgen-chat-mdtext10K<n<100K2 likes33 downloads2y agoHugging Face07Jazzres /SchaferEveResearchdocumentn<1K1 likes32 downloads2mo agoHugging Face08Jazzcharles /youcook2_internvideo_MM_L14_features_fps8 📙 Overview YouCook2 video features extracted by InternVideo_MM_L14 at 8 fps. It is used for evaluating the video-text retrieval ability of EgoInstructor. Each file (e.g. 10dZTHlkb8w.pth.tar) is a TxD feature vector, where T refers to the length of the video and D is 768. 🏋️ How-To-Use Please refer to code EgoInstructor for details. 🎓 Citation @article{xu2024retrieval, title={Retrieval-augmented egocentric video captioning}, author={Xu, Jilan and Huang… See the full description on the dataset page: https://huggingface.co/datasets/Jazzcharles/youcook2_internvideo_MM_L14_features_fps8.textvideo-classificationn<1K0 likes29 downloads2y agoHugging Face09jspr /symbolic-jazz-standardsgated Symbolic Jazz Standards A symbolic-domain music dataset of jazz standards, transcribed stem by stem from the audio domain into the symbolic domain. The dataset contains the equivalent of 10,000 minutes of audio from ~200 public-domain well-known songs. Methodology To create this dataset, recordings of public-domain jazz standards were downloaded and separated into their component stems using the venerable Demucs source separation library in 4-stem mode. The resulting… See the full description on the dataset page: https://huggingface.co/datasets/jspr/symbolic-jazz-standards.textaudio-to-audion<1K6 likes26 downloads3y agoHugging Face10Jazzcharles /egolearn_videomae_internvideo_features 📙 Overview Egolearn video features. egocentric videos are extracted by VideoMAE_L14 at 8 fps. exocentric videos are extracted by InternVideo_MM_L14 at 8 fps. They are used for evaluating the egovideo-exovideo retrieval ability of EgoInstructor. Each file (e.g. 2cad4224-56c4-11ee-88ee-80615f12b59e.pth.tar) is a TxD feature vector, where T refers to the length of the video and D is 768. 🏋️ How-To-Use Please refer to code EgoInstructor for details. 🎓… See the full description on the dataset page: https://huggingface.co/datasets/Jazzcharles/egolearn_videomae_internvideo_features.textvideo-classificationn<1K0 likes23 downloads2y agoHugging Face11FrantzesE /jazz-solos Dataset description This dataset contains the jazz solos from the Weimar Jazz Database (https://jazzomat.hfm-weimar.de/dbformat/dboverview.html) that have been processed in various ways to be musically rhythmically accurate to the transcription sheet music they provide. The solos have been converted into the SCAMP format with the addition of the current chord to give context. Format Instruction Arbitrary text requesting a jazz solo be created from a… See the full description on the dataset page: https://huggingface.co/datasets/FrantzesE/jazz-solos.texttext-generationn<1K1 likes23 downloads2y agoHugging Face12jazza234234 /david-datasetaudio1K<n<10K5 likes23 downloads1y agoHugging Face13linoyts /wan_jazz_handsThis dataset contains videos generated using Wan 2.1 T2V 14B. textn<1K0 likes23 downloads1y agoHugging Face14sebascorreia /jazz-set Dataset Card for "edm_wavset" More Information needed image1K<n<10K0 likes20 downloads3y agoHugging Face15ChaoticEconomist /Jazz-Blues-Music-Dataset_SFT-or-LoRA Jazz & Blues Music Dataset (SFT / LoRA Ready) A structured dataset covering 82 iconic Jazz and Blues songs, 21 artist profiles, and 41 historical events, expanded into 1,219 instruction-tuning rows across 7 task types. Designed for fine-tuning LLMs on music knowledge, cultural history, artist biography, and domain-specific Q&A tasks. Overview Property Value Domain Jazz & Blues Music Total rows 1,219 Train split 1,036 (85%) Validation split 91 (~7.5%)… See the full description on the dataset page: https://huggingface.co/datasets/ChaoticEconomist/Jazz-Blues-Music-Dataset_SFT-or-LoRA.texttext-generation1K<n<10K0 likes20 downloads5mo agoHugging Face16jazzysnake01 /oasst-1-hun-openaitext1K<n<10K1 likes19 downloads2y agoHugging Face17PlutoG99001 /MusicGen-Jazzaudion<1K0 likes19 downloads2y agoHugging Face18PRAIG /JAZZMUSgated Optical Music Recognition of Jazz Lead Sheets 📄 Conf. materials | 🖥️ Slides | 🎶 Poster Dataset How to use Check the following code: import ast from datasets import load_dataset from PIL import ImageDraw DATASET_NAME = "PRAIG/JAZZMUS" ds = load_dataset(DATASET_NAME) image = ds["train"][0]["image"] # list of systems, with bounding boxes and encoding systems = ast.literal_eval(ds["train"][0]["annotation"])["systems"] # full page encodings encoding… See the full description on the dataset page: https://huggingface.co/datasets/PRAIG/JAZZMUS.imageimage-to-textn<1K3 likes19 downloads7mo agoHugging Face19LeData /media-metadata-jazz-artists TigreGotico/media-metadata-jazz-artists Rich entity dataset scraped by metadatarr scraper jazz_artists. Rows: 7,941 Fields artist_slug name genres genre country bio url n_albums Source Generated by scrapers/jazz_artists.py. See the metadatarr repo for the full pipeline and scraper source code. text1K<n<10K0 likes18 downloads3mo agoHugging Face20eigenben /jazz-harmony-embeddings Jazz Harmony Embeddings — 6,900 tune vectors One 128-dimensional vector per jazz standard, from a small transformer trained from scratch so that tunes with related harmony — transpositions, alternate charts, contrafacts — land close together. Produced by the 3-seed ensemble released at eigenben/jazz-harmony-embeddings; code and full experiment records at github.com/eigenben/jazz-harmony-embeddings. Files embeddings.npz — embeddings: (6900, 128) float32… See the full description on the dataset page: https://huggingface.co/datasets/eigenben/jazz-harmony-embeddings.tabular1K<n<10K0 likes18 downloads2mo agoHugging Face21Jazzcharles /charadesego_videomae_L14_feature_fps8 📙 Overview CharadesEgo video features extracted by VideoMAE_L14 at 8 fps. It is used for evaluating the egovideo-exovideo retrieval ability of EgoInstructor. It contains 7860 files, each file (e.g. 005BUEGO.pth.tar) is a TxD feature vector, where T refers to the length of the video and D is 768. 🏋️ How-To-Use Please refer to code EgoInstructor for details. 🎓 Citation @article{xu2024retrieval, title={Retrieval-augmented egocentric video captioning}… See the full description on the dataset page: https://huggingface.co/datasets/Jazzcharles/charadesego_videomae_L14_feature_fps8.textvideo-classification1K<n<10K0 likes16 downloads2y agoHugging Face22Jazzcharles /epic_kitchen_videomae_L14_feature_fps8 📙 Overview EPIC-Kitchen-100 video features extracted by VideoMAE_L14 at 8 fps. It is used for evaluating the video-text retrieval ability of EgoInstructor. It contains 700 files, each file (e.g. P01_01.pth.tar) is a TxD feature vector, where T refers to the length of the video and D is 768. 🏋️ How-To-Use Please refer to code EgoInstructor for details. 🎓 Citation @article{xu2024retrieval, title={Retrieval-augmented egocentric video captioning}, author={Xu… See the full description on the dataset page: https://huggingface.co/datasets/Jazzcharles/epic_kitchen_videomae_L14_feature_fps8.textvideo-classificationn<1K0 likes14 downloads2y agoHugging Face23RorooroR /JazzHiphop Dataset Card for "JazzHiphop" More Information needed image1K<n<10K0 likes13 downloads3y agoHugging Face24Backup-CaML /1k_pretraining_research_documents_JazzVersion_medaiGroktext1K<n<10K0 likes13 downloads7mo agoHugging Face25Jazzcharles /charadesego_internvideo_MM_L14_features_fps8 📙 Overview CharadesEgo video features extracted by InternVideo_MM_L14 at 8 fps. It is used for evaluating the egovideo-exovideo retrieval ability of EgoInstructor. It contains 7860 files, each file (e.g. 005BU.pth.tar) is a TxD feature vector, where T refers to the length of the video and D is 768. 🏋️ How-To-Use Please refer to code EgoInstructor for details. 🎓 Citation @article{xu2024retrieval, title={Retrieval-augmented egocentric video captioning}… See the full description on the dataset page: https://huggingface.co/datasets/Jazzcharles/charadesego_internvideo_MM_L14_features_fps8.textvideo-classification1K<n<10K0 likes12 downloads2y agoHugging Face26JazzYas /amesimqatext1K<n<10K0 likes12 downloads2y agoHugging Face27jazzysnake01 /quizgen-chat-smtext1K<n<10K1 likes12 downloads2y agoHugging Face28Jazzresin /SchaferEveResearchdocumentn<1K0 likes12 downloads2mo agoHugging Face29jazza234234 /british-datasetaudio1K<n<10K4 likes11 downloads1y agoHugging Face30Jarbas /music_queries_jazz 🎵 MusicQueries Dataset - JazzMusicArchives MusicQueries is a synthetic natural language dataset focused on music-related utterances designed for media playback scenarios. Every sentence in this dataset is a playback request — a query that should result in a media search followed by music playback. This dataset is ideal for training and evaluating models in intent classification, named entity recognition (NER), and retrieval-based music assistants. This repository contains the… See the full description on the dataset page: https://huggingface.co/datasets/Jarbas/music_queries_jazz.tabulartext-classification10K<n<100K0 likes11 downloads1y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.