christopher
commited on
Commit
•
070b546
1
Parent(s):
7005043
Update README.md
Browse files
README.md
CHANGED
@@ -1,58 +1,64 @@
|
|
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: Date
|
10 |
-
dtype: date32
|
11 |
-
- name: Round
|
12 |
-
dtype: string
|
13 |
-
- name: White
|
14 |
-
dtype: string
|
15 |
-
- name: Black
|
16 |
-
dtype: string
|
17 |
-
- name: Result
|
18 |
-
dtype: string
|
19 |
-
- name: WhiteTitle
|
20 |
-
dtype: string
|
21 |
-
- name: BlackTitle
|
22 |
-
dtype: string
|
23 |
-
- name: WhiteElo
|
24 |
-
dtype: int16
|
25 |
-
- name: BlackElo
|
26 |
-
dtype: int16
|
27 |
-
- name: WhiteRatingDiff
|
28 |
-
dtype: int16
|
29 |
-
- name: BlackRatingDiff
|
30 |
-
dtype: int16
|
31 |
-
- name: UTCDate
|
32 |
-
dtype: date32
|
33 |
-
- name: UTCTime
|
34 |
-
dtype: time32[s]
|
35 |
-
- name: ECO
|
36 |
-
dtype: string
|
37 |
-
- name: Opening
|
38 |
-
dtype: string
|
39 |
-
- name: Termination
|
40 |
-
dtype: string
|
41 |
-
- name: Annotator
|
42 |
-
dtype: string
|
43 |
-
- name: TimeControl
|
44 |
-
dtype: string
|
45 |
-
- name: movetext
|
46 |
-
dtype: string
|
47 |
-
splits:
|
48 |
-
- name: train
|
49 |
-
num_bytes: 846623254
|
50 |
-
num_examples: 1013294
|
51 |
-
download_size: 412441202
|
52 |
-
dataset_size: 846623254
|
53 |
-
configs:
|
54 |
-
- config_name: default
|
55 |
-
data_files:
|
56 |
-
- split: train
|
57 |
-
path: data/year=2014/month=08/train-*
|
58 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: Date
|
10 |
+
dtype: date32
|
11 |
+
- name: Round
|
12 |
+
dtype: string
|
13 |
+
- name: White
|
14 |
+
dtype: string
|
15 |
+
- name: Black
|
16 |
+
dtype: string
|
17 |
+
- name: Result
|
18 |
+
dtype: string
|
19 |
+
- name: WhiteTitle
|
20 |
+
dtype: string
|
21 |
+
- name: BlackTitle
|
22 |
+
dtype: string
|
23 |
+
- name: WhiteElo
|
24 |
+
dtype: int16
|
25 |
+
- name: BlackElo
|
26 |
+
dtype: int16
|
27 |
+
- name: WhiteRatingDiff
|
28 |
+
dtype: int16
|
29 |
+
- name: BlackRatingDiff
|
30 |
+
dtype: int16
|
31 |
+
- name: UTCDate
|
32 |
+
dtype: date32
|
33 |
+
- name: UTCTime
|
34 |
+
dtype: time32[s]
|
35 |
+
- name: ECO
|
36 |
+
dtype: string
|
37 |
+
- name: Opening
|
38 |
+
dtype: string
|
39 |
+
- name: Termination
|
40 |
+
dtype: string
|
41 |
+
- name: Annotator
|
42 |
+
dtype: string
|
43 |
+
- name: TimeControl
|
44 |
+
dtype: string
|
45 |
+
- name: movetext
|
46 |
+
dtype: string
|
47 |
+
splits:
|
48 |
+
- name: train
|
49 |
+
num_bytes: 846623254
|
50 |
+
num_examples: 1013294
|
51 |
+
download_size: 412441202
|
52 |
+
dataset_size: 846623254
|
53 |
+
configs:
|
54 |
+
- config_name: default
|
55 |
+
data_files:
|
56 |
+
- split: train
|
57 |
+
path: data/year=2014/month=08/train-*
|
58 |
+
tags:
|
59 |
+
- chess
|
60 |
+
pretty_name: Lichess Standard Rated Games
|
61 |
+
---
|
62 |
+
|
63 |
+
> [!CAUTION]
|
64 |
+
> This dataset is still a work in progress and some breaking changes might occur. In the meantime, please use https://database.lichess.org/#standard_games
|