groloch/lc0_games
收藏Hugging Face2026-02-05 更新2026-03-29 收录
下载链接:
https://hf-mirror.com/datasets/groloch/lc0_games
下载链接
链接失效反馈官方服务:
资源简介:
---
license: odbl
dataset_info:
features:
- name: white
dtype: large_string
- name: black
dtype: large_string
- name: moves
dtype: large_string
- name: result
dtype: large_string
- name: variant
dtype: large_string
- name: start_fen
dtype: large_string
splits:
- name: train
num_bytes: 117059095913
num_examples: 169776712
download_size: 66792956100
dataset_size: 117059095913
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
## LC0 Games
This dataset contains 170m games played by Leela Chess Zero against itself. The moves are written in uci format.
The games were sourced directly from [the lc0 official data](https://storage.lczero.org/files/).
This dataset contain some chess960 games, for which the start FEN is specified.
For each name, the lc0 version (run id) playing are specified. You can find more details on the specific runs [there](https://training.lczero.org/networks/).
# Use
To use this dataset, copy the following snippet:
```python
from datasets import load_dataset
dataset = load_dataset(
'groloch/lc0_games',
streaming=True,
split='train'
)
```
提供机构:
groloch



