Commit
·
d926648
1
Parent(s):
2fc8733
Add config.json so HF can count downloads
Browse files- config.json +6 -0
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"library": "doctra",
|
| 3 |
+
"format": "pickle",
|
| 4 |
+
"primary_weight_file": "mbd.pkl",
|
| 5 |
+
"role": "mask_background_detection"
|
| 6 |
+
}
|