danielgmonroe commited on
Commit
3fa1c04
·
verified ·
1 Parent(s): bac71e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -7,4 +7,10 @@ sdk: gradio
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ # Leela Chess Zero
11
+
12
+ All transformer models here are "Chessformers" — encoder-only transformers with the Geometric Attention Bias described in the paper *Chessformer: A Unified Architecture for Chess Modeling*.
13
+
14
+ They are written in the internal Lc0 format, which is compatible with the training code and the engine. They can be converted to ONNX through the `leela2onnx` command in releases of the Lc0 engine.
15
+
16
+ **BT4** is our largest model at 190M and corresponds to Leela-CF. BT4 and BT3 were trained with SFT on a prior RL run, and the T1 models were distilled from a larger transformer.