Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,8 @@ tags:
|
|
6 |
- game-ai
|
7 |
- pytorch
|
8 |
library_name: transformers
|
|
|
|
|
9 |
---
|
10 |
|
11 |
# ChessBot Chess Model
|
@@ -20,6 +22,10 @@ The ChessBot model is a transformer-based architecture designed for chess gamepl
|
|
20 |
- Evaluate chess positions
|
21 |
- Generate move probabilities
|
22 |
|
|
|
|
|
|
|
|
|
23 |
## Usage
|
24 |
|
25 |
```python
|
@@ -87,4 +93,4 @@ This model was trained on training data from the LCzero project. It consists of
|
|
87 |
|
88 |
- The model works best with standard chess positions
|
89 |
- Performance may vary with unusual or rare positions
|
90 |
-
- Requires GPU for optimal inference speed
|
|
|
6 |
- game-ai
|
7 |
- pytorch
|
8 |
library_name: transformers
|
9 |
+
datasets:
|
10 |
+
- Maxlegrec/ChessFENS
|
11 |
---
|
12 |
|
13 |
# ChessBot Chess Model
|
|
|
22 |
- Evaluate chess positions
|
23 |
- Generate move probabilities
|
24 |
|
25 |
+
## Please Like if this model is useful to you :)
|
26 |
+
|
27 |
+
A like goes a long way !
|
28 |
+
|
29 |
## Usage
|
30 |
|
31 |
```python
|
|
|
93 |
|
94 |
- The model works best with standard chess positions
|
95 |
- Performance may vary with unusual or rare positions
|
96 |
+
- Requires GPU for optimal inference speed
|