CoolFace
14 results

live-data

namin72 /Drag-to-Live-Dataset Drag-to-Live Dataset ☁️ This dataset contains processed time-lapse videos of clouds and their motion trajectories extracted using CoTracker. It is designed for training Latent Trajectory Guidance models (like Wan-Move adaptation) on Edge Devices. Dataset Structure videos/: Resized (256x256) and clipped video segments (8-16 frames). tracks/: .npz files containing dense point trajectories extracted by CoTracker. index.jsonl: Metadata linking videos to their corresponding… See the full description on the dataset page: https://huggingface.co/datasets/namin72/Drag-to-Live-Dataset.videoimage-to-videon<1K0 likes42 downloads9mo agoHugging Facesolanaclawd /solana-clawd-live-datatextn<1K0 likes36 downloads15d agoHugging Facetheocolf /dataset-antarctique-live-25012026imagen<1K0 likes35 downloads1mo agoHugging Facehuyxdang /text-gpt-live-dataset Text GPT-Live Training Dataset The three supervised fine-tuning stages behind Text GPT-Live, a text interaction model that predicts one action from a chronological stream of typed-text and tool events. Write-up: Can you train a GPT-Live for $50? · Code: github.com/huyxdang/Text-GPT-Live Contents Train the stages in this order, each resuming from the previous checkpoint at a lower learning rate: Order File Rows Role 1 stage1_train.jsonl 6,013 Core… See the full description on the dataset page: https://huggingface.co/datasets/huyxdang/text-gpt-live-dataset.1K<n<10K0 likes27 downloads2mo agoHugging Faceholistic-ai /live_audit_test_datatextn<1K0 likes23 downloads2y agoHugging Facedd123 /live_stream_dataset_huggingface""" _HOMEPAGE = "https://github.com/freeziyou/live_stream_dataset" _LICENSE = "Creative Commons Attribution 4.0 International" _TRAIN_DOWNLOAD_URL = "https://raw.githubusercontent.com/freeziyou/live_stream_dataset/main/train.csv" # _TRAIN_DOWNLOAD_URL = "https://gitee.com/didi233/test_date_gitee/raw/master/train.csv" _TEST_DOWNLOAD_URL = "https://raw.githubusercontent.com/freeziyou/live_stream_dataset/main/test.csv" # _TEST_DOWNLOAD_URL = "https://gitee.com/didi233/test_date_gitee/raw/master/test.csv" class live_stream_dataset_huggingface(datasets.GeneratorBasedBuilder):0 likes21 downloads3y agoHugging Face