christopher commited on
Commit
4f7bb68
·
verified ·
1 Parent(s): 861d15e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -45
README.md CHANGED
@@ -5,58 +5,15 @@ configs:
5
  - config_name: default
6
  data_files:
7
  - split: train
8
- path: data/year=2025/month=02/train-*
9
  tags:
10
  - chess
11
  - games
12
  - game
13
  - lichess
 
14
  size_categories:
15
  - 1B<n<10B
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: 189388427229
57
- num_examples: 89430612
58
- download_size: 64510837058
59
- dataset_size: 189388427229
60
  ---
61
 
62
  > [!CAUTION]
 
5
  - config_name: default
6
  data_files:
7
  - split: train
8
+ path: data/**/train-*
9
  tags:
10
  - chess
11
  - games
12
  - game
13
  - lichess
14
+ - tabular
15
  size_categories:
16
  - 1B<n<10B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ---
18
 
19
  > [!CAUTION]