christopher commited on
Commit
03c61e3
1 Parent(s): f9ddb26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -64,7 +64,8 @@ dset = load_dataset("Lichess/chess-puzzles", split="train")
64
  One row of the dataset looks like this:
65
 
66
  ```python
67
- {'PuzzleId': '0009B',
 
68
  'FEN': 'r2qr1k1/b1p2ppp/pp4n1/P1P1p3/4P1n1/B2P2Pb/3NBP1P/RN1QR1K1 b - - 1 16',
69
  'Moves': 'b6c5 e2g4 h3g4 d1g4',
70
  'Rating': 1112,
@@ -73,7 +74,8 @@ One row of the dataset looks like this:
73
  'NbPlays': 569,
74
  'Themes': 'advantage middlegame short',
75
  'GameUrl': 'https://lichess.org/4MWQCxQ6/black#31',
76
- 'OpeningTags': 'Kings_Pawn_Game Kings_Pawn_Game_Leonardis_Variation'}
 
77
  ```
78
  ### Dataset Fields
79
 
 
64
  One row of the dataset looks like this:
65
 
66
  ```python
67
+ {
68
+ 'PuzzleId': '0009B',
69
  'FEN': 'r2qr1k1/b1p2ppp/pp4n1/P1P1p3/4P1n1/B2P2Pb/3NBP1P/RN1QR1K1 b - - 1 16',
70
  'Moves': 'b6c5 e2g4 h3g4 d1g4',
71
  'Rating': 1112,
 
74
  'NbPlays': 569,
75
  'Themes': 'advantage middlegame short',
76
  'GameUrl': 'https://lichess.org/4MWQCxQ6/black#31',
77
+ 'OpeningTags': 'Kings_Pawn_Game Kings_Pawn_Game_Leonardis_Variation'
78
+ }
79
  ```
80
  ### Dataset Fields
81