Spaces:
No application file
No application file
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,10 @@ sdk: gradio
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.
|