mauricett commited on
Commit
2a3d9a6
·
verified ·
1 Parent(s): 239cfa0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -9,19 +9,25 @@ pretty_name: Lichess Games With Stockfish Analysis
9
  Hello, everyone!
10
  <br>
11
  I will give you a quick overview of the data format and a guide on how to use the dataset.
12
- I always appreciate feedback, discussions or criticism. You can contact me [here](https://huggingface.co/datasets/mauricett/lichess_sf/discussions).
13
- And now, enjoy!
 
 
 
14
 
15
  # Condensed Lichess Database
16
  This dataset is a condensed version of the Lichess database.
17
  It includes all games for which Stockfish evaluations were available.
18
  Games are stored in a format that is much faster to process than the original PGN data.
19
  Currently, the dataset contains the entire year 2023, which consists of >100M games and >1B positions.
 
 
20
 
21
  # Requirements
22
  ```
23
  pip install zstandard python-chess
24
  ```
 
25
 
26
  # Data Format
27
  A single sample from the dataset contains an entire chess game as a dictionary. The dictionary has the k
 
9
  Hello, everyone!
10
  <br>
11
  I will give you a quick overview of the data format and a guide on how to use the dataset.
12
+ I always appreciate feedback and discussions. You can speak out [here](https://huggingface.co/datasets/mauricett/lichess_sf/discussions).
13
+ <br>
14
+ And now, enjoy...
15
+ <br>
16
+ <br>
17
 
18
  # Condensed Lichess Database
19
  This dataset is a condensed version of the Lichess database.
20
  It includes all games for which Stockfish evaluations were available.
21
  Games are stored in a format that is much faster to process than the original PGN data.
22
  Currently, the dataset contains the entire year 2023, which consists of >100M games and >1B positions.
23
+ <br>
24
+ <br>
25
 
26
  # Requirements
27
  ```
28
  pip install zstandard python-chess
29
  ```
30
+ <br>
31
 
32
  # Data Format
33
  A single sample from the dataset contains an entire chess game as a dictionary. The dictionary has the k