shermansiu commited on
Commit
abc5904
·
unverified ·
1 Parent(s): f3fc582

Add model files.

Browse files
Files changed (4) hide show
  1. README.md +10 -0
  2. config.yaml +34 -0
  3. model.onnx +3 -0
  4. model.pb.gz +3 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gpl-3.0
3
+ license_name: gpl-3.0-or-later
4
+ license_link: https://github.com/LeelaChessZero/lc0/blob/01cc532648d9391e43bc006ca8ead7d966b9cc1b/README.md?plain=1#L184-L211
5
+ ---
6
+
7
+ # maia-1600 (Lc0 fine-tune)
8
+
9
+ - `config.yaml`: The config file was originally downloaded from: https://github.com/CSSLab/maia-chess/blob/master/move_prediction/replication-configs/final/1600_final.yaml
10
+ - The model was originally downloaded from: https://github.com/CSSLab/maia-chess/releases/download/v1.0/maia-1600.pb.gz
config.yaml ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ %YAML 1.2
2
+ ---
3
+ gpu: 0
4
+
5
+ dataset:
6
+ input_train: '/finaldata/elo_ranges/1600/train/*/*'
7
+ input_test: '/finaldata/elo_ranges/1600/test/*/*'
8
+
9
+ training:
10
+ precision: 'half'
11
+ batch_size: 1024
12
+ num_batch_splits: 1
13
+ test_steps: 2000
14
+ train_avg_report_steps: 50
15
+ total_steps: 400000
16
+ checkpoint_steps: 10000
17
+ shuffle_size: 250000
18
+ lr_values:
19
+ - 0.1
20
+ - 0.01
21
+ - 0.001
22
+ - 0.0001
23
+ lr_boundaries:
24
+ - 80000
25
+ - 200000
26
+ - 360000
27
+ policy_loss_weight: 1.0 # weight of policy loss
28
+ value_loss_weight: 1.0 # weight of value loss
29
+
30
+ model:
31
+ filters: 64
32
+ residual_blocks: 6
33
+ se_ratio: 8
34
+ ...
model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee4357086a1d07e1e991d6b41092201e8ac7612aa372d15018cab840c8ab9e63
3
+ size 3483886
model.pb.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2c9e5948581acf4b9fc0b1e720c5dc0fe64ce80cfc4a239d3f8a42e1176c876
3
+ size 1313870