CoolFace
20 results

reve

Reverb /voxceleb2 VoxCeleb2 Dataset This is the VoxCeleb2 dataset, a large-scale speaker identification dataset. Dataset Description VoxCeleb2 contains over 1 million utterances for 6,112 celebrities, extracted from videos uploaded to YouTube. Files vox2_dev_mp4_part*: Multipart archive containing MP4 video files vox2_dev_txt: Text files with speaker/utterance metadata vox2_meta.csv: Dataset metadata Usage To extract the multipart archive: # Using 7zip 7z x… See the full description on the dataset page: https://huggingface.co/datasets/Reverb/voxceleb2.automatic-speech-recognition100K<n<1M22 likes7.9k downloads1y agoHugging FacePrimeIntellect /Reverse-Text-RL Reverse-Text-RL A small, scrappy RL dataset used in prime-rl's CI to debug RL training asking a model to reverse small sentences character-by-character. Follows the general format of PrimeIntellect/Reverse-Text-SFT The following script was used to generate the dataset. from datasets import Dataset, load_dataset dataset = load_dataset("willcb/R1-reverse-wikipedia-paragraphs-v1-1000", split="train") prompt = "Reverse the text character-by-character. Put your answer in… See the full description on the dataset page: https://huggingface.co/datasets/PrimeIntellect/Reverse-Text-RL.textquestion-answering1K<n<10K2 likes5.8k downloads1y agoHugging Facebrain-bzh /reve-dataset REVE Pretraining Dataset: Open Subset This repository contains the open-access subset of the data used to train REVE (Representation Learning for EEG). While the full pretraining corpus spans a wider array of private or restricted sources, this subset includes all recordings released under permissive licenses that allow for redistribution and open research. Dataset Details Description This subset represents approximately 4.85TB of raw and preprocessed EEG… See the full description on the dataset page: https://huggingface.co/datasets/brain-bzh/reve-dataset.fill-mask5 likes2.7k downloads5mo agoHugging Faceqihoo360 /RevealLayer-100K RevealLayer Open Dataset RevealLayer Open is the open-source dataset accompanying RevealLayer: Disentangling Hidden and Visible Layers via Occlusion-Aware Image Decomposition. Paper: https://arxiv.org/html/2605.11818v1 Accepted by ICML 2026 RevealLayer studies box-guided layered image decomposition for natural images. Given an RGB image and instance bounding boxes, the task is to decompose the scene into a clean background and object-level foreground layers, where each… See the full description on the dataset page: https://huggingface.co/datasets/qihoo360/RevealLayer-100K.imageimage-to-image1M<n<10M7 likes2.4k downloads4mo agoHugging Facechocopan /chocopan-t3-reverse-oracle-hdf5-wide-v1 chocopan-t3-reverse-oracle-hdf5-wide-v1 Raw HDF5 output of a scripted oracle for reverse manipulation tasks in simulation -- take an object out of a container or off a plate and put it back on the table -- for the batch generated with widened object initial placements: 7,200 attempts over 45 tasks, failures included. This is the raw, unfiltered output of the generator, in LIBERO's create_dataset.py HDF5 layout. It is published because it is bulky to regenerate, not because it is… See the full description on the dataset page: https://huggingface.co/datasets/chocopan/chocopan-t3-reverse-oracle-hdf5-wide-v1.imagerobotics1K<n<10K0 likes2.1k downloads6d agoHugging FacePrimeIntellect /Reverse-Text-SFT Reverse-Text-SFT A small, scrappy SFT dataset used for warming up a small model (e.g. Qwen/Qwen3-0.6B) for RL training. Contains examples in prompt-completion chat format of reversing 5-20 words of text character-by-character. The raw sentences were processed from willcb/R1-reverse-wikipedia-paragraphs-v1-1000. The following script was used to generate the dataset. from datasets import Dataset, load_dataset dataset = load_dataset("willcb/R1-reverse-wikipedia-paragraphs-v1-1000"… See the full description on the dataset page: https://huggingface.co/datasets/PrimeIntellect/Reverse-Text-SFT.textquestion-answering1K<n<10K5 likes1.3k downloads1y agoHugging Face