adamkarvonen commited on
Commit
89d87ba
1 Parent(s): ffe64d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -5,6 +5,7 @@ Dataset descriptions:
5
  - Stockfish: 4.5GB of games generated by White playing as Stockfish ELO 3200 against a range of Stockfish ELO 1300-3200 as black.
6
  - Lichess-stockfish mix: a 50 / 50 mix of > 1800 ELO lichess games and stockfish generated games
7
  - Lichess results: lichess, but we include the result before every game. Hopefully, we can then prompt the model with ";1-0#1.", indicating to the model that it's supposed to win this game.
 
8
 
9
  Blocks dataset include only one column and are used for training. Every cell is a batch I created that is 1024 characters long. Datasets without "blocks" in the name
10
  contain metadata like player skill, result, etc.
 
5
  - Stockfish: 4.5GB of games generated by White playing as Stockfish ELO 3200 against a range of Stockfish ELO 1300-3200 as black.
6
  - Lichess-stockfish mix: a 50 / 50 mix of > 1800 ELO lichess games and stockfish generated games
7
  - Lichess results: lichess, but we include the result before every game. Hopefully, we can then prompt the model with ";1-0#1.", indicating to the model that it's supposed to win this game.
8
+ - lichess_200k_elo_bins: We include a maximum of 200k games from every 100 Elo bucket, so the model trains on a more even distribution of Elos.
9
 
10
  Blocks dataset include only one column and are used for training. Every cell is a batch I created that is 1024 characters long. Datasets without "blocks" in the name
11
  contain metadata like player skill, result, etc.