Prosho commited on
Commit
1efbf7b
·
1 Parent(s): 818a97a

Initial commit with model files

Browse files
Files changed (2) hide show
  1. checkpoints/model.ckpt +3 -0
  2. config.json +4 -0
checkpoints/model.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c77d96aa50908ba29080cd83a49bc7ca22bfc032a07353ff70ad522bdcb78073
3
+ size 2237978652
config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_type": "SENTINEL-SRC-MQM",
3
+ "checkpoint_file": "checkpoints/model.ckpt"
4
+ }