Upload folder using huggingface_hub
Browse files- README.md +4 -4
- best_model.pt +1 -1
- config.json +2 -1
- pytorch_model.bin +1 -1
README.md
CHANGED
|
@@ -6,7 +6,7 @@ NNUE (Efficiently Updatable Neural Network) chess evaluation model
|
|
| 6 |
|
| 7 |
- **Model type**: NNUE Chess Evaluation
|
| 8 |
- **Architecture**: HalfKP feature representation
|
| 9 |
-
- **Uploaded**: 2025-11-15 17:
|
| 10 |
|
| 11 |
## Architecture
|
| 12 |
|
|
@@ -28,9 +28,9 @@ Output Layer: 32 → 1 (centipawn evaluation)
|
|
| 28 |
|
| 29 |
## Training Information
|
| 30 |
|
| 31 |
-
- **Epoch**:
|
| 32 |
-
- **Training Loss**:
|
| 33 |
-
- **Validation Loss**:
|
| 34 |
|
| 35 |
## Usage
|
| 36 |
|
|
|
|
| 6 |
|
| 7 |
- **Model type**: NNUE Chess Evaluation
|
| 8 |
- **Architecture**: HalfKP feature representation
|
| 9 |
+
- **Uploaded**: 2025-11-15 17:14:22
|
| 10 |
|
| 11 |
## Architecture
|
| 12 |
|
|
|
|
| 28 |
|
| 29 |
## Training Information
|
| 30 |
|
| 31 |
+
- **Epoch**: 1
|
| 32 |
+
- **Training Loss**: 1908535.7500
|
| 33 |
+
- **Validation Loss**: 4267257.5000
|
| 34 |
|
| 35 |
## Usage
|
| 36 |
|
best_model.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 126054005
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40b1b114c62aaa6fd8f3edc1429256ddf5ad779d3b360e10e28e3d0ae8ce76ca
|
| 3 |
size 126054005
|
config.json
CHANGED
|
@@ -22,6 +22,7 @@
|
|
| 22 |
"train_val_split_ratio": 0.9,
|
| 23 |
"checkpoint_dir": "checkpoints",
|
| 24 |
"save_every_n_epochs": 10,
|
|
|
|
| 25 |
"validate_every_n_epochs": 1,
|
| 26 |
"device": "cpu",
|
| 27 |
"optimizer": "adam",
|
|
@@ -36,7 +37,7 @@
|
|
| 36 |
"stockfish_path": "stockfish",
|
| 37 |
"download_year": 2025,
|
| 38 |
"download_month": 10,
|
| 39 |
-
"download_max_games":
|
| 40 |
"download_max_games_searched": 100,
|
| 41 |
"download_depth": 10,
|
| 42 |
"download_positions_per_game": 10,
|
|
|
|
| 22 |
"train_val_split_ratio": 0.9,
|
| 23 |
"checkpoint_dir": "checkpoints",
|
| 24 |
"save_every_n_epochs": 10,
|
| 25 |
+
"save_best_only": false,
|
| 26 |
"validate_every_n_epochs": 1,
|
| 27 |
"device": "cpu",
|
| 28 |
"optimizer": "adam",
|
|
|
|
| 37 |
"stockfish_path": "stockfish",
|
| 38 |
"download_year": 2025,
|
| 39 |
"download_month": 10,
|
| 40 |
+
"download_max_games": null,
|
| 41 |
"download_max_games_searched": 100,
|
| 42 |
"download_depth": 10,
|
| 43 |
"download_positions_per_game": 10,
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 42017825
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:354b2e05f1993aa405e3c89a83e605debcd16913ef03cea4f3027ed28b7914c3
|
| 3 |
size 42017825
|