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