live-data
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.solana-clawd-live-datadataset-antarctique-live-25012026text-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.live_audit_test_datalive_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):
