christopher commited on
Commit
6a10426
·
verified ·
1 Parent(s): ba0356a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -41
README.md CHANGED
@@ -4,53 +4,13 @@ configs:
4
  - config_name: default
5
  data_files:
6
  - split: train
7
- path: data/year=2025/month=01/train-*
8
  tags:
9
  - chess
10
  - atomic-chess
11
  - lichess
12
  - game
13
  - games
14
- dataset_info:
15
- features:
16
- - name: Event
17
- dtype: string
18
- - name: Site
19
- dtype: string
20
- - name: White
21
- dtype: string
22
- - name: Black
23
- dtype: string
24
- - name: Result
25
- dtype: string
26
- - name: WhiteTitle
27
- dtype: string
28
- - name: BlackTitle
29
- dtype: string
30
- - name: WhiteElo
31
- dtype: int16
32
- - name: BlackElo
33
- dtype: int16
34
- - name: WhiteRatingDiff
35
- dtype: int16
36
- - name: BlackRatingDiff
37
- dtype: int16
38
- - name: UTCDate
39
- dtype: date32
40
- - name: UTCTime
41
- dtype: time32[s]
42
- - name: Termination
43
- dtype: string
44
- - name: TimeControl
45
- dtype: string
46
- - name: movetext
47
- dtype: string
48
- splits:
49
- - name: train
50
- num_bytes: 283973538
51
- num_examples: 300075
52
- download_size: 91573642
53
- dataset_size: 283973538
54
  ---
55
 
56
  > [!CAUTION]
 
4
  - config_name: default
5
  data_files:
6
  - split: train
7
+ path: data/**/train-*
8
  tags:
9
  - chess
10
  - atomic-chess
11
  - lichess
12
  - game
13
  - games
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
  > [!CAUTION]