lazy-guy12 commited on
Commit
45af9b1
·
verified ·
1 Parent(s): ebedb3f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - lazy-guy12/checkmate2
4
+ pipeline_tag: text-generation
5
+ library_name: transformers
6
+ ---
7
+ We trained a tiny Llama-based decoder-only transformer model for chess play, consisting of 23M parameters.
8
+ The model is trained on a 3 million high-quality chess games from the Lichess Elite Database, on a single Nvidia L4 GPU for 18 hours, using the Google Cloud’s Vertex AI platform.
9
+
10
+ It uses the UCI format for input and output. It has been trained with the token indicating result appended to the beginning of the games, hoping it would improve performance during actual chess play.
11
+ The model achieves an estimated Elo rating of 1400, and easily outperforms Skill-level 0 Stockfish.
12
+
13
+ Todo:
14
+ - [x] Upload model to Hugging Face
15
+ - [ ] Add inference scripts for proper chess play
16
+ - [ ] Integrate it into a webui, possibly by using transformers.js