christopher commited on
Commit
00592ca
·
verified ·
1 Parent(s): 7261a19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -43,7 +43,7 @@ configs:
43
  - config_name: default
44
  data_files:
45
  - split: train
46
- path: data/**/train-*
47
  tags:
48
  - chess
49
  - games
@@ -61,7 +61,7 @@ size_categories:
61
 
62
  ## Dataset Description
63
 
64
- **6,202,222,393** standard rated games, played on [lichess.org](https://lichess.org), updated monthly from the [database dumps](https://database.lichess.org/#standard_games).
65
 
66
  This version of the data is meant for data analysis. If you need PGN files you can find those [here](https://database.lichess.org/#standard_games). That said, once you have a subset of interest, it is trivial to convert it back to PGN as shown in the [Dataset Usage](#dataset-usage) section.
67
 
 
43
  - config_name: default
44
  data_files:
45
  - split: train
46
+ path: data/*/*/*
47
  tags:
48
  - chess
49
  - games
 
61
 
62
  ## Dataset Description
63
 
64
+ **6,298,645,464** standard rated games, played on [lichess.org](https://lichess.org), updated monthly from the [database dumps](https://database.lichess.org/#standard_games).
65
 
66
  This version of the data is meant for data analysis. If you need PGN files you can find those [here](https://database.lichess.org/#standard_games). That said, once you have a subset of interest, it is trivial to convert it back to PGN as shown in the [Dataset Usage](#dataset-usage) section.
67