austindavis
commited on
Upload dataset
Browse files- README.md +44 -0
- data/201304/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -120,6 +120,46 @@ dataset_info:
|
|
120 |
num_examples: 158635
|
121 |
download_size: 40807271
|
122 |
dataset_size: 81816980
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
configs:
|
124 |
- config_name: '201301'
|
125 |
data_files:
|
@@ -133,6 +173,10 @@ configs:
|
|
133 |
data_files:
|
134 |
- split: train
|
135 |
path: data/201303/train-*
|
|
|
|
|
|
|
|
|
136 |
---
|
137 |
|
138 |
# Dataset Card for Lichess.org UCI Dataset
|
|
|
120 |
num_examples: 158635
|
121 |
download_size: 40807271
|
122 |
dataset_size: 81816980
|
123 |
+
- config_name: '201304'
|
124 |
+
features:
|
125 |
+
- name: Event
|
126 |
+
dtype: string
|
127 |
+
- name: Site
|
128 |
+
dtype: string
|
129 |
+
- name: White
|
130 |
+
dtype: string
|
131 |
+
- name: Black
|
132 |
+
dtype: string
|
133 |
+
- name: Result
|
134 |
+
dtype: string
|
135 |
+
- name: UTCDate
|
136 |
+
dtype: date32
|
137 |
+
- name: UTCTime
|
138 |
+
dtype: time64[us]
|
139 |
+
- name: WhiteElo
|
140 |
+
dtype: int64
|
141 |
+
- name: BlackElo
|
142 |
+
dtype: int64
|
143 |
+
- name: WhiteRatingDiff
|
144 |
+
dtype: float64
|
145 |
+
- name: BlackRatingDiff
|
146 |
+
dtype: float64
|
147 |
+
- name: ECO
|
148 |
+
dtype: string
|
149 |
+
- name: Opening
|
150 |
+
dtype: string
|
151 |
+
- name: TimeControl
|
152 |
+
dtype: string
|
153 |
+
- name: Termination
|
154 |
+
dtype: string
|
155 |
+
- name: Transcript
|
156 |
+
dtype: string
|
157 |
+
splits:
|
158 |
+
- name: train
|
159 |
+
num_bytes: 80988552
|
160 |
+
num_examples: 157871
|
161 |
+
download_size: 40329683
|
162 |
+
dataset_size: 80988552
|
163 |
configs:
|
164 |
- config_name: '201301'
|
165 |
data_files:
|
|
|
173 |
data_files:
|
174 |
- split: train
|
175 |
path: data/201303/train-*
|
176 |
+
- config_name: '201304'
|
177 |
+
data_files:
|
178 |
+
- split: train
|
179 |
+
path: data/201304/train-*
|
180 |
---
|
181 |
|
182 |
# Dataset Card for Lichess.org UCI Dataset
|
data/201304/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63332bb37ba99c8a0059a477a6c988611a978c19da35fc9413ebf6e1c34b5c3f
|
3 |
+
size 40329683
|