Update README.md
Browse files
README.md
CHANGED
@@ -2,3 +2,11 @@
|
|
2 |
license: mit
|
3 |
---
|
4 |
Model trained on chess "narratives" created from PGN notation from a large set of games downloaded from The Week in Chess (https://theweekinchess.com/). A script was run to convert the PGN notation to english text, and the model was finetuned on that.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
3 |
---
|
4 |
Model trained on chess "narratives" created from PGN notation from a large set of games downloaded from The Week in Chess (https://theweekinchess.com/). A script was run to convert the PGN notation to english text, and the model was finetuned on that.
|
5 |
+
|
6 |
+
# Useful Prompts:
|
7 |
+
* "The game begins"
|
8 |
+
* "In move X" // X can be a number between 1 and approximately 100
|
9 |
+
* "White/Black moves X from Y" // X is the piece (pawn, bishop, knight, rook, queen, king) and Y is the square (e.g. e2)
|
10 |
+
* "The game begins as white uses the X opening" // X is a known opening move such as Sicilian
|
11 |
+
* "White moves X from" // X is the piece (pawn, bishop, knight, rook, queen, king)
|
12 |
+
* "Black moves X from" // X is the piece (pawn, bishop, knight, rook, queen, king)
|