austindavis
commited on
Upload dataset
Browse files- README.md +42 -0
- headers/201506/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1090,6 +1090,44 @@ dataset_info:
|
|
1090 |
num_examples: 2137557
|
1091 |
download_size: 123203803
|
1092 |
dataset_size: 414773157
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1093 |
description: '"The dataset contains games from the Lichess.org open database converted
|
1094 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
1095 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
@@ -1326,6 +1364,10 @@ configs:
|
|
1326 |
data_files:
|
1327 |
- split: train
|
1328 |
path: data/201505-*
|
|
|
|
|
|
|
|
|
1329 |
- config_name: 201506-moves
|
1330 |
data_files:
|
1331 |
- split: train
|
|
|
1090 |
num_examples: 2137557
|
1091 |
download_size: 123203803
|
1092 |
dataset_size: 414773157
|
1093 |
+
- config_name: 201506-headers
|
1094 |
+
features:
|
1095 |
+
- name: event
|
1096 |
+
dtype: string
|
1097 |
+
- name: site
|
1098 |
+
dtype: string
|
1099 |
+
- name: white
|
1100 |
+
dtype: string
|
1101 |
+
- name: black
|
1102 |
+
dtype: string
|
1103 |
+
- name: result
|
1104 |
+
dtype: string
|
1105 |
+
- name: utcdate
|
1106 |
+
dtype: string
|
1107 |
+
- name: utctime
|
1108 |
+
dtype: string
|
1109 |
+
- name: whiteelo
|
1110 |
+
dtype: int64
|
1111 |
+
- name: blackelo
|
1112 |
+
dtype: int64
|
1113 |
+
- name: whiteratingdiff
|
1114 |
+
dtype: float64
|
1115 |
+
- name: blackratingdiff
|
1116 |
+
dtype: float64
|
1117 |
+
- name: eco
|
1118 |
+
dtype: string
|
1119 |
+
- name: opening
|
1120 |
+
dtype: string
|
1121 |
+
- name: timecontrol
|
1122 |
+
dtype: string
|
1123 |
+
- name: termination
|
1124 |
+
dtype: string
|
1125 |
+
splits:
|
1126 |
+
- name: train
|
1127 |
+
num_bytes: 454071222
|
1128 |
+
num_examples: 2324106
|
1129 |
+
download_size: 134047483
|
1130 |
+
dataset_size: 454071222
|
1131 |
description: '"The dataset contains games from the Lichess.org open database converted
|
1132 |
from PGN format to UCI format. It is divided into two main configurations: `moves`
|
1133 |
and `headers`. The `moves` configuration includes a UUID called `site` and the UCI
|
|
|
1364 |
data_files:
|
1365 |
- split: train
|
1366 |
path: data/201505-*
|
1367 |
+
- config_name: 201506-headers
|
1368 |
+
data_files:
|
1369 |
+
- split: train
|
1370 |
+
path: headers/201506/train-*
|
1371 |
- config_name: 201506-moves
|
1372 |
data_files:
|
1373 |
- split: train
|
headers/201506/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4cabb0700c90733b125beb0c868004e10d1f7952716f2a4dfe239629743cea2
|
3 |
+
size 134047483
|