Maxlegrec commited on
Commit
08ae1db
·
verified ·
1 Parent(s): 8f5b32c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -8,16 +8,17 @@ tags:
8
  library_name: transformers
9
  ---
10
 
11
- # BT4 Chess Model
12
 
13
- This is a BT4 (Board Transformer 4) model for chess move prediction and position evaluation.
14
 
15
  ## Model Description
16
 
17
- The BT4 model is a transformer-based architecture designed for chess gameplay. It can:
18
  - Predict the next best move given a chess position (FEN)
19
  - Evaluate chess positions
20
  - Generate move probabilities
 
21
 
22
  ## Usage
23
 
 
8
  library_name: transformers
9
  ---
10
 
11
+ # Transformer Chess Model
12
 
13
+ This is a transformer chess model for chess move prediction and position evaluation. It is very much inspired from the Leela Chess Zero architectures.
14
 
15
  ## Model Description
16
 
17
+ The ChessBot is a transformer-based architecture designed for chess gameplay. It can:
18
  - Predict the next best move given a chess position (FEN)
19
  - Evaluate chess positions
20
  - Generate move probabilities
21
+ - Generate value evaluations
22
 
23
  ## Usage
24