austindavis
commited on
Commit
•
70d3da6
1
Parent(s):
f52eb89
Upload dataset
Browse files- README.md +42 -0
- headers/201504/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -976,6 +976,44 @@ dataset_info:
|
|
976 |
num_examples: 1495553
|
977 |
download_size: 85295087
|
978 |
dataset_size: 287025893
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
979 |
description: '"The dataset contains games from the Lichess.org open database converted
|
980 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
981 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
@@ -1192,6 +1230,10 @@ configs:
|
|
1192 |
data_files:
|
1193 |
- split: train
|
1194 |
path: data/201503-*
|
|
|
|
|
|
|
|
|
1195 |
- config_name: 201504-moves
|
1196 |
data_files:
|
1197 |
- split: train
|
|
|
976 |
num_examples: 1495553
|
977 |
download_size: 85295087
|
978 |
dataset_size: 287025893
|
979 |
+
- config_name: 201504-headers
|
980 |
+
features:
|
981 |
+
- name: event
|
982 |
+
dtype: string
|
983 |
+
- name: site
|
984 |
+
dtype: string
|
985 |
+
- name: white
|
986 |
+
dtype: string
|
987 |
+
- name: black
|
988 |
+
dtype: string
|
989 |
+
- name: result
|
990 |
+
dtype: string
|
991 |
+
- name: utcdate
|
992 |
+
dtype: string
|
993 |
+
- name: utctime
|
994 |
+
dtype: string
|
995 |
+
- name: whiteelo
|
996 |
+
dtype: int64
|
997 |
+
- name: blackelo
|
998 |
+
dtype: int64
|
999 |
+
- name: whiteratingdiff
|
1000 |
+
dtype: float64
|
1001 |
+
- name: blackratingdiff
|
1002 |
+
dtype: float64
|
1003 |
+
- name: eco
|
1004 |
+
dtype: string
|
1005 |
+
- name: opening
|
1006 |
+
dtype: string
|
1007 |
+
- name: timecontrol
|
1008 |
+
dtype: string
|
1009 |
+
- name: termination
|
1010 |
+
dtype: string
|
1011 |
+
splits:
|
1012 |
+
- name: train
|
1013 |
+
num_bytes: 343520167
|
1014 |
+
num_examples: 1785418
|
1015 |
+
download_size: 102864814
|
1016 |
+
dataset_size: 343520167
|
1017 |
description: '"The dataset contains games from the Lichess.org open database converted
|
1018 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
1019 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
|
|
1230 |
data_files:
|
1231 |
- split: train
|
1232 |
path: data/201503-*
|
1233 |
+
- config_name: 201504-headers
|
1234 |
+
data_files:
|
1235 |
+
- split: train
|
1236 |
+
path: headers/201504/train-*
|
1237 |
- config_name: 201504-moves
|
1238 |
data_files:
|
1239 |
- split: train
|
headers/201504/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a37a424f3ebb455e81e6ad7a3c97c2595dcce6f876f7566d77bc50ed7f919c6
|
3 |
+
size 102864814
|