datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
cc-pdf-linksimagescc-doc-linksGoPro-Raw-Videos
Raw GoPro Videos for Four Robotic Manipulation Tasks
[Project Page]
[Paper]
[Code]
[Models]
[Processed Dataset]
This repository contains raw GoPro videos of robotic manipulation tasks collected in-the-wild using UMI, as described in the paper "Data Scaling Laws in Imitation Learning for Robotic Manipulation". The dataset covers four tasks:
Pour Water
Arrange Mouse
Fold Towel
Unplug Charger
Dataset Folders:
arrange_mouse and pour_water: Each folder contains data… See the full description on the dataset page: https://huggingface.co/datasets/Fanqi-Lin/GoPro-Raw-Videos.USDT-M_Perpetual_Futures
USDT-M Perpetual Futures (Binance)
Binance USDT-margined perpetual futures historical data, including OHLCV klines,
mark / index / premium-index prices, open-interest & long/short ratios, and funding rates.
Auto-updated daily from the official Binance public data mirror.
币安 U 本位永续合约 历史数据集,包含 K 线、标记价格、指数价格、溢价指数、持仓量及多空比、资金费率,
每日从 Binance 官方数据镜像自动更新。
Last updated on 2026-09-23 09:03:37 UTC
Usage
Data is stored as Parquet in per-symbol subdirectories.
import pandas as… See the full description on the dataset page: https://huggingface.co/datasets/linxy/USDT-M_Perpetual_Futures.wiki_linguaWikiLingua is a large-scale multilingual dataset for the evaluation of
crosslingual abstractive summarization systems. The dataset includes ~770k
article and summary pairs in 18 languages from WikiHow. The gold-standard
article-summary alignments across languages was done by aligning the images
that are used to describe each how-to step in an article.MMStar
MMStar (Are We on the Right Way for Evaluating Large Vision-Language Models?)
🌐 Homepage | 🤗 Dataset | 🤗 Paper | 📖 arXiv | GitHub
Dataset Details
As shown in the figure below, existing benchmarks lack consideration of the vision dependency of evaluation samples and potential data leakage from LLMs' and LVLMs' training data.
Therefore, we introduce MMStar: an elite vision-indispensible multi-modal benchmark, aiming to ensure each curated sample exhibits… See the full description on the dataset page: https://huggingface.co/datasets/Lin-Chen/MMStar.Sonarsweep_datasetlinh2001EPIC-KITCHENSCodeTraceBenchCodeTraceBench
A Benchmark for Agent Trajectory Diagnosis
CodeTraceBench is a large-scale benchmark of 4,316 agent trajectories with human-verified step-level annotations for evaluating trajectory diagnosis systems. Each trajectory records the full action-observation sequence of a coding agent, annotated with incorrect and unuseful step labels.
Part of the CodeTracer project — a self-evolving agent trajectory diagnosis system.
Dataset Overview… See the full description on the dataset page: https://huggingface.co/datasets/NJU-LINK/CodeTraceBench.D3HRPleural-Line-Segmentation-Masks
Pleural-Line Masks with Stanford LUS Frames
Dataset Summary
This dataset contains pleural-line masks and their corresponding lung-ultrasound frames for anatomy-guided video classification.
The mask set includes:
masks created by four human annotators via sam2 model point promting and video aggregation;
masks predicted by a U-Net and subsequently reviewed and validated; and
the metadata required to reproduce the training pipeline.
The ultrasound frames originate… See the full description on the dataset page: https://huggingface.co/datasets/alyaalmsouti/Pleural-Line-Segmentation-Masks.rule-ling-conceptsbdd100k_videos
BDD100K videos
This repository stores the original bdd100k_videos.zip as byte-for-byte split files. The archive is not recompressed. Refer to the BDD100K license and terms before using or redistributing the data.
Restore
Download all bdd100k_videos.zip.part-* files from bdd100k_videos/, then run:
cat bdd100k_videos.zip.part-* > bdd100k_videos.zip
md5sum -c bdd100k_videos.zip.md5
Source MD5: 253d9a2f9d89d2b09d8d93f397aecdd7. There are 19 parts of up to 100.00 GiB… See the full description on the dataset page: https://huggingface.co/datasets/linxxx3/bdd100k_videos.linhle4026linhphan90902cascade-eval-pool
cascade eval pool — lagged public reveal (exact bytes)
Retired snapshots of the held-out evaluation pool used by the
cascade subnet. Each folder is a
byte-identical mirror of the pool/snapshots/block-<N>.tar that validators
scored — downloaded from the private pool bucket, sha256-verified against the
publisher index, and republished unmodified. A snapshot is revealed only after
a newer snapshot has superseded it, so no revealed pool can be selected by a
current or future round.… See the full description on the dataset page: https://huggingface.co/datasets/Tensor-Link/cascade-eval-pool.linhduong43922Mixamo-Animations-Characters
Mixamo Animations and Characters
A complete snapshot of the Mixamo library: 2,317 motion clips and
114 rigged characters, exported as binary FBX (FBX 7.7 / fbx7_2019) with per-file metadata.
All animations share one uniform 65-joint mixamorig skeleton, so any clip can drive any
compatible character without remapping.
Use animation_motion/ and character_refined/. The full export contains 2,446 animation
files, but 129 are single-pose assets that carry no motion (Mixamo's *_Pose*… See the full description on the dataset page: https://huggingface.co/datasets/Linzhan/Mixamo-Animations-Characters.humanOwnerlingshu_training_data_medical_domain
Website
🤖 7B Model
🤖 8B Model based on InternVL3
🤖 32B Model
MedEvalKit
Technical Report
Lingshu MCP
Lingshu Medical MLLM Training Data (Medical Domain)
This dataset contains the medical-domain training data used in the multi-stage training of the Lingshu Medical Multimodal Large Language Model (MLLM). General-domain data has been removed; only medical data is included.
The training… See the full description on the dataset page: https://huggingface.co/datasets/cocool/lingshu_training_data_medical_domain.RacketVision
RacketVision Dataset
RacketVision is a large-scale, multi-sport dataset and benchmark for advancing computer vision in sports analytics, covering badminton, table tennis, and tennis. It is the first dataset to provide large-scale, fine-grained annotations for racket pose alongside traditional ball positions, enabling research into complex human-object interactions. The benchmark tackles three interconnected tasks: fine-grained ball tracking, articulated racket pose estimation… See the full description on the dataset page: https://huggingface.co/datasets/linfeng302/RacketVision.CryptoCoin
CryptoCoin (Binance Spot)
Binance spot OHLCV klines for USDT trading pairs, auto-updated daily.
币安 现货 K 线数据集,每日自动更新。
Last updated on 2026-09-25 00:50:28 UTC
Usage / 使用
Data is stored as Parquet in per-symbol subdirectories. Files use snake_case column names.
import pandas as pd
from datasets import load_dataset
# Load a single kline series
klines = load_dataset("linxy/CryptoCoin", data_files=["BTCUSDT/BTCUSDT_1d.parquet"], split="train")
# Or read directly with… See the full description on the dataset page: https://huggingface.co/datasets/linxy/CryptoCoin.Anime-LineArt-Dataset
Anime Lineart Sketch Dataset
Dataset Summary
This dataset contains high-quality lineart sketch images automatically extracted from raw anime images using the LineartAnimeDetector model from ControlNet Annotators (lllyasviel/Annotators).
It is designed to support research and development in:
Anime-style sketch generation
Text-to-sketch pipelines
ControlNet conditioning
Sketch-to-image and image-to-sketch translation
The raw source images are sourced from the Anime Images… See the full description on the dataset page: https://huggingface.co/datasets/ityizNola/Anime-LineArt-Dataset.linklinhho81144linhly94511glyph_machina_medieval_lines
glyph_machina_medieval_lines
Noisy HTR pretraining set: text-line crops from pre-Elizabeth-I English legal
manuscripts (AALT scans), with machine-generated transcriptions (confidence
prefixes stripped, confidence-filtered upstream). Line images are dewarped,
background-subtracted, inverted, 64 px tall.
Format: page-grouped WebDataset
data/*.tar are WebDataset shards (~1 GB each). One sample = one page.
For a page whose key is e.g.… See the full description on the dataset page: https://huggingface.co/datasets/mzzhang2014/glyph_machina_medieval_lines.
