jleezhang commited on
Commit
6e2883d
·
verified ·
1 Parent(s): bed8516

Epoch 10 - Training started: 2025-11-15 21:13:58

Browse files
Files changed (4) hide show
  1. README.md +3 -3
  2. checkpoint_epoch_10.pt +2 -2
  3. config.json +4 -2
  4. pytorch_model.bin +2 -2
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 19:27:29
10
 
11
  ## Architecture
12
 
@@ -29,8 +29,8 @@ Output Layer: 32 → 1 (centipawn evaluation)
29
  ## Training Information
30
 
31
  - **Epoch**: 10
32
- - **Training Loss**: 3120906.5251
33
- - **Validation Loss**: 2923721.9199
34
 
35
  ## Usage
36
 
 
6
 
7
  - **Model type**: NNUE Chess Evaluation
8
  - **Architecture**: HalfKP feature representation
9
+ - **Uploaded**: 2025-11-15 21:32:57
10
 
11
  ## Architecture
12
 
 
29
  ## Training Information
30
 
31
  - **Epoch**: 10
32
+ - **Training Loss**: 2747954.3011
33
+ - **Validation Loss**: 2758574.0879
34
 
35
  ## Usage
36
 
checkpoint_epoch_10.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fe4f79c0dd385b53af3bb7d104ae650b21bee0e676802c5eb2fe8323c07a98f4
3
- size 126054987
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55a5ee308d6e86f8e68306c76cbf464a7ae39b68b6c2c48f8f4e824256cfbd9c
3
+ size 126054859
config.json CHANGED
@@ -34,6 +34,8 @@
34
  "warmup_epochs": 5,
35
  "warmup_start_lr": 1e-05,
36
  "loss_function": "mse",
 
 
37
  "log_every_n_batches": 100,
38
  "verbose": true,
39
  "seed": 42,
@@ -41,11 +43,11 @@
41
  "stockfish_path": "stockfish",
42
  "download_year": null,
43
  "download_month": null,
44
- "download_max_games": 10000,
45
  "download_max_games_searched": null,
46
  "download_depth": 10,
47
  "download_positions_per_game": 10,
48
- "download_num_workers": 4,
49
  "download_batch_size": 100,
50
  "download_rated_only": true,
51
  "download_output_dir": "data",
 
34
  "warmup_epochs": 5,
35
  "warmup_start_lr": 1e-05,
36
  "loss_function": "mse",
37
+ "eval_score_min": -10000,
38
+ "eval_score_max": 10000,
39
  "log_every_n_batches": 100,
40
  "verbose": true,
41
  "seed": 42,
 
43
  "stockfish_path": "stockfish",
44
  "download_year": null,
45
  "download_month": null,
46
+ "download_max_games": 100000,
47
  "download_max_games_searched": null,
48
  "download_depth": 10,
49
  "download_positions_per_game": 10,
50
+ "download_num_workers": 32,
51
  "download_batch_size": 100,
52
  "download_rated_only": true,
53
  "download_output_dir": "data",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d729af8233d872c00bd05b36bd5ee3d9b11a38b3d6d9abbeac94c7e0855d2bba
3
- size 42017953
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e61fc4bb9ab8e5bad96550a7bcaf1fa8df33e1e4cb7e0e0b172e7d583a369d3f
3
+ size 42017825