christopher commited on
Commit
7174a42
·
verified ·
1 Parent(s): ccf1528

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -45
README.md CHANGED
@@ -4,7 +4,7 @@ configs:
4
  - config_name: default
5
  data_files:
6
  - split: train
7
- path: data/year=2025/month=07/train-*
8
  tags:
9
  - chess
10
  - three-check-chess
@@ -13,50 +13,6 @@ tags:
13
  - games
14
  size_categories:
15
  - 1M<n<10M
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: ECO
45
- dtype: string
46
- - name: Opening
47
- dtype: string
48
- - name: Termination
49
- dtype: string
50
- - name: TimeControl
51
- dtype: string
52
- - name: movetext
53
- dtype: string
54
- splits:
55
- - name: train
56
- num_bytes: 111208693
57
- num_examples: 98517
58
- download_size: 35165664
59
- dataset_size: 111208693
60
  ---
61
 
62
  > [!CAUTION]
 
4
  - config_name: default
5
  data_files:
6
  - split: train
7
+ path: data/**/train-*
8
  tags:
9
  - chess
10
  - three-check-chess
 
13
  - games
14
  size_categories:
15
  - 1M<n<10M
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ---
17
 
18
  > [!CAUTION]