austindavis
commited on
Upload dataset
Browse files- README.md +47 -12
- headers/201302/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -14,6 +14,44 @@ tags:
|
|
14 |
- UCI
|
15 |
- Lichess
|
16 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
- config_name: 201301-moves
|
18 |
features:
|
19 |
- name: site
|
@@ -26,7 +64,7 @@ dataset_info:
|
|
26 |
num_examples: 120133
|
27 |
download_size: 992204415449
|
28 |
dataset_size: 1636203333850.0193
|
29 |
-
- config_name:
|
30 |
features:
|
31 |
- name: event
|
32 |
dtype: string
|
@@ -39,9 +77,9 @@ dataset_info:
|
|
39 |
- name: result
|
40 |
dtype: string
|
41 |
- name: utcdate
|
42 |
-
dtype:
|
43 |
- name: utctime
|
44 |
-
dtype:
|
45 |
- name: whiteelo
|
46 |
dtype: int64
|
47 |
- name: blackelo
|
@@ -60,19 +98,16 @@ dataset_info:
|
|
60 |
dtype: string
|
61 |
splits:
|
62 |
- name: train
|
63 |
-
num_bytes:
|
64 |
-
num_examples:
|
65 |
-
download_size:
|
66 |
-
dataset_size:
|
67 |
-
|
68 |
-
|
69 |
description: '"The dataset contains games from the Lichess.org open database converted
|
70 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
71 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
72 |
moves in a column called `transcript`, while the `headers` configuration includes
|
73 |
metadata such as player ELO ratings, game outcome, and dates. The data is subset
|
74 |
-
based on the year and month (yyyymm format)."
|
75 |
-
'
|
76 |
configs:
|
77 |
- config_name: 201301-headers
|
78 |
data_files:
|
@@ -86,7 +121,7 @@ configs:
|
|
86 |
- config_name: 201302-headers
|
87 |
data_files:
|
88 |
- split: train
|
89 |
-
path:
|
90 |
- config_name: 201302-moves
|
91 |
data_files:
|
92 |
- split: train
|
|
|
14 |
- UCI
|
15 |
- Lichess
|
16 |
dataset_info:
|
17 |
+
- config_name: 201301-headers
|
18 |
+
features:
|
19 |
+
- name: event
|
20 |
+
dtype: string
|
21 |
+
- name: site
|
22 |
+
dtype: string
|
23 |
+
- name: white
|
24 |
+
dtype: string
|
25 |
+
- name: black
|
26 |
+
dtype: string
|
27 |
+
- name: result
|
28 |
+
dtype: string
|
29 |
+
- name: utcdate
|
30 |
+
dtype: string
|
31 |
+
- name: utctime
|
32 |
+
dtype: string
|
33 |
+
- name: whiteelo
|
34 |
+
dtype: int64
|
35 |
+
- name: blackelo
|
36 |
+
dtype: int64
|
37 |
+
- name: whiteratingdiff
|
38 |
+
dtype: float64
|
39 |
+
- name: blackratingdiff
|
40 |
+
dtype: float64
|
41 |
+
- name: eco
|
42 |
+
dtype: string
|
43 |
+
- name: opening
|
44 |
+
dtype: string
|
45 |
+
- name: timecontrol
|
46 |
+
dtype: string
|
47 |
+
- name: termination
|
48 |
+
dtype: string
|
49 |
+
splits:
|
50 |
+
- name: train
|
51 |
+
num_bytes: 20700133
|
52 |
+
num_examples: 121332
|
53 |
+
download_size: 6335452
|
54 |
+
dataset_size: 20700133
|
55 |
- config_name: 201301-moves
|
56 |
features:
|
57 |
- name: site
|
|
|
64 |
num_examples: 120133
|
65 |
download_size: 992204415449
|
66 |
dataset_size: 1636203333850.0193
|
67 |
+
- config_name: 201302-headers
|
68 |
features:
|
69 |
- name: event
|
70 |
dtype: string
|
|
|
77 |
- name: result
|
78 |
dtype: string
|
79 |
- name: utcdate
|
80 |
+
dtype: date32
|
81 |
- name: utctime
|
82 |
+
dtype: time64[us]
|
83 |
- name: whiteelo
|
84 |
dtype: int64
|
85 |
- name: blackelo
|
|
|
98 |
dtype: string
|
99 |
splits:
|
100 |
- name: train
|
101 |
+
num_bytes: 21155456
|
102 |
+
num_examples: 123961
|
103 |
+
download_size: 6487839
|
104 |
+
dataset_size: 21155456
|
|
|
|
|
105 |
description: '"The dataset contains games from the Lichess.org open database converted
|
106 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
107 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
108 |
moves in a column called `transcript`, while the `headers` configuration includes
|
109 |
metadata such as player ELO ratings, game outcome, and dates. The data is subset
|
110 |
+
based on the year and month (yyyymm format)." '
|
|
|
111 |
configs:
|
112 |
- config_name: 201301-headers
|
113 |
data_files:
|
|
|
121 |
- config_name: 201302-headers
|
122 |
data_files:
|
123 |
- split: train
|
124 |
+
path: headers/201302/train-*
|
125 |
- config_name: 201302-moves
|
126 |
data_files:
|
127 |
- split: train
|
headers/201302/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6e4a36e612a869c5bbc7bd39c7296ca375e9f00b02bbcba9833ed8b5534039f
|
3 |
+
size 6487839
|