Initial commit with model files
Browse files- checkpoints/model.ckpt +3 -0
- 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 |
+
}
|