kruskakli commited on
Commit
dcd4379
·
verified ·
1 Parent(s): ac28bec

Init upload

Browse files

This is a simple nn model for playing chess.
It is supposed to be used together with the code in: https://github.com/etnt/ChessNet

Files changed (2) hide show
  1. chess_model.pth +3 -0
  2. config.json +1 -0
chess_model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ed74bb552665aaef531ea8c308136b9b02e6a1200cdafc0618ab55706c3d664
3
+ size 13947568
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"model_type": "ChessNet", "input_size": 839, "hidden_size1": 1024, "hidden_size2": 512, "output_size": 4096}