christopher commited on
Commit
b7b017a
·
verified ·
1 Parent(s): 64669b9

Update README.md

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