lfsm commited on
Commit
d954468
1 Parent(s): c8679a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -3,7 +3,7 @@ This dataset contains 3.2 billion games, equating to approximately 608 billion i
3
  it is generated through self-play by Stockfish engine using Fugaku and we add initial moves to expand its diversity.
4
 
5
  Each game has three columns: 'Moves', 'Termination' and 'Result',
6
- - 'Move': chess moves of the whole game.
7
  - 'Termination': include CHECKMATE, INSUFFICIENT_MATERIAL, ... etc.
8
  - Please check this for detail information
9
 
 
3
  it is generated through self-play by Stockfish engine using Fugaku and we add initial moves to expand its diversity.
4
 
5
  Each game has three columns: 'Moves', 'Termination' and 'Result',
6
+ - 'Move': recorded chess moves of the whole game.
7
  - 'Termination': include CHECKMATE, INSUFFICIENT_MATERIAL, ... etc.
8
  - Please check this for detail information
9