Upload config.json with huggingface_hub
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
| 21 |
"BinarySegmentation"
|
| 22 |
],
|
| 23 |
"auto_map": {
|
| 24 |
-
"AutoConfig": "
|
| 25 |
-
"AutoModel": "
|
| 26 |
}
|
| 27 |
}
|
|
|
|
| 21 |
"BinarySegmentation"
|
| 22 |
],
|
| 23 |
"auto_map": {
|
| 24 |
+
"AutoConfig": "ModelConfiguration.VesselSegmentConfig",
|
| 25 |
+
"AutoModel": "Model.VesselSegmentModel"
|
| 26 |
}
|
| 27 |
}
|