lazy-guy12 commited on
Commit
cf3fc04
1 Parent(s): 460627c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -10,7 +10,9 @@ The model is trained on a 3 million high-quality chess games from the Lichess El
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
 
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
+ You can try it out [here](https://lazy-guy.github.io/chess-llama/)! It runs directly on your device, within the browser, thanks to transformers.js.
14
+
15
  Todo:
16
  - [x] Upload model to Hugging Face
17
  - [ ] Add inference scripts for proper chess play
18
+ - [x] Integrate it into a webui, possibly by using transformers.js