HaileyStorm commited on
Commit
90ad378
1 Parent(s): 1517c92

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ For an explanation of this project and the models trained for it, please see the [Report](Report/REPORT.md).
6
+
7
+ The root folder contains scripts for dataset preprocessing.
8
+ [chess-mamba-vs-xformer](chess-mamba-vs-xformer/) contains the training scripts.
9
+ Config files, used to set model configuration and training hyperameters, are in [chess-mamba-vs-xformer/config](chess-mamba-vs-xformer/config).
10
+ Model checkpoints are in [chess-mamba-vs-xformer/out](chess-mamba-vs-xformer/out). The last checkpoint for completed models (e.g. Mamba and Transformer 50M) are .../anneal/anneal_complete.pt.
11
+ [chess-gpt-eval](chess-gpt-eval/)