huyvux3005/chess-dataset
收藏Hugging Face2025-12-09 更新2025-12-20 收录
下载链接:
https://hf-mirror.com/datasets/huyvux3005/chess-dataset
下载链接
链接失效反馈官方服务:
资源简介:
# Chess Training Dataset
1M chess games from Lichess (ELO 1500-3000)
## Usage
```python
from datasets import load_dataset
dataset = load_dataset("your-username/chess-dataset",
data_files="lichess_random_1M_1500-3000.parquet")
```
# 国际象棋训练数据集
100万局来自Lichess的国际象棋对局(Elo等级分区间1500-3000)
## 使用方法
python
from datasets import load_dataset
dataset = load_dataset("your-username/chess-dataset",
data_files="lichess_random_1M_1500-3000.parquet")
提供机构:
huyvux3005



