adamkarvonen
commited on
Commit
•
15a8360
1
Parent(s):
775f457
Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,6 @@ Dataset descriptions:
|
|
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.
|
|
|
|
|
|
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.
|
11 |
+
|
12 |
+
This script is used to create the batches of 1024 characters from a file with a bunch of PGNs: https://github.com/adamkarvonen/chess_gpt_eval/blob/dataset_generation/logs/batching.ipynb
|