Prosho commited on
Commit
3d68dfe
·
1 Parent(s): e4db51a

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:3f5651c85d0f1a12fb242a0849d96362448fee35501baac5062f41a12c52cfb1
3
+ size 2237896348
config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_type": "SENTINEL-SRC-MQM",
3
+ "checkpoint_file": "checkpoints/model.ckpt"
4
+ }