Datasets:
Upload dataset
Browse files
README.md
CHANGED
@@ -4,13 +4,53 @@ configs:
|
|
4 |
- config_name: default
|
5 |
data_files:
|
6 |
- split: train
|
7 |
-
path: data
|
8 |
tags:
|
9 |
- chess
|
10 |
- atomic-chess
|
11 |
- lichess
|
12 |
- game
|
13 |
- games
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
> [!CAUTION]
|
|
|
4 |
- config_name: default
|
5 |
data_files:
|
6 |
- split: train
|
7 |
+
path: data/year=2025/month=01/train-*
|
8 |
tags:
|
9 |
- chess
|
10 |
- atomic-chess
|
11 |
- lichess
|
12 |
- game
|
13 |
- games
|
14 |
+
dataset_info:
|
15 |
+
features:
|
16 |
+
- name: Event
|
17 |
+
dtype: string
|
18 |
+
- name: Site
|
19 |
+
dtype: string
|
20 |
+
- name: White
|
21 |
+
dtype: string
|
22 |
+
- name: Black
|
23 |
+
dtype: string
|
24 |
+
- name: Result
|
25 |
+
dtype: string
|
26 |
+
- name: WhiteTitle
|
27 |
+
dtype: string
|
28 |
+
- name: BlackTitle
|
29 |
+
dtype: string
|
30 |
+
- name: WhiteElo
|
31 |
+
dtype: int16
|
32 |
+
- name: BlackElo
|
33 |
+
dtype: int16
|
34 |
+
- name: WhiteRatingDiff
|
35 |
+
dtype: int16
|
36 |
+
- name: BlackRatingDiff
|
37 |
+
dtype: int16
|
38 |
+
- name: UTCDate
|
39 |
+
dtype: date32
|
40 |
+
- name: UTCTime
|
41 |
+
dtype: time32[s]
|
42 |
+
- name: Termination
|
43 |
+
dtype: string
|
44 |
+
- name: TimeControl
|
45 |
+
dtype: string
|
46 |
+
- name: movetext
|
47 |
+
dtype: string
|
48 |
+
splits:
|
49 |
+
- name: train
|
50 |
+
num_bytes: 283973538
|
51 |
+
num_examples: 300075
|
52 |
+
download_size: 91573642
|
53 |
+
dataset_size: 283973538
|
54 |
---
|
55 |
|
56 |
> [!CAUTION]
|
data/year=2025/month=01/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37d30523195e90a73188a9cb26c3b4c2339173d458f39b71beef8c6536c64018
|
3 |
+
size 91573642
|