Commit ·
aa5a919
1
Parent(s): 7e50a78
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
|
|
|
| 1 |
+
Pythia 70M model trained on 50M chess games from lichess
|
| 2 |
+
|
| 3 |
+
Example context format:
|
| 4 |
+
|
| 5 |
+
Score: 0-1 WhiteElo: 2750 BlackElo: 2850 Timecontrol: 1800+0 Moves: 1. e4
|
| 6 |
+
|
| 7 |
+
Model results:
|
| 8 |
+
|
| 9 |
+
Estimated ELO: 1100
|
| 10 |
+
Legal moves: 97%
|
| 11 |
+
|
| 12 |
---
|
| 13 |
license: apache-2.0
|
| 14 |
---
|