Upload dataset
Browse files
README.md
CHANGED
@@ -11,7 +11,65 @@ configs:
|
|
11 |
- config_name: default
|
12 |
data_files:
|
13 |
- split: train
|
14 |
-
path: data
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
# Lichess Broadcasts
|
|
|
11 |
- config_name: default
|
12 |
data_files:
|
13 |
- split: train
|
14 |
+
path: data/year=2025/month=05/train-*
|
15 |
+
dataset_info:
|
16 |
+
features:
|
17 |
+
- name: Event
|
18 |
+
dtype: string
|
19 |
+
- name: Site
|
20 |
+
dtype: string
|
21 |
+
- name: White
|
22 |
+
dtype: string
|
23 |
+
- name: Black
|
24 |
+
dtype: string
|
25 |
+
- name: Result
|
26 |
+
dtype: string
|
27 |
+
- name: WhiteTitle
|
28 |
+
dtype: string
|
29 |
+
- name: BlackTitle
|
30 |
+
dtype: string
|
31 |
+
- name: WhiteFideId
|
32 |
+
dtype: string
|
33 |
+
- name: BlackFideId
|
34 |
+
dtype: string
|
35 |
+
- name: WhiteElo
|
36 |
+
dtype: uint32
|
37 |
+
- name: BlackElo
|
38 |
+
dtype: uint32
|
39 |
+
- name: UTCDate
|
40 |
+
dtype: date32
|
41 |
+
- name: UTCTime
|
42 |
+
dtype: time32[s]
|
43 |
+
- name: ECO
|
44 |
+
dtype: string
|
45 |
+
- name: Opening
|
46 |
+
dtype: string
|
47 |
+
- name: Termination
|
48 |
+
dtype: string
|
49 |
+
- name: TimeControl
|
50 |
+
dtype: string
|
51 |
+
- name: Board
|
52 |
+
dtype: string
|
53 |
+
- name: Variant
|
54 |
+
dtype: string
|
55 |
+
- name: StudyName
|
56 |
+
dtype: string
|
57 |
+
- name: ChapterName
|
58 |
+
dtype: string
|
59 |
+
- name: BroadcastName
|
60 |
+
dtype: string
|
61 |
+
- name: BroadcastURL
|
62 |
+
dtype: string
|
63 |
+
- name: GameURL
|
64 |
+
dtype: string
|
65 |
+
- name: movetext
|
66 |
+
dtype: string
|
67 |
+
splits:
|
68 |
+
- name: train
|
69 |
+
num_bytes: 92833858
|
70 |
+
num_examples: 23738
|
71 |
+
download_size: 32347016
|
72 |
+
dataset_size: 92833858
|
73 |
---
|
74 |
|
75 |
# Lichess Broadcasts
|
data/year=2025/month=05/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b79a9f018b3c1e693f36c2c4163bdff37675953d258c3535c1a02386944852d
|
3 |
+
size 32347016
|