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