Update README.md
Browse files
README.md
CHANGED
@@ -8,16 +8,17 @@ tags:
|
|
8 |
library_name: transformers
|
9 |
---
|
10 |
|
11 |
-
#
|
12 |
|
13 |
-
This is a
|
14 |
|
15 |
## Model Description
|
16 |
|
17 |
-
The
|
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 |
|