Datasets:
christopher
commited on
Commit
•
21640c5
1
Parent(s):
c5318b4
Update README.md
Browse files
README.md
CHANGED
@@ -1,52 +1,57 @@
|
|
1 |
-
---
|
2 |
-
license: cc0-1.0
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: Event
|
6 |
-
dtype: string
|
7 |
-
- name: Site
|
8 |
-
dtype: string
|
9 |
-
- name: White
|
10 |
-
dtype: string
|
11 |
-
- name: Black
|
12 |
-
dtype: string
|
13 |
-
- name: Result
|
14 |
-
dtype: string
|
15 |
-
- name: WhiteTitle
|
16 |
-
dtype: string
|
17 |
-
- name: BlackTitle
|
18 |
-
dtype: string
|
19 |
-
- name: WhiteElo
|
20 |
-
dtype: int16
|
21 |
-
- name: BlackElo
|
22 |
-
dtype: int16
|
23 |
-
- name: WhiteRatingDiff
|
24 |
-
dtype: int16
|
25 |
-
- name: BlackRatingDiff
|
26 |
-
dtype: int16
|
27 |
-
- name: UTCDate
|
28 |
-
dtype: date32
|
29 |
-
- name: UTCTime
|
30 |
-
dtype: time32[s]
|
31 |
-
- name: ECO
|
32 |
-
dtype: string
|
33 |
-
- name: Opening
|
34 |
-
dtype: string
|
35 |
-
- name: Termination
|
36 |
-
dtype: string
|
37 |
-
- name: TimeControl
|
38 |
-
dtype: string
|
39 |
-
- name: movetext
|
40 |
-
dtype: string
|
41 |
-
splits:
|
42 |
-
- name: train
|
43 |
-
num_bytes: 60290220
|
44 |
-
num_examples: 123469
|
45 |
-
download_size: 28601875
|
46 |
-
dataset_size: 60290220
|
47 |
-
configs:
|
48 |
-
- config_name: default
|
49 |
-
data_files:
|
50 |
-
- split: train
|
51 |
-
path: data
|
52 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc0-1.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: Event
|
6 |
+
dtype: string
|
7 |
+
- name: Site
|
8 |
+
dtype: string
|
9 |
+
- name: White
|
10 |
+
dtype: string
|
11 |
+
- name: Black
|
12 |
+
dtype: string
|
13 |
+
- name: Result
|
14 |
+
dtype: string
|
15 |
+
- name: WhiteTitle
|
16 |
+
dtype: string
|
17 |
+
- name: BlackTitle
|
18 |
+
dtype: string
|
19 |
+
- name: WhiteElo
|
20 |
+
dtype: int16
|
21 |
+
- name: BlackElo
|
22 |
+
dtype: int16
|
23 |
+
- name: WhiteRatingDiff
|
24 |
+
dtype: int16
|
25 |
+
- name: BlackRatingDiff
|
26 |
+
dtype: int16
|
27 |
+
- name: UTCDate
|
28 |
+
dtype: date32
|
29 |
+
- name: UTCTime
|
30 |
+
dtype: time32[s]
|
31 |
+
- name: ECO
|
32 |
+
dtype: string
|
33 |
+
- name: Opening
|
34 |
+
dtype: string
|
35 |
+
- name: Termination
|
36 |
+
dtype: string
|
37 |
+
- name: TimeControl
|
38 |
+
dtype: string
|
39 |
+
- name: movetext
|
40 |
+
dtype: string
|
41 |
+
splits:
|
42 |
+
- name: train
|
43 |
+
num_bytes: 60290220
|
44 |
+
num_examples: 123469
|
45 |
+
download_size: 28601875
|
46 |
+
dataset_size: 60290220
|
47 |
+
configs:
|
48 |
+
- config_name: default
|
49 |
+
data_files:
|
50 |
+
- split: train
|
51 |
+
path: data/**/train-*
|
52 |
+
tags:
|
53 |
+
- chess
|
54 |
+
---
|
55 |
+
|
56 |
+
> [!CAUTION]
|
57 |
+
> This dataset is still a work in progress and some breaking changes might occur. In the meantime, please use https://database.lichess.org/#variant_games
|