christopher commited on
Commit
1959b56
·
verified ·
1 Parent(s): 71a9c20

Update README.md

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