Upload Image3DPredictionPipeline
Browse files- config.json +9 -0
config.json
CHANGED
@@ -7,6 +7,15 @@
|
|
7 |
"AutoConfig": "YoussefMoNader/timesformer-test4--timesformer_config.TimesformerScrollprizeConfig",
|
8 |
"AutoModel": "YoussefMoNader/timesformer-test4--timesformer_model.TimesformerScrollprizeModel"
|
9 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
"depth": 8,
|
11 |
"dim": 512,
|
12 |
"n_heads": 6,
|
|
|
7 |
"AutoConfig": "YoussefMoNader/timesformer-test4--timesformer_config.TimesformerScrollprizeConfig",
|
8 |
"AutoModel": "YoussefMoNader/timesformer-test4--timesformer_model.TimesformerScrollprizeModel"
|
9 |
},
|
10 |
+
"custom_pipelines": {
|
11 |
+
"ink-detection": {
|
12 |
+
"impl": "ink_detection_pipeline.Image3DPredictionPipeline",
|
13 |
+
"pt": [
|
14 |
+
"AutoModel"
|
15 |
+
],
|
16 |
+
"tf": []
|
17 |
+
}
|
18 |
+
},
|
19 |
"depth": 8,
|
20 |
"dim": 512,
|
21 |
"n_heads": 6,
|