V7 HULK — val_loss=0.03017
Browse files- .gitattributes +1 -0
- README.md +28 -0
- checkpoint.pt +3 -0
- config.json +13 -0
- model_weights.pt +3 -0
- training_curves.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
training_curves.png filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags: [chess, pytorch, resnet, se-resnet, position-evaluation, policy-head, arabic]
|
| 4 |
+
language: [ar, en]
|
| 5 |
+
---
|
| 6 |
+
# ♟️ Chess Position Evaluator — V7 HULK
|
| 7 |
+
|
| 8 |
+
> **Ahmed Darwish** | [@engdarwish](https://huggingface.co/engdarwish)
|
| 9 |
+
|
| 10 |
+
## Architecture
|
| 11 |
+
SE-ResNet-20 with Dual Head (Value + Policy)
|
| 12 |
+
|
| 13 |
+
| Metric | Value |
|
| 14 |
+
|--------|-------|
|
| 15 |
+
| Parameters | 47,450,753 |
|
| 16 |
+
| Best Val Loss | 0.030174 |
|
| 17 |
+
| Architecture | SE-ResNet-20 |
|
| 18 |
+
| Input | 18×8×8 board tensor |
|
| 19 |
+
| Value Output | [-1, 1] (tanh) |
|
| 20 |
+
| Policy Output | 20,480 move logits |
|
| 21 |
+
|
| 22 |
+
## Training Data
|
| 23 |
+
- **Kaggle Chess Evaluations** — 12.9M positions (Stockfish evals)
|
| 24 |
+
- **Lichess 2023-10** — 2M moves from ELO 2000+ games
|
| 25 |
+
|
| 26 |
+
## Contact
|
| 27 |
+
📧 eahmeddarwish@gmail.com
|
| 28 |
+
🌐 [GitHub](https://github.com/engrdarwish)
|
checkpoint.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22832a8ba0c708b4949e2f5e234ec3a1553df172bb1bb2df9887131adb56175f
|
| 3 |
+
size 569751541
|
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "V7_HULK",
|
| 3 |
+
"architecture": "SE-ResNet-20 Dual Head",
|
| 4 |
+
"in_channels": 18,
|
| 5 |
+
"num_filters": 256,
|
| 6 |
+
"num_res_blocks": 20,
|
| 7 |
+
"policy_size": 20480,
|
| 8 |
+
"best_val_loss": 0.030174075044405294,
|
| 9 |
+
"author": "Ahmed Darwish",
|
| 10 |
+
"email": "eahmeddarwish@gmail.com",
|
| 11 |
+
"huggingface": "https://huggingface.co/engdarwish",
|
| 12 |
+
"github": "https://github.com/engrdarwish"
|
| 13 |
+
}
|
model_weights.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e05367310c42d705cb6b385878264bccbcb79508894bbbc2f8b7d06cd524bc24
|
| 3 |
+
size 189994667
|
training_curves.png
ADDED
|
Git LFS Details
|