Xmaster6y commited on
Commit
cd7ba99
1 Parent(s): b3f4ed7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -2,4 +2,13 @@
2
  license: mit
3
  datasets:
4
  - Xmaster6y/stockfish-debug
5
- ---
 
 
 
 
 
 
 
 
 
 
2
  license: mit
3
  datasets:
4
  - Xmaster6y/stockfish-debug
5
+ ---
6
+ # Model Card for gpt2-stockfish-debug
7
+
8
+ ## Details
9
+
10
+ Simple completion tuning using an equivalent of:
11
+
12
+ ```json
13
+ {"prompt":"FEN: {fen}\nMOVE:", "completion": " {move}"}
14
+ ```