Maxlegrec commited on
Commit
f560d61
·
verified ·
1 Parent(s): 3e8627d

add README with explicit single train split

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: "*.parquet"
7
+ ---
8
+
9
+ # test91-data
10
+
11
+ LC0 self-play training shards (rescored, run `test91`).
12
+
13
+ - **Rows:** 1,372,245,220
14
+ - **Files:** 364 parquet shards
15
+ - **Source:** raw LC0 rescored data, one shard per hour of generation.
16
+ - **Columns:** `fen`, `played_move`, `best_move`, `is_black`, `visits`, `input_format`,
17
+ `rule50`, `invariance`, `dep_result`, `root_q/d/m`, `best_q/d/m`, `played_q/d/m`,
18
+ `orig_q/d/m`, `plies_left`, `result_q/d`, `win/draw/loss`, `game_id`, `ply`.