Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 1 new columns ({'error'}) and 49 missing columns ({'endgame_avg_complexity', 'original_player_one_failed_to_find_legal_move', 'original_illegal_moves', 'original_player_one_legal_moves', 'average_depth', 'original_player_one', 'evaluation_volatility', 'average_centipawn_loss', 'original_player_one_resignation', 'inaccuracies', 'original_source_file', 'endgame_blunders', 'original_player_two', 'max_position_complexity', 'original_player_one_illegal_moves', 'opening_avg_complexity', 'middlegame_accuracy', 'middlegame_blunders', 'original_player_two_legal_moves', 'original_player_one_illegal_moves_details', 'original_game_id', 'original_player_two_resignation', 'total_time', 'mistakes', 'middlegame_avg_complexity', 'original_game_title', 'suboptimal_moves', 'original_player_two_illegal_moves_details', 'original_number_of_moves', 'blunders', 'original_player_two_failed_to_find_legal_move', 'average_position_complexity', 'original_result', 'critical_moments', 'original_player_two_time', 'total_moves', 'good_moves', 'analysis_timestamp', 'original_time_taken', 'endgame_accuracy', 'opening_accuracy', 'original_player_one_time', 'original_total_moves', 'best_moves', 'original_player_two_score', 'total_nodes', 'original_player_two_illegal_moves', 'original_player_one_score', 'opening_blunders'}).

This happened while the csv dataset builder was generating data using

hf://datasets/jd0g/chess-language-model-evaluation/data/analysis/stockfish_analysis/openings_summary_20250626_180542.csv (at revision 6699af32cf0dcebd0312b78c1dd73ebe05a53c4d)

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1831, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 644, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2272, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              game_id: string
              error: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 487
              to
              {'game_id': Value('string'), 'total_moves': Value('int64'), 'analysis_timestamp': Value('string'), 'average_depth': Value('float64'), 'total_nodes': Value('int64'), 'total_time': Value('float64'), 'blunders': Value('int64'), 'mistakes': Value('int64'), 'inaccuracies': Value('int64'), 'best_moves': Value('int64'), 'good_moves': Value('int64'), 'suboptimal_moves': Value('int64'), 'average_centipawn_loss': Value('float64'), 'opening_accuracy': Value('float64'), 'opening_blunders': Value('int64'), 'opening_avg_complexity': Value('float64'), 'middlegame_accuracy': Value('float64'), 'middlegame_blunders': Value('int64'), 'middlegame_avg_complexity': Value('float64'), 'endgame_accuracy': Value('float64'), 'endgame_blunders': Value('int64'), 'endgame_avg_complexity': Value('float64'), 'critical_moments': Value('int64'), 'average_position_complexity': Value('float64'), 'max_position_complexity': Value('float64'), 'evaluation_volatility': Value('float64'), 'original_game_id': Value('string'), 'original_result': Value('string'), 'original_player_one': Value('string'), 'original_player_two': Value('string'), 'original_player_one_time': Value('float64'), 'original_player_two_time': Value('string'), 'original_player_one_score': Value('string'), 'original_player_two_score': Value('string'), 'original_player_one_illegal_moves': Value('int64'), 'original_player_two_illegal_moves': Value('int64'), 'original_player_one_legal_moves': Value('int64'), 'original_player_two_legal_moves': Value('int64'), 'original_player_one_resignation': Value('bool'), 'original_player_two_resignation': Value('bool'), 'original_player_one_failed_to_find_legal_move': Value('bool'), 'original_player_two_failed_to_find_legal_move': Value('bool'), 'original_game_title': Value('string'), 'original_number_of_moves': Value('int64'), 'original_time_taken': Value('float64'), 'original_total_moves': Value('int64'), 'original_illegal_moves': Value('int64'), 'original_player_one_illegal_moves_details': Value('string'), 'original_player_two_illegal_moves_details': Value('string'), 'original_source_file': Value('string')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1456, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1055, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 894, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 970, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1702, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1833, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 1 new columns ({'error'}) and 49 missing columns ({'endgame_avg_complexity', 'original_player_one_failed_to_find_legal_move', 'original_illegal_moves', 'original_player_one_legal_moves', 'average_depth', 'original_player_one', 'evaluation_volatility', 'average_centipawn_loss', 'original_player_one_resignation', 'inaccuracies', 'original_source_file', 'endgame_blunders', 'original_player_two', 'max_position_complexity', 'original_player_one_illegal_moves', 'opening_avg_complexity', 'middlegame_accuracy', 'middlegame_blunders', 'original_player_two_legal_moves', 'original_player_one_illegal_moves_details', 'original_game_id', 'original_player_two_resignation', 'total_time', 'mistakes', 'middlegame_avg_complexity', 'original_game_title', 'suboptimal_moves', 'original_player_two_illegal_moves_details', 'original_number_of_moves', 'blunders', 'original_player_two_failed_to_find_legal_move', 'average_position_complexity', 'original_result', 'critical_moments', 'original_player_two_time', 'total_moves', 'good_moves', 'analysis_timestamp', 'original_time_taken', 'endgame_accuracy', 'opening_accuracy', 'original_player_one_time', 'original_total_moves', 'best_moves', 'original_player_two_score', 'total_nodes', 'original_player_two_illegal_moves', 'original_player_one_score', 'opening_blunders'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/jd0g/chess-language-model-evaluation/data/analysis/stockfish_analysis/openings_summary_20250626_180542.csv (at revision 6699af32cf0dcebd0312b78c1dd73ebe05a53c4d)
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

game_id
string
total_moves
int64
analysis_timestamp
string
average_depth
float64
total_nodes
int64
total_time
float64
blunders
int64
mistakes
int64
inaccuracies
int64
best_moves
int64
good_moves
int64
suboptimal_moves
int64
average_centipawn_loss
float64
opening_accuracy
float64
opening_blunders
int64
opening_avg_complexity
float64
middlegame_accuracy
float64
middlegame_blunders
int64
middlegame_avg_complexity
float64
endgame_accuracy
float64
endgame_blunders
int64
endgame_avg_complexity
float64
critical_moments
int64
average_position_complexity
float64
max_position_complexity
float64
evaluation_volatility
float64
original_game_id
string
original_result
string
original_player_one
string
original_player_two
string
original_player_one_time
null
original_player_two_time
string
original_player_one_score
string
original_player_two_score
string
original_player_one_illegal_moves
int64
original_player_two_illegal_moves
int64
original_player_one_legal_moves
int64
original_player_two_legal_moves
int64
original_player_one_resignation
bool
original_player_two_resignation
bool
original_player_one_failed_to_find_legal_move
bool
original_player_two_failed_to_find_legal_move
bool
original_game_title
string
original_number_of_moves
int64
original_time_taken
float64
original_total_moves
int64
original_illegal_moves
int64
original_player_one_illegal_moves_details
string
original_player_two_illegal_moves_details
string
original_source_file
string
1749432187-9914
103
2025-06-26T13:47:03.984023
30.864078
14,892,552
8.668
1
4
8
34
7
62
16.533981
94.733333
0
35.735161
92.222222
1
45.21119
90.114754
0
42.316379
84
42.116783
82
4,732.116589
1749432187-9914
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
52
52
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
52
4.518391
52
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432190-7465
85
2025-06-26T13:47:11.360374
29.752941
12,224,739
7.071
0
2
3
32
10
43
10.247059
92.826087
0
38.327439
91.151515
0
50.484378
94
0
50.268022
79
47.121037
76
4,233.564664
1749432190-7465
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
43
43
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
43
3.359386
43
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432192-4572
87
2025-06-26T13:47:18.526929
23.126437
12,803,237
6.884
1
2
4
28
2
57
116.885057
94.111111
0
39.116274
92.678571
0
46.602389
99.268293
1
58.180362
82
50.509824
88
4,288.282373
1749432192-4572
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
44
44
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
44
4.643859
44
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432192-2133
34
2025-06-26T13:47:22.218271
20.058824
4,953,740
3.463
2
1
0
17
3
14
893.176471
97.586207
0
33.893433
100
2
41.122655
0
0
0
17
34.956554
55
2,956.803062
1749432192-2133
0-1
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0
1
0
0
17
17
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
18
1.602965
17
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432195-8849
60
2025-06-26T13:47:29.046842
14.066667
9,006,677
6.578
9
3
3
22
3
35
246.883333
88.411765
0
36.027415
77.538462
9
46.732214
0
0
0
46
40.666161
64
1,321.401691
1749432195-8849
0-1
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0
1
4
0
29
30
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
31
2.849342
30
0
[{'move_number': 23, 'attempted_move': 'Re1', 'error_type': 'parse_error', 'error_message': "illegal san: 'Re1' in r6r/1p1Np1kp/2p1P1p1/p2p1p2/3q4/1PN1RP1Q/PRP3PP/6K1 w - - 0 23", 'attempt': 1}, {'move_number': 23, 'attempted_move': 'Re1', 'error_type': 'parse_error', 'error_message': "illegal san: 'Re1' in r6r/1p1Np1kp/2p1P1p1/p2p1p2/3q4/1PN1RP1Q/PRP3PP/6K1 w - - 0 23", 'attempt': 2}, {'move_number': 23, 'attempted_move': 'Re1', 'error_type': 'parse_error', 'error_message': "illegal san: 'Re1' in r6r/1p1Np1kp/2p1P1p1/p2p1p2/3q4/1PN1RP1Q/PRP3PP/6K1 w - - 0 23", 'attempt': 3}, {'move_number': 23, 'attempted_move': 'Re1', 'error_type': 'parse_error', 'error_message': "illegal san: 'Re1' in r6r/1p1Np1kp/2p1P1p1/p2p1p2/3q4/1PN1RP1Q/PRP3PP/6K1 w - - 0 23", 'attempt': 4}]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432195-6266
81
2025-06-26T13:47:36.269021
38.444444
11,472,977
6.875
2
2
1
32
5
44
228.419753
95.142857
0
36.545342
87.214286
2
41.096207
100
0
45.151717
74
40.817577
67.062787
4,998.41418
1749432195-6266
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
41
41
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
41
3.422263
41
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432198-3031
61
2025-06-26T13:47:41.628882
28.278689
8,800,030
5.09
0
0
2
28
4
29
5.836066
95.066667
0
35.130212
98.62963
0
57.745581
100
0
40.54899
38
45.495623
82
4,266.973216
1749432198-3031
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
31
31
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
31
2.503529
31
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432198-8964
75
2025-06-26T13:47:48.303949
21.88
11,003,762
6.389
1
1
7
18
3
54
16.68
90.4
0
37.66245
90.591837
1
59.197615
100
0
51.239327
57
52.818241
94
4,205.07939
1749432198-8964
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
38
38
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
38
2.89081
38
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432200-4648
45
2025-06-26T13:47:52.518169
41.066667
6,168,393
3.932
0
3
1
14
4
27
17.688889
94.307692
0
40.836391
82.473684
0
47.728884
0
0
0
31
43.746555
76
3,971.073342
1749432200-4648
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
23
23
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
23
1.931982
23
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432201-5185
71
2025-06-26T13:47:59.611006
18.239437
10,564,030
6.827
0
1
8
22
5
44
15.591549
82.272727
0
34.104632
96.212121
0
46.63414
100
0
64.636873
29
42.078364
88
2,978.593952
1749432201-5185
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
36
36
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
36
3.085327
36
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432204-4506
73
2025-06-26T13:48:06.196295
24.630137
10,691,954
6.288
2
3
2
22
3
48
177.383562
96.933333
0
30.792897
87.810345
2
58.636654
0
0
0
57
52.915334
76
4,008.434292
1749432204-4506
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
37
37
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
37
2.962936
37
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432204-6342
96
2025-06-26T13:48:16.565157
13.84375
14,409,110
10.119
23
13
12
33
4
59
291.697917
79.466667
3
39.934635
68.829268
15
38.627312
50.08
5
32.993083
51
37.568603
64
1,038.823222
1749432204-6342
0-1
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0
1
0
0
48
48
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
49
4.460121
48
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432206-7258
59
2025-06-26T13:48:22.252562
28.305085
8,575,208
5.381
0
1
1
29
5
25
9.745763
96
0
36.786995
97.15
0
54.700831
99.8
0
50.003647
37
45.099592
82
4,704.207946
1749432206-7258
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
30
30
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
30
2.429329
30
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432208-2501
96
2025-06-26T13:48:30.756708
19.90625
14,208,406
8.214
25
7
3
31
9
56
1,693.489583
90.28125
0
32.814378
57.360656
24
51.822768
66.333333
1
51.12
67
45.464676
85
3,729.290394
1749432208-2501
0-1
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0
1
0
0
48
48
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
49
3.737922
48
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432209-5933
24
2025-06-26T13:48:33.675918
13.916667
3,602,863
2.706
7
1
1
18
0
6
742.291667
98.9375
2
41.261629
75
5
57.25
0
0
0
12
46.591086
79
2,067.698092
1749432209-5933
0-1
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0
1
0
0
12
12
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
13
1.074054
12
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432211-9208
100
2025-06-26T13:48:43.199727
16.26
14,860,682
9.223
35
2
10
48
1
51
605.26
95.052632
0
36.542694
84.921053
12
42.855836
55.395349
23
40.210183
91
40.518708
76
1,771.23962
1749432211-9208
0-1
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0
1
0
0
50
50
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
51
4.535241
50
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432212-2835
85
2025-06-26T13:48:50.839868
28.164706
12,561,125
7.309
1
2
3
35
3
47
119.141176
89.02439
0
33.886397
96.766667
1
55.130147
100
0
43.902658
72
43.033928
88
6,138.209944
1749432212-2835
1/2-1/2
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1/2
1/2
0
0
43
43
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
43
3.372771
43
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432215-3604
60
2025-06-26T13:48:57.063620
13.5
9,006,662
5.963
10
0
3
23
2
35
350.9
93.225806
0
36.350312
70.517241
10
47.990161
0
0
0
23
41.976239
77.182614
1,334.346845
1749432215-3604
0-1
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0
1
0
0
30
30
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
31
2.682018
30
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432215-9524
94
2025-06-26T13:49:07.102036
16.861702
13,960,646
9.76
41
9
7
36
6
52
646.287234
70.76
7
36.473475
53.37931
28
39.360788
63.636364
6
38.263875
82
38.464524
70
1,818.106154
1749432215-9524
0-1
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0
1
0
0
47
47
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
48
4.082314
47
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432218-2238
91
2025-06-26T13:49:14.507177
23.384615
13,308,934
7.1
1
2
4
37
3
51
111.582418
86.04
0
32.257063
93.5
1
56.977372
100
0
66.027823
74
51.777367
94
3,456.928634
1749432218-2238
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
46
46
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
46
3.445074
46
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432222-7531
180
2025-06-26T13:49:29.535688
16.694444
27,019,698
14.715
54
5
10
78
5
97
2,192.861111
93.433333
0
33.417958
91.604651
1
42.230558
65.009346
53
45.520895
142
42.717714
73
4,226.360748
1749432222-7531
*
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0.5
0.5
2
0
89
90
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
91
7.120563
90
0
[{'move_number': 55, 'attempted_move': 'Ke3', 'error_type': 'parse_error', 'error_message': "illegal san: 'Ke3' in 8/1p6/p1b2k2/6p1/1P1K4/P1P2P2/6nP/8 w - - 0 55", 'attempt': 1}, {'move_number': 55, 'attempted_move': 'Ke3', 'error_type': 'parse_error', 'error_message': "illegal san: 'Ke3' in 8/1p6/p1b2k2/6p1/1P1K4/P1P2P2/6nP/8 w - - 0 55", 'attempt': 2}]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432222-1397
99
2025-06-26T13:49:38.328880
40.161616
13,983,720
8.302
4
4
7
36
8
55
117.464646
95.538462
0
33.359999
87.245614
4
48.624609
99.9375
0
49.586995
84
44.771258
71.524299
4,524.706858
1749432222-1397
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
50
50
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
50
3.877878
50
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432225-1233
55
2025-06-26T13:49:44.073630
17.309091
8,149,142
5.504
2
6
8
23
2
30
57.672727
93.04
0
32.616097
59.233333
2
40.457334
0
0
0
11
36.893135
67
2,327.725615
1749432225-1233
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
28
28
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
28
2.410367
28
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432227-3091
63
2025-06-26T13:49:50.118341
26.222222
9,161,682
5.76
3
1
3
20
6
37
406.936508
93
0
35.051051
88.366667
3
61.75174
0
0
0
51
47.765665
88
4,001.796814
1749432227-3091
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
32
32
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
32
2.49172
32
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432229-4707
180
2025-06-26T13:50:08.217395
16.455556
27,016,342
15.7
86
4
9
69
5
106
2,224.277778
94.178571
1
37.635325
56.769231
34
43.004259
64.517241
51
48.789266
169
44.965178
82
4,125.327289
1749432229-4707
*
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0.5
0.5
0
0
90
90
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
91
7.189893
90
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432232-8765
117
2025-06-26T13:50:17.699000
27.025641
17,141,267
9.132
3
2
2
47
5
65
63.504274
96.615385
0
34.401043
92.625
0
39.895774
94.770833
3
58.228863
105
46.806516
85
5,284.273153
1749432232-8765
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
59
59
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
59
4.490041
59
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432233-1026
30
2025-06-26T13:50:20.992916
14.133333
4,503,574
3.091
0
3
4
9
3
18
26.766667
88.095238
0
36.022015
73.222222
0
45.336427
0
0
0
23
38.816339
65.737892
456.880651
1749432233-1026
0-1
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0
1
5
0
15
16
false
false
true
false
adam_lichess_16layers.pt vs. Stockfish 0
16
1.548767
16
0
[{'move_number': 16, 'attempted_move': 'Bxc5', 'error_type': 'parse_error', 'error_message': "illegal san: 'Bxc5' in r2k3r/pp1Bpp1p/6pb/2n1P3/8/2N1B3/PP3PPP/2KR2NR w - - 1 16", 'attempt': 1}, {'move_number': 16, 'attempted_move': 'Bxc5', 'error_type': 'parse_error', 'error_message': "illegal san: 'Bxc5' in r2k3r/pp1Bpp1p/6pb/2n1P3/8/2N1B3/PP3PPP/2KR2NR w - - 1 16", 'attempt': 2}, {'move_number': 16, 'attempted_move': 'Bxc5', 'error_type': 'parse_error', 'error_message': "illegal san: 'Bxc5' in r2k3r/pp1Bpp1p/6pb/2n1P3/8/2N1B3/PP3PPP/2KR2NR w - - 1 16", 'attempt': 3}, {'move_number': 16, 'attempted_move': 'Bxc5', 'error_type': 'parse_error', 'error_message': "illegal san: 'Bxc5' in r2k3r/pp1Bpp1p/6pb/2n1P3/8/2N1B3/PP3PPP/2KR2NR w - - 1 16", 'attempt': 4}, {'move_number': 16, 'attempted_move': 'Bxc5', 'error_type': 'parse_error', 'error_message': "illegal san: 'Bxc5' in r2k3r/pp1Bpp1p/6pb/2n1P3/8/2N1B3/PP3PPP/2KR2NR w - - 1 16", 'attempt': 5}]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432234-9905
123
2025-06-26T13:50:32.188358
25.536585
17,929,244
10.83
7
7
8
56
5
62
45.04878
97.5
0
37.236303
85.05
4
41.125109
88.641791
3
45.006136
94
42.733304
82
4,087.038425
1749432234-9905
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
62
62
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
62
5.086778
62
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432237-1620
66
2025-06-26T13:50:39.386369
13.560606
9,906,310
6.966
11
7
9
25
2
39
273.545455
91.235294
0
32.369588
69.977273
8
36.075214
40
3
36.46617
34
35.150353
70
1,235.018699
1749432237-1620
0-1
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0
1
0
0
33
33
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
34
3.111129
33
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432238-3084
123
2025-06-26T13:50:51.068017
16.276423
18,461,850
11.401
43
3
3
54
11
58
561.609756
92.857143
2
36.82658
67.309524
21
38.910517
79.791045
20
46.490085
112
42.802029
79
3,861.045793
1749432238-3084
1/2-1/2
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1/2
1/2
0
0
62
62
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
62
5.269439
62
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432241-8872
88
2025-06-26T13:51:00.207411
19.795455
12,924,866
8.882
17
11
8
35
6
47
1,137.363636
93.675676
0
34.895022
56.647059
17
41.96617
0
0
0
36
38.993074
70
3,012.300423
1749432241-8872
0-1
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0
1
0
0
44
44
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
45
4.052735
44
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432243-7595
119
2025-06-26T13:51:09.592748
39.109244
16,805,107
8.936
9
2
2
42
5
72
608.554622
95.411765
0
37.291384
75.934783
6
47.578899
96.910714
3
52.786878
107
48.560068
88
6,568.853123
1749432243-7595
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
60
60
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
60
4.492819
60
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432244-1282
71
2025-06-26T13:51:14.978601
34.732394
10,179,192
5.035
1
4
3
21
2
48
140.338028
94.421053
0
37.803704
84.019231
1
63.141588
0
0
0
59
56.361027
94
4,487.174561
1749432244-1282
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
36
36
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
36
2.531278
36
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432246-9540
75
2025-06-26T13:51:22.612554
25.386667
10,941,591
7.27
5
2
3
21
4
50
390.066667
88.205882
0
38.00969
82.780488
5
52.029875
0
0
0
71
45.674058
85
4,328.422893
1749432246-9540
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
2
0
37
38
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
38
3.387031
38
0
[{'move_number': 35, 'attempted_move': 'Re6', 'error_type': 'parse_error', 'error_message': "illegal san: 'Re6' in 7r/6p1/1k1PP3/4RNqp/1p3p2/1P6/1PP2PPP/3Q2K1 w - - 3 35", 'attempt': 1}, {'move_number': 35, 'attempted_move': 'Re6', 'error_type': 'parse_error', 'error_message': "illegal san: 'Re6' in 7r/6p1/1k1PP3/4RNqp/1p3p2/1P6/1PP2PPP/3Q2K1 w - - 3 35", 'attempt': 2}]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432249-5061
144
2025-06-26T13:51:33.815649
31.465278
20,850,227
10.713
57
8
6
59
6
79
3,946.638889
92.652174
0
33.634198
54.85
15
41.772647
70.938272
42
49.488893
116
44.813144
82
6,035.422939
1749432249-5061
0-1
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0
1
5
0
70
72
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
73
5.386619
72
0
[{'move_number': 30, 'attempted_move': 'Rb7', 'error_type': 'parse_error', 'error_message': "ambiguous san: 'Rb7' in 1Rr3nr/5pk1/4b1p1/3p3p/5P2/8/1R2BKPP/8 w - - 2 30", 'attempt': 1}, {'move_number': 30, 'attempted_move': 'Rb7', 'error_type': 'parse_error', 'error_message': "ambiguous san: 'Rb7' in 1Rr3nr/5pk1/4b1p1/3p3p/5P2/8/1R2BKPP/8 w - - 2 30", 'attempt': 2}, {'move_number': 30, 'attempted_move': 'Rb7', 'error_type': 'parse_error', 'error_message': "ambiguous san: 'Rb7' in 1Rr3nr/5pk1/4b1p1/3p3p/5P2/8/1R2BKPP/8 w - - 2 30", 'attempt': 3}, {'move_number': 30, 'attempted_move': 'Rb7', 'error_type': 'parse_error', 'error_message': "ambiguous san: 'Rb7' in 1Rr3nr/5pk1/4b1p1/3p3p/5P2/8/1R2BKPP/8 w - - 2 30", 'attempt': 4}, {'move_number': 31, 'attempted_move': 'Rb8', 'error_type': 'parse_error', 'error_message': "illegal san: 'Rb8' in 1R4nr/2r2pk1/4b1p1/3p3p/5P2/5B2/1R3KPP/8 w - - 4 31", 'attempt': 1}]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432250-7636
76
2025-06-26T13:51:41.767015
24.815789
11,104,024
7.654
23
3
7
33
3
40
1,202.828947
95.35
0
36.53322
62.892857
23
39.487862
0
0
0
57
38.710325
76
3,269.574365
1749432250-7636
0-1
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0
1
0
0
38
38
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
39
3.275392
38
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432252-7390
69
2025-06-26T13:51:47.413299
33.710145
9,888,881
5.382
1
5
1
26
4
39
141.652174
95.058824
0
36.253111
88.571429
1
52.1663
0
0
0
65
44.325018
82
5,399.377451
1749432252-7390
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
35
35
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
35
2.675436
35
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432253-6613
64
2025-06-26T13:51:54.198997
13.359375
9,606,754
6.531
8
18
10
27
2
35
292.8125
76.864865
0
35.78668
57.740741
8
41.823615
0
0
0
18
38.333512
70
1,258.658275
1749432253-6613
0-1
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0
1
0
0
32
32
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
33
2.985241
32
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432255-1538
77
2025-06-26T13:52:01.851514
26.493506
11,242,921
7.301
0
2
6
32
7
38
16.415584
91.257143
0
34.66681
82.222222
0
40.150937
100
0
61.258418
27
41.769999
82
3,616.944087
1749432255-1538
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
39
39
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
39
3.192428
39
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432257-4163
97
2025-06-26T13:52:11.391093
28.536082
14,073,651
9.16
1
3
9
37
11
49
22.57732
89.756757
0
32.753029
89.533333
1
46.45936
0
0
0
43
41.231172
85
3,681.352101
1749432257-4163
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
49
49
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
49
4.237424
49
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432259-5078
67
2025-06-26T13:52:16.991401
29.313433
9,609,640
5.298
0
3
5
21
2
44
15.58209
100
0
43.904845
85.867925
0
60.235707
0
0
0
59
56.823288
94
4,106.008172
1749432259-5078
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
34
34
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
34
2.489158
34
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432261-2420
128
2025-06-26T13:52:30.469663
14.101563
19,212,530
13.188
41
12
12
39
6
83
358.632813
80.977273
1
36.348984
45.921875
32
38.647677
86.3
8
45.108278
93
38.866971
76
940.81369
1749432261-2420
0-1
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0
1
0
0
64
64
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
65
5.791807
64
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432262-8995
55
2025-06-26T13:52:35.263581
23.927273
8,094,084
4.534
0
2
2
27
2
26
9.327273
91.230769
0
32.523356
95.880952
0
56.336135
0
0
0
44
50.70766
88
4,507.944118
1749432262-8995
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
28
28
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
28
2.189784
28
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432264-3090
62
2025-06-26T13:52:41.861416
17.274194
9,158,624
6.355
9
3
5
20
4
38
889.403226
85.148936
0
34.724059
57.266667
9
48.173853
0
0
0
26
37.978041
73
2,528.974901
1749432264-3090
0-1
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0
1
0
0
31
31
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
32
2.859566
31
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432266-4623
90
2025-06-26T13:52:51.083099
13.3
13,509,108
8.952
11
3
9
33
6
51
241.588889
93.321429
0
36.475614
88.709677
0
37.899629
63.419355
11
45.551324
30
40.092186
79
1,079.743805
1749432266-4623
0-1
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0
1
0
0
45
45
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
46
3.98242
45
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432268-9468
99
2025-06-26T13:53:00.118206
24.636364
14,417,896
8.683
3
5
7
34
3
62
302.262626
92.8125
0
35.089063
87.933333
2
39.078515
85.714286
1
61.780124
46
39.39416
85
4,006.345644
1749432268-9468
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
50
50
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
50
4.011005
50
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432269-7605
75
2025-06-26T13:53:07.124089
24.733333
10,947,217
6.706
1
5
7
21
5
49
143.066667
75.666667
0
38.208681
91.470588
1
50.355438
98.571429
0
63.437563
69
48.424602
88
4,055.826858
1749432269-7605
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
38
38
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
38
3.099625
38
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432274-1197
148
2025-06-26T13:53:20.490097
14.797297
22,216,742
13.064
41
13
6
66
7
75
544.182432
95.533333
0
36.155427
90.065574
1
51.431367
59.055556
40
44.470085
140
46.49656
88
2,316.086457
1749432274-1197
0-1
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0
1
0
0
74
74
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
75
6.104783
74
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432275-9432
114
2025-06-26T13:53:32.096836
19.763158
16,849,311
11.269
25
21
11
41
5
68
773.587719
82.225
0
32.828941
59.428571
17
42.103392
75.48
8
40.038843
75
38.396447
70
2,484.446926
1749432275-9432
0-1
adam_lichess_16layers.pt
Stockfish 1
null
40000 nodes
0
1
0
0
57
57
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 1
58
4.956291
57
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432278-7469
75
2025-06-26T13:53:39.214410
22.813333
11,041,835
6.837
0
2
4
33
6
36
10.426667
95.34375
0
35.082054
90.823529
0
53.99933
100
0
54.953975
64
46.042516
76
4,183.54433
1749432278-7469
1-0
adam_lichess_16layers.pt
Stockfish 1
null
40000 nodes
1
0
0
0
38
38
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 1
38
3.186245
38
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432280-3224
144
2025-06-26T13:53:54.274250
20.479167
21,356,511
12.174
9
12
11
39
7
98
239.465278
93.714286
0
34.067556
64.833333
1
38.925359
90.068966
8
51.204486
98
45.635569
94
4,399.310708
1749432280-3224
1/2-1/2
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1/2
1/2
0
0
72
72
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
73
5.796351
72
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432281-8508
74
2025-06-26T13:54:01.700342
14.216216
11,108,509
7.177
11
2
7
29
2
43
224.905405
90.607143
0
39.698622
86.809524
8
45.832345
50
3
55.702515
57
44.045
70
1,213.412696
1749432281-8508
0-1
adam_lichess_16layers.pt
Stockfish 1
null
40000 nodes
0
1
0
0
37
37
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 1
38
3.156319
37
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432285-1379
110
2025-06-26T13:54:12.617586
14.245455
16,511,433
10.658
38
3
11
34
6
70
310.963636
85.954545
0
32.469471
62.375
38
38.621292
0
0
0
102
37.390928
67
1,010.706977
1749432285-1379
0-1
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0
1
5
0
55
56
false
false
true
false
adam_lichess_16layers.pt vs. Stockfish 0
56
4.922787
56
0
[{'move_number': 56, 'attempted_move': 'R3d2', 'error_type': 'parse_error', 'error_message': "illegal san: 'R3d2' in 8/2p2r1k/1p2p2p/p3P3/P2R1P2/7P/P4q2/3R3K w - - 1 56", 'attempt': 1}, {'move_number': 56, 'attempted_move': 'R3d2', 'error_type': 'parse_error', 'error_message': "illegal san: 'R3d2' in 8/2p2r1k/1p2p2p/p3P3/P2R1P2/7P/P4q2/3R3K w - - 1 56", 'attempt': 2}, {'move_number': 56, 'attempted_move': 'R3d2', 'error_type': 'parse_error', 'error_message': "illegal san: 'R3d2' in 8/2p2r1k/1p2p2p/p3P3/P2R1P2/7P/P4q2/3R3K w - - 1 56", 'attempt': 3}, {'move_number': 56, 'attempted_move': 'R3d2', 'error_type': 'parse_error', 'error_message': "illegal san: 'R3d2' in 8/2p2r1k/1p2p2p/p3P3/P2R1P2/7P/P4q2/3R3K w - - 1 56", 'attempt': 4}, {'move_number': 56, 'attempted_move': 'R3d2', 'error_type': 'parse_error', 'error_message': "illegal san: 'R3d2' in 8/2p2r1k/1p2p2p/p3P3/P2R1P2/7P/P4q2/3R3K w - - 1 56", 'attempt': 5}]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432285-3103
91
2025-06-26T13:54:21.158728
22.857143
13,379,856
8.204
0
5
6
35
5
51
17.648352
93.526316
0
33.055357
86.714286
0
58.259797
100
0
30.08
75
52.377995
79
3,826.107766
1749432285-3103
1-0
adam_lichess_16layers.pt
Stockfish 1
null
40000 nodes
1
0
0
0
46
46
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 1
46
3.669138
46
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432288-9498
99
2025-06-26T13:54:27.917126
35.59596
14,155,608
6.392
2
8
4
39
0
60
164.848485
91.5
0
46.586412
87.72973
0
62.177958
93.456522
2
57.333335
91
57.407075
94
6,317.178626
1749432288-9498
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
50
50
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
50
3.371701
50
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432289-7683
96
2025-06-26T13:54:37.828644
23.520833
13,946,509
9.582
22
1
7
35
3
58
725.520833
95.214286
0
34.672393
84.366667
2
40.28422
55.526316
20
38.148636
86
37.802102
85
2,302.706983
1749432289-7683
0-1
adam_lichess_16layers.pt
Stockfish 1
null
40000 nodes
0
1
0
0
48
48
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 1
49
4.237622
48
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432291-4283
59
2025-06-26T13:54:44.102795
17.152542
8,855,786
6.038
0
3
5
20
5
34
15.152542
86.046512
0
39.157573
96.6875
0
50.640196
0
0
0
45
42.271505
88
3,924.189364
1749432291-4283
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
30
30
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
30
2.646302
30
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432292-1313
59
2025-06-26T13:54:49.134211
27.661017
8,566,958
4.747
0
1
3
25
3
31
10.20339
90
0
34.701726
94.771429
0
56.418628
100
0
51.19798
52
48.143829
88
3,768.755322
1749432292-1313
1-0
adam_lichess_16layers.pt
Stockfish 1
null
40000 nodes
1
0
0
0
30
30
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 1
30
2.265565
30
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432294-9459
60
2025-06-26T13:54:55.858736
13.766667
9,006,042
6.481
13
4
5
29
4
27
411.55
92.210526
0
33.360152
74.853659
13
45.4707
0
0
0
33
41.635693
67
1,333.50729
1749432294-9459
0-1
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0
1
0
0
30
30
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
31
2.677618
30
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432294-9266
65
2025-06-26T13:55:02.106837
27.953846
9,374,952
5.947
0
0
3
36
2
27
6.446154
94.645161
0
35.535051
94.772727
0
56.129012
100
0
51.188804
49
45.395239
84.561921
4,138.690593
1749432294-9266
1-0
adam_lichess_16layers.pt
Stockfish 1
null
40000 nodes
1
0
0
0
33
33
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 1
33
2.670061
33
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432296-3302
73
2025-06-26T13:55:09.046453
15.369863
10,960,315
6.688
0
2
7
22
9
42
17.835616
84.76
0
43.71348
85.333333
0
60.533451
0
0
0
69
54.773187
88
2,699.895869
1749432296-3302
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
37
37
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
37
2.899367
37
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432297-6471
56
2025-06-26T13:55:15.150481
14.125
8,406,411
5.873
2
2
3
22
1
33
32.839286
96.722222
0
35.491576
75.1
2
43.800709
0
0
0
43
38.459123
61
389.679123
1749432297-6471
0-1
adam_lichess_16layers.pt
Stockfish 1
null
40000 nodes
0
1
6
0
27
29
false
false
true
false
adam_lichess_16layers.pt vs. Stockfish 1
29
2.794039
29
0
[{'move_number': 28, 'attempted_move': 'Qxa3', 'error_type': 'parse_error', 'error_message': "illegal san: 'Qxa3' in 2r2Q2/1p1kn2N/p3p2p/1b1pP3/3P4/q3B3/2B2PPP/5RK1 w - - 3 28", 'attempt': 1}, {'move_number': 29, 'attempted_move': 'Qxa3', 'error_type': 'parse_error', 'error_message': "illegal san: 'Qxa3' in 2r2Q2/1p2n3/p1k1pN1p/1b1pP3/3P4/q3B3/2B2PPP/5RK1 w - - 5 29", 'attempt': 1}, {'move_number': 29, 'attempted_move': 'Qxa3', 'error_type': 'parse_error', 'error_message': "illegal san: 'Qxa3' in 2r2Q2/1p2n3/p1k1pN1p/1b1pP3/3P4/q3B3/2B2PPP/5RK1 w - - 5 29", 'attempt': 2}, {'move_number': 29, 'attempted_move': 'Qxa3', 'error_type': 'parse_error', 'error_message': "illegal san: 'Qxa3' in 2r2Q2/1p2n3/p1k1pN1p/1b1pP3/3P4/q3B3/2B2PPP/5RK1 w - - 5 29", 'attempt': 3}, {'move_number': 29, 'attempted_move': 'Qxa3', 'error_type': 'parse_error', 'error_message': "illegal san: 'Qxa3' in 2r2Q2/1p2n3/p1k1pN1p/1b1pP3/3P4/q3B3/2B2PPP/5RK1 w - - 5 29", 'attempt': 4}, {'move_number': 29, 'attempted_move': 'Qxa3', 'error_type': 'parse_error', 'error_message': "illegal san: 'Qxa3' in 2r2Q2/1p2n3/p1k1pN1p/1b1pP3/3P4/q3B3/2B2PPP/5RK1 w - - 5 29", 'attempt': 5}]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432303-1806
140
2025-06-26T13:55:28.965662
17.828571
20,743,543
13.484
36
23
9
55
6
79
606.271429
74.276923
5
34.567101
69.025
14
41.73569
63.542857
17
48.401643
93
40.073905
76
2,096.922005
1749432303-1806
0-1
adam_lichess_16layers.pt
Stockfish 1
null
40000 nodes
0
1
5
0
68
70
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 1
71
6.311504
70
0
[{'move_number': 22, 'attempted_move': 'Nh1', 'error_type': 'parse_error', 'error_message': "illegal san: 'Nh1' in rr4k1/p3p1b1/1nppn1p1/3bPpPp/1p1P1P1P/qP1BB3/P1PQ2N1/1KNR1R2 w - - 3 22", 'attempt': 1}, {'move_number': 22, 'attempted_move': 'Nh1', 'error_type': 'parse_error', 'error_message': "illegal san: 'Nh1' in rr4k1/p3p1b1/1nppn1p1/3bPpPp/1p1P1P1P/qP1BB3/P1PQ2N1/1KNR1R2 w - - 3 22", 'attempt': 2}, {'move_number': 22, 'attempted_move': 'Nh1', 'error_type': 'parse_error', 'error_message': "illegal san: 'Nh1' in rr4k1/p3p1b1/1nppn1p1/3bPpPp/1p1P1P1P/qP1BB3/P1PQ2N1/1KNR1R2 w - - 3 22", 'attempt': 3}, {'move_number': 36, 'attempted_move': 'Bc1', 'error_type': 'parse_error', 'error_message': "illegal san: 'Bc1' in 8/1r4bk/2pQ2p1/1r2PpPp/pp1PbP1P/qN2B3/P1P5/RKN2R2 w - - 0 36", 'attempt': 1}, {'move_number': 36, 'attempted_move': 'Bc1', 'error_type': 'parse_error', 'error_message': "illegal san: 'Bc1' in 8/1r4bk/2pQ2p1/1r2PpPp/pp1PbP1P/qN2B3/P1P5/RKN2R2 w - - 0 36", 'attempt': 2}]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432304-6014
180
2025-06-26T13:55:43.474096
16.188889
27,020,657
14.186
77
16
11
75
10
95
2,230.111111
95.588235
0
34.505676
68.255319
18
45.295871
63.913793
59
43.840289
164
43.338755
76
4,249.723901
1749432304-6014
*
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0.5
0.5
0
0
90
90
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
91
7.152751
90
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432307-5287
95
2025-06-26T13:55:50.724911
25.410526
13,932,110
6.949
7
4
4
33
4
58
289.063158
91.954545
0
36.011344
84.702703
3
55.778998
88.055556
4
66.193153
89
55.147642
94
5,126.637071
1749432307-5287
1-0
adam_lichess_16layers.pt
Stockfish 1
null
40000 nodes
1
0
0
0
48
48
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 1
48
3.424047
48
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432308-9080
90
2025-06-26T13:56:00.265553
14.122222
13,508,172
9.313
23
2
9
26
6
58
382.622222
90.428571
0
36.104347
61.580645
23
41.15656
0
0
0
52
39.58476
70
1,111.873476
1749432308-9080
0-1
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0
1
0
0
45
45
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
46
4.1428
45
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432309-7095
51
2025-06-26T13:56:04.520329
43.980392
7,078,873
3.929
0
1
1
22
6
23
5
96.157895
0
37.677893
93.461538
0
55.05839
100
0
46.085993
44
47.527727
82
4,676.129585
1749432309-7095
1-0
adam_lichess_16layers.pt
Stockfish 1
null
40000 nodes
1
0
0
0
26
26
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 1
26
1.95683
26
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432311-5237
55
2025-06-26T13:56:09.985643
35.436364
7,803,878
5.179
0
3
2
21
3
31
14.345455
95.148148
0
34.873176
94.035714
0
49.416221
0
0
0
47
42.276908
76
4,874.42904
1749432311-5237
1-0
adam_lichess_16layers.pt
Stockfish 1
null
40000 nodes
1
0
0
0
28
28
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 1
28
2.245816
28
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432313-9897
44
2025-06-26T13:56:14.574969
24.022727
6,336,038
4.337
12
3
5
19
3
22
877
83.777778
3
35.541059
57.235294
9
38.013622
0
0
0
25
36.496367
70
2,616.01674
1749432313-9897
0-1
adam_lichess_16layers.pt
Stockfish 1
null
40000 nodes
0
1
0
0
22
22
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 1
23
1.974265
22
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432314-2334
170
2025-06-26T13:56:27.283124
25.741176
25,087,682
12.267
54
2
4
56
9
105
3,357.729412
96.36
1
36.180597
95.725
0
46.710674
60.095238
53
49.546559
163
46.913709
76
5,499.653525
1749432314-2334
0-1
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0
1
0
0
85
85
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
86
6.229676
85
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432315-7282
44
2025-06-26T13:56:31.847495
18.568182
6,454,551
4.329
9
4
6
26
1
17
775.363636
100
0
36.646291
69.133333
9
41.51128
0
0
0
14
39.963329
76
2,604.748487
1749432315-7282
0-1
adam_lichess_16layers.pt
Stockfish 1
null
40000 nodes
0
1
0
0
22
22
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 1
23
1.923921
22
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432318-9535
87
2025-06-26T13:56:39.305123
24.563218
12,630,612
7.188
0
1
2
38
3
46
9.83908
94.828571
0
35.065713
94.653846
0
49.668501
97.961538
0
56.482711
73
45.830247
94
4,700.884113
1749432318-9535
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
44
44
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
44
3.511496
44
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432319-8014
103
2025-06-26T13:56:48.497430
24.737864
15,185,494
8.902
0
2
7
40
5
58
10.067961
92.2
0
32.600634
93.026316
0
38.519292
96.2
0
51.579843
67
40.312142
73
4,674.980552
1749432319-8014
1-0
adam_lichess_16layers.pt
Stockfish 1
null
40000 nodes
1
0
0
0
52
52
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 1
52
4.316218
52
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432322-6324
115
2025-06-26T13:56:57.307401
25.330435
16,872,560
8.507
1
4
7
47
2
66
15.086957
93.785714
0
36.90591
90.392157
1
40.39021
96.36
0
44.58537
79
41.790017
73
4,613.392182
1749432322-6324
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
58
58
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
58
4.553157
58
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432323-3235
93
2025-06-26T13:57:05.340153
15.408602
13,960,920
7.779
8
3
2
37
4
52
321.430108
91.264706
0
38.667713
93.62069
1
61.847104
89.966667
7
68.382822
76
55.481214
94
4,249.064948
1749432323-3235
1/2-1/2
adam_lichess_16layers.pt
Stockfish 1
null
40000 nodes
1/2
1/2
0
0
47
47
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 1
47
3.469517
47
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432325-4671
62
2025-06-26T13:57:12.177588
17.016129
9,156,595
6.575
10
7
5
29
1
32
591.080645
97.107143
0
35.018058
65.096774
8
43.267728
66.666667
2
34.666667
26
39.12589
61
2,200.390767
1749432325-4671
0-1
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0
1
0
0
31
31
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
32
2.901736
31
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432325-3525
52
2025-06-26T13:57:17.961802
13.134615
7,805,423
5.55
8
2
3
17
7
28
330.384615
91.870968
0
33.737252
72.190476
8
42.510636
0
0
0
31
37.280349
61
1,400.666392
1749432325-3525
0-1
adam_lichess_16layers.pt
Stockfish 1
null
40000 nodes
0
1
0
0
26
26
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 1
27
2.405682
26
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432328-6950
65
2025-06-26T13:57:24.325681
16.046154
9,756,306
6.12
0
3
3
24
5
36
12.046154
100
0
35.820048
94.26087
0
47.151409
99.666667
0
52.923604
30
45.417955
94
3,733.554836
1749432328-6950
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
33
33
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
33
2.897201
33
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432330-1708
128
2025-06-26T13:57:35.073123
31.375
18,409,548
10.327
28
4
11
56
7
65
1,841.054688
88.419355
0
37.055207
90.069767
1
53.958572
65.592593
27
40.418875
98
44.152728
79
4,091.674233
1749432330-1708
0-1
adam_lichess_16layers.pt
Stockfish 1
null
40000 nodes
0
1
0
0
64
64
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 1
65
4.805753
64
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432331-7164
63
2025-06-26T13:57:41.550710
14.365079
9,456,630
6.255
1
1
5
23
4
36
19.031746
88.9375
0
35.185847
86.096774
1
54.03643
0
0
0
37
44.461531
76
1,402.234079
1749432331-7164
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
32
32
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
32
2.822956
32
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432336-3666
143
2025-06-26T13:57:57.347385
21.755245
21,119,941
13.257
2
12
9
41
10
92
26.237762
87.390244
0
33.789722
78.622222
0
39.367441
89.333333
2
47.755098
113
41.111567
76
3,632.085252
1749432336-3666
1-0
adam_lichess_16layers.pt
Stockfish 1
null
40000 nodes
1
0
2
0
71
72
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 1
72
6.074164
72
0
[{'move_number': 71, 'attempted_move': 'Qe1+', 'error_type': 'parse_error', 'error_message': "ambiguous san: 'Qe1+' in 8/8/K3Q3/8/8/6Q1/P7/1k6 w - - 3 71", 'attempt': 1}, {'move_number': 71, 'attempted_move': 'Qe1+', 'error_type': 'parse_error', 'error_message': "ambiguous san: 'Qe1+' in 8/8/K3Q3/8/8/6Q1/P7/1k6 w - - 3 71", 'attempt': 2}]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432337-1056
148
2025-06-26T13:58:11.448261
15.101351
22,214,874
13.791
62
2
6
41
10
97
1,247.777027
92.2
0
35.912682
72.566667
10
45.933156
45.908163
52
45.505752
134
44.296027
76
2,849.348498
1749432337-1056
0-1
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0
1
5
0
74
75
false
false
true
false
adam_lichess_16layers.pt vs. Stockfish 0
75
6.569325
75
0
[{'move_number': 75, 'attempted_move': 'Kd1', 'error_type': 'parse_error', 'error_message': "illegal san: 'Kd1' in 8/8/1p6/2p5/4p3/P3k3/4b3/4K3 w - - 0 75", 'attempt': 1}, {'move_number': 75, 'attempted_move': 'Kd1', 'error_type': 'parse_error', 'error_message': "illegal san: 'Kd1' in 8/8/1p6/2p5/4p3/P3k3/4b3/4K3 w - - 0 75", 'attempt': 2}, {'move_number': 75, 'attempted_move': 'Kd1', 'error_type': 'parse_error', 'error_message': "illegal san: 'Kd1' in 8/8/1p6/2p5/4p3/P3k3/4b3/4K3 w - - 0 75", 'attempt': 3}, {'move_number': 75, 'attempted_move': 'Kd1', 'error_type': 'parse_error', 'error_message': "illegal san: 'Kd1' in 8/8/1p6/2p5/4p3/P3k3/4b3/4K3 w - - 0 75", 'attempt': 4}, {'move_number': 75, 'attempted_move': 'Kd1', 'error_type': 'parse_error', 'error_message': "illegal san: 'Kd1' in 8/8/1p6/2p5/4p3/P3k3/4b3/4K3 w - - 0 75", 'attempt': 5}]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432338-5248
45
2025-06-26T13:58:16.696936
18.422222
6,605,485
5.005
0
3
2
15
2
28
15.911111
84.136364
0
35.092741
96.652174
0
37.407207
0
0
0
36
36.27569
70
2,575.508513
1749432338-5248
1-0
adam_lichess_16layers.pt
Stockfish 1
null
40000 nodes
1
0
0
0
23
23
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 1
23
2.023389
23
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432340-5866
79
2025-06-26T13:58:23.965230
20.683544
11,676,521
6.976
0
3
4
28
2
49
13.544304
94.6
0
35.532294
85.565217
0
61.581472
100
0
57.920107
74
52.96729
77.340814
3,453.151767
1749432340-5866
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
40
40
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
40
3.129651
40
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432343-2424
118
2025-06-26T13:58:34.802706
15.70339
17,711,699
10.57
30
8
10
57
5
56
1,722.737288
94.771429
0
34.676169
80.290323
2
39.625211
61.711538
28
42.748874
92
39.533804
76
3,781.265031
1749432343-2424
0-1
adam_lichess_16layers.pt
Stockfish 1
null
40000 nodes
0
1
0
0
59
59
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 1
60
4.836336
59
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432344-6249
71
2025-06-26T13:58:42.496679
15.380282
10,657,618
7.438
8
4
6
27
6
38
104.323944
90.970588
0
36.260632
80.756757
8
49.934413
0
0
0
57
43.386405
88
2,662.844687
1749432344-6249
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
36
36
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
36
3.164763
36
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432347-3288
87
2025-06-26T13:58:49.440123
27.494253
12,667,264
6.619
3
0
4
37
6
44
190.896552
86.4
0
42.028494
95.758621
3
58.480367
100
0
55.95114
77
55.236835
88
4,444.404929
1749432347-3288
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
44
44
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
44
3.05689
44
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432348-3815
124
2025-06-26T13:58:59.501799
41.403226
17,352,740
9.625
41
9
13
61
5
58
2,722.209677
93.285714
0
33.999672
72.309524
13
41.475126
65.351852
28
36.638699
107
37.680935
73
5,031.731146
1749432348-3815
0-1
adam_lichess_16layers.pt
Stockfish 1
null
40000 nodes
0
1
0
0
62
62
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 1
63
4.92252
62
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432350-1616
81
2025-06-26T13:59:07.574538
20.024691
12,081,621
7.804
3
6
6
30
5
46
148.061728
89.5
1
37.009348
80
2
44.166936
99.875
0
56.401633
61
42.547612
88
3,711.74472
1749432350-1616
1/2-1/2
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1/2
1/2
0
0
41
41
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
41
3.461382
41
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432350-6992
65
2025-06-26T13:59:14.301979
21.692308
9,461,954
6.478
0
3
2
22
5
38
12.492308
97.029412
0
35.547593
89.096774
0
56.179854
0
0
0
55
45.387594
79
2,830.818181
1749432350-6992
1-0
adam_lichess_16layers.pt
Stockfish 1
null
40000 nodes
1
0
0
0
33
33
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 1
33
2.63873
33
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432353-7581
69
2025-06-26T13:59:19.824756
39.782609
9,713,755
5.169
1
1
2
28
3
38
136.521739
93.793103
0
35.873675
91.266667
1
56.819036
100
0
39.694384
48
45.53408
82
5,542.523037
1749432353-7581
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
35
35
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
35
2.733766
35
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432357-2648
92
2025-06-26T13:59:29.340545
15.858696
13,659,389
9.243
9
18
5
33
5
54
420.73913
92.038462
1
51.730929
71.590909
8
40.444494
0
0
0
54
43.634138
76
1,832.76502
1749432357-2648
0-1
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0
1
0
0
46
46
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
47
4.163031
46
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432359-6087
180
2025-06-26T13:59:47.472876
13.761111
27,021,722
17.75
37
25
12
67
6
107
158.255556
88.5
0
34.729244
76.977011
6
36.97583
57.232877
31
41.409677
103
38.524381
67
218.043289
1749432359-6087
*
adam_lichess_16layers.pt
Stockfish 1
null
40000 nodes
0.5
0.5
0
0
90
90
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 1
91
8.232908
90
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432361-8168
97
2025-06-26T13:59:56.048623
23.298969
14,196,676
8.289
0
2
3
37
9
51
11.195876
94.454545
0
34.663287
92
0
46.129456
98.407407
0
52.85662
78
44.101104
85
2,923.791378
1749432361-8168
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
49
49
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
49
4.010553
49
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432361-5428
54
2025-06-26T14:00:01.828135
13.62963
8,105,432
5.559
2
4
1
22
1
31
202.407407
96.821429
0
33.19734
80.153846
2
55.002121
0
0
0
36
43.695938
76
1,389.566617
1749432361-5428
0-1
adam_lichess_16layers.pt
Stockfish 1
null
40000 nodes
0
1
5
0
27
28
false
false
true
false
adam_lichess_16layers.pt vs. Stockfish 1
28
2.572656
28
0
[{'move_number': 28, 'attempted_move': 'h6', 'error_type': 'parse_error', 'error_message': "illegal san: 'h6' in 3q2k1/5pP1/p6B/7P/1p2P1b1/3B4/PPP5/1NK2R2 w - - 4 28", 'attempt': 1}, {'move_number': 28, 'attempted_move': 'h6', 'error_type': 'parse_error', 'error_message': "illegal san: 'h6' in 3q2k1/5pP1/p6B/7P/1p2P1b1/3B4/PPP5/1NK2R2 w - - 4 28", 'attempt': 2}, {'move_number': 28, 'attempted_move': 'h6', 'error_type': 'parse_error', 'error_message': "illegal san: 'h6' in 3q2k1/5pP1/p6B/7P/1p2P1b1/3B4/PPP5/1NK2R2 w - - 4 28", 'attempt': 3}, {'move_number': 28, 'attempted_move': 'h6', 'error_type': 'parse_error', 'error_message': "illegal san: 'h6' in 3q2k1/5pP1/p6B/7P/1p2P1b1/3B4/PPP5/1NK2R2 w - - 4 28", 'attempt': 4}, {'move_number': 28, 'attempted_move': 'h6', 'error_type': 'parse_error', 'error_message': "illegal san: 'h6' in 3q2k1/5pP1/p6B/7P/1p2P1b1/3B4/PPP5/1NK2R2 w - - 4 28", 'attempt': 5}]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432365-9721
91
2025-06-26T14:00:09.698641
37.384615
12,904,591
7.535
1
3
3
41
3
47
111.098901
89.954545
0
35.210658
92.820513
1
48.30623
100
0
46.654217
78
44.595648
94
6,117.391806
1749432365-9721
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
46
46
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
46
3.656039
46
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432367-2119
51
2025-06-26T14:00:15.149285
22.862745
7,405,980
5.193
1
2
6
22
3
26
193.215686
98.5
0
37.468948
80.942857
1
40.811249
0
0
0
30
39.762684
70
3,710.161411
1749432367-2119
1-0
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
1
0
0
0
26
26
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
26
2.348379
26
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432370-2927
64
2025-06-26T14:00:21.676708
17.078125
9,456,796
6.294
10
14
5
23
4
37
572.484375
86.205882
0
36.998992
58.535714
9
42.186743
100
1
29
48
39.018664
64
2,169.517101
1749432370-2927
0-1
adam_lichess_16layers.pt
Stockfish 0
null
40000 nodes
0
1
0
0
32
32
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 0
33
2.947673
32
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432371-5673
180
2025-06-26T14:00:38.663946
13.9
27,019,419
16.665
42
17
15
62
9
109
202.633333
93.666667
1
38.105379
86.921569
1
37.064728
63.425926
40
37.563328
128
37.485297
73
293.818846
1749432371-5673
*
adam_lichess_16layers.pt
Stockfish 2
null
40000 nodes
0.5
0.5
3
0
89
90
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 2
91
8.03935
90
0
[{'move_number': 90, 'attempted_move': 'Re8+', 'error_type': 'parse_error', 'error_message': "illegal san: 'Re8+' in 8/8/4k3/6R1/5P2/6KP/rr4P1/8 w - - 33 90", 'attempt': 1}, {'move_number': 90, 'attempted_move': 'Re8+', 'error_type': 'parse_error', 'error_message': "illegal san: 'Re8+' in 8/8/4k3/6R1/5P2/6KP/rr4P1/8 w - - 33 90", 'attempt': 2}, {'move_number': 90, 'attempted_move': 'Re8+', 'error_type': 'parse_error', 'error_message': "illegal san: 'Re8+' in 8/8/4k3/6R1/5P2/6KP/rr4P1/8 w - - 33 90", 'attempt': 3}]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
1749432375-5938
88
2025-06-26T14:00:47.835187
16.329545
13,059,040
8.926
22
17
5
33
4
51
602.75
91
0
29.417401
57.093333
22
40.011512
0
0
0
47
38.446473
64
1,876.67228
1749432375-5938
0-1
adam_lichess_16layers.pt
Stockfish 2
null
40000 nodes
0
1
0
0
44
44
false
false
false
false
adam_lichess_16layers.pt vs. Stockfish 2
45
4.029238
44
0
[]
[]
adam_lichess_16layers_pt_vs_stockfish_sweep.csv
End of preview.

Chess Language Model Evaluation Dataset

This dataset contains comprehensive evaluation results of chess-playing language models, including game records and detailed Stockfish analysis.

Dataset Description

This dataset provides a systematic evaluation of various language models (primarily NanoGPT variants) playing chess against Stockfish at different difficulty levels. It includes both raw game data and detailed move-by-move analysis.

Dataset Structure

Game Data (data/games/)

  • Raw game files: CSV files containing complete game records for each model vs Stockfish
  • games.csv: Consolidated game results with metadata
  • openings.csv: Opening analysis and statistics

Analysis Data (data/analysis/stockfish_analysis/)

  • Detailed move analysis: Stockfish evaluation of each move including:
    • Centipawn loss
    • Move classifications (blunder, mistake, inaccuracy)
    • Opening, middlegame, and endgame performance
    • Game phase analysis

Performance Summary

  • model_performance_summary.csv: Aggregated performance metrics across all models

Models Evaluated

The dataset includes evaluation of the following model variants:

  • small-8, small-16, small-24, small-36 (different layer configurations)
  • medium-12, medium-16
  • large-16
  • adam_lichess (trained on Lichess data)
  • adam_stockfish (trained on Stockfish games)

All models were evaluated against Stockfish levels 0-9 with 1000+ games per configuration.

Metrics Included

  • Centipawn Loss: Average, median, and standard deviation
  • Move Quality: Counts of blunders, mistakes, and inaccuracies
  • Phase Performance: Accuracy in opening, middlegame, and endgame
  • Game Length: Average number of moves per game

Usage

This dataset can be used for:

  • Analyzing language model chess performance
  • Comparing different model architectures
  • Studying chess move quality across different game phases
  • Training improved chess evaluation systems

Citation

If you use this dataset in your research, please cite:

@dataset{chess_gpt_eval_2024,
  title={Chess Language Model Evaluation Dataset},
  author={[Your Name]},
  year={2024},
  url={https://huggingface.co/datasets/[your-username]/chess-gpt-evaluation}
}

Files Overview

File Description Size
model_performance_summary.csv Aggregated performance metrics 2.5KB
data/games/*.csv Raw game records by model ~100MB total
data/analysis/stockfish_analysis/*.csv Detailed move analysis ~50MB total
chess_results_analysis.png Performance visualization 2.9MB

License

This dataset is released under the MIT License.

Downloads last month
29