Final trained model
Browse files- README.md +11 -11
- config.json +5 -5
- pytorch_model.bin +2 -2
README.md
CHANGED
|
@@ -7,7 +7,7 @@ tags:
|
|
| 7 |
license: mit
|
| 8 |
---
|
| 9 |
|
| 10 |
-
# chessgpt-
|
| 11 |
|
| 12 |
ChessGPT model trained for mechanistic interpretability research.
|
| 13 |
|
|
@@ -17,24 +17,24 @@ ChessGPT model trained for mechanistic interpretability research.
|
|
| 17 |
- **Architecture**: GPT-style transformer
|
| 18 |
- **Vocabulary**: 4,211 tokens (4,208 UCI chess moves + 3 special tokens)
|
| 19 |
- **Context Length**: 256
|
| 20 |
-
- **Layers**:
|
| 21 |
-
- **Hidden Size**:
|
| 22 |
-
- **Attention Heads**:
|
| 23 |
|
| 24 |
## Training Configuration
|
| 25 |
|
| 26 |
- **Dataset**: Lichess/standard-chess-games
|
| 27 |
-
- **Min Elo**:
|
| 28 |
-
- **Min Moves**:
|
| 29 |
-
- **Batch Size**:
|
| 30 |
- **Learning Rate**: 3e-4
|
| 31 |
-
- **Epochs**:
|
| 32 |
|
| 33 |
## Metrics
|
| 34 |
|
| 35 |
-
- **loss**:
|
| 36 |
-
- **accuracy**: 0.
|
| 37 |
-
- **perplexity**:
|
| 38 |
|
| 39 |
|
| 40 |
## Usage
|
|
|
|
| 7 |
license: mit
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# chessgpt-medium
|
| 11 |
|
| 12 |
ChessGPT model trained for mechanistic interpretability research.
|
| 13 |
|
|
|
|
| 17 |
- **Architecture**: GPT-style transformer
|
| 18 |
- **Vocabulary**: 4,211 tokens (4,208 UCI chess moves + 3 special tokens)
|
| 19 |
- **Context Length**: 256
|
| 20 |
+
- **Layers**: 12
|
| 21 |
+
- **Hidden Size**: 768
|
| 22 |
+
- **Attention Heads**: 12
|
| 23 |
|
| 24 |
## Training Configuration
|
| 25 |
|
| 26 |
- **Dataset**: Lichess/standard-chess-games
|
| 27 |
+
- **Min Elo**: 1800
|
| 28 |
+
- **Min Moves**: 10
|
| 29 |
+
- **Batch Size**: 32
|
| 30 |
- **Learning Rate**: 3e-4
|
| 31 |
+
- **Epochs**: 10
|
| 32 |
|
| 33 |
## Metrics
|
| 34 |
|
| 35 |
+
- **loss**: 1.1781
|
| 36 |
+
- **accuracy**: 0.7051
|
| 37 |
+
- **perplexity**: 3.2484
|
| 38 |
|
| 39 |
|
| 40 |
## Usage
|
config.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
{
|
| 2 |
-
"name": "chessgpt-
|
| 3 |
"vocab_size": 4211,
|
| 4 |
-
"n_layers":
|
| 5 |
-
"n_heads":
|
| 6 |
-
"d_model":
|
| 7 |
-
"d_ff":
|
| 8 |
"dropout": 0.1,
|
| 9 |
"context_length": 256,
|
| 10 |
"pad_token_id": 0,
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "chessgpt-medium",
|
| 3 |
"vocab_size": 4211,
|
| 4 |
+
"n_layers": 12,
|
| 5 |
+
"n_heads": 12,
|
| 6 |
+
"d_model": 768,
|
| 7 |
+
"d_ff": 3072,
|
| 8 |
"dropout": 0.1,
|
| 9 |
"context_length": 256,
|
| 10 |
"pad_token_id": 0,
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6475a1e2dbd9d2608a109a9399e8682d57c7b070120a93d5528121875f4f4b4d
|
| 3 |
+
size 357154723
|