austindavis commited on
Commit
4f9e050
·
verified ·
1 Parent(s): d3af849

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -87
README.md CHANGED
@@ -14,44 +14,6 @@ tags:
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,7 +26,7 @@ dataset_info:
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,47 +39,9 @@ dataset_info:
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
86
- dtype: int64
87
- - name: whiteratingdiff
88
- dtype: float64
89
- - name: blackratingdiff
90
- dtype: float64
91
- - name: eco
92
  dtype: string
93
- - name: opening
94
- dtype: string
95
- - name: timecontrol
96
- dtype: string
97
- - name: termination
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
- - config_name: metadata/201302-headers
106
- features:
107
- - name: event
108
- dtype: string
109
- - name: site
110
- dtype: string
111
- - name: white
112
- dtype: string
113
- - name: black
114
- dtype: string
115
- - name: result
116
- dtype: string
117
- - name: utcdate
118
- dtype: date32
119
  - name: utctime
120
- dtype: time64[us]
121
  - name: whiteelo
122
  dtype: int64
123
  - name: blackelo
@@ -136,17 +60,18 @@ dataset_info:
136
  dtype: string
137
  splits:
138
  - name: train
139
- num_bytes: 21155456
140
- num_examples: 123961
141
- download_size: 6487839
142
- dataset_size: 21155456
 
 
143
  description: '"The dataset contains games from the Lichess.org open database converted
144
  from PGN format to UCI format. It is divided into two main configurations: `moves`
145
  and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
146
  moves in a column called `transcript`, while the `headers` configuration includes
147
  metadata such as player ELO ratings, game outcome, and dates. The data is subset
148
  based on the year and month (yyyymm format)."
149
-
150
  '
151
  configs:
152
  - config_name: 201301-headers
@@ -1222,10 +1147,6 @@ configs:
1222
  data_files:
1223
  - split: train
1224
  path: data/202402-*
1225
- - config_name: metadata/201302-headers
1226
- data_files:
1227
- - split: train
1228
- path: metadata/201302-headers/train-*
1229
  example:
1230
  moves:
1231
  site: xxxxxxx
 
14
  - UCI
15
  - Lichess
16
  dataset_info:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  - config_name: 201301-moves
18
  features:
19
  - name: site
 
26
  num_examples: 120133
27
  download_size: 992204415449
28
  dataset_size: 1636203333850.0193
29
+ - config_name: 201301-headers
30
  features:
31
  - name: event
32
  dtype: string
 
39
  - name: result
40
  dtype: string
41
  - name: utcdate
 
 
 
 
 
 
 
 
 
 
 
 
42
  dtype: string
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  - name: utctime
44
+ dtype: string
45
  - name: whiteelo
46
  dtype: int64
47
  - name: blackelo
 
60
  dtype: string
61
  splits:
62
  - name: train
63
+ num_bytes: 20700133
64
+ num_examples: 121332
65
+ download_size: 6335452
66
+ dataset_size: 20700133
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
 
1147
  data_files:
1148
  - split: train
1149
  path: data/202402-*
 
 
 
 
1150
  example:
1151
  moves:
1152
  site: xxxxxxx