five

Chess-Nut-Engine/chess-traces

收藏
Hugging Face2025-12-29 更新2026-03-29 收录
下载链接:
https://hf-mirror.com/datasets/Chess-Nut-Engine/chess-traces
下载链接
链接失效反馈
官方服务:
资源简介:
--- license: other task_categories: - text-generation tags: - chess - stockfish - reasoning pretty_name: Chess reasoning traces (streaming) --- # Chess Reasoning Traces (Streaming) This dataset is uploaded incrementally while it is being generated. ## Columns - `fen`: FEN string - `valid_moves`: list of legal moves in UCI - `reasoning_trace`: natural-language trace text - `chosen_move`: Stockfish best move in UCI ## Usage ```python from datasets import load_dataset ds = load_dataset("amazingvince/chess-traces", split="train") print(ds[0]) # Or stream while it's growing: stream = load_dataset("amazingvince/chess-traces", split="train", streaming=True) print(next(iter(stream))) ``` ## Notes - Data is stored as sharded JSONL files under `data/`. - New shards are committed periodically; re-run `load_dataset` to pick up new shards.
提供机构:
Chess-Nut-Engine
5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作