Update README.md
Browse files
README.md
CHANGED
@@ -11,65 +11,7 @@ configs:
|
|
11 |
- config_name: default
|
12 |
data_files:
|
13 |
- split: train
|
14 |
-
path: data
|
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: 4928042
|
70 |
-
num_examples: 1236
|
71 |
-
download_size: 1728168
|
72 |
-
dataset_size: 4928042
|
73 |
---
|
74 |
|
75 |
# Lichess Broadcasts
|
|
|
11 |
- config_name: default
|
12 |
data_files:
|
13 |
- split: train
|
14 |
+
path: data/**/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
# Lichess Broadcasts
|