test-dynamic-pipeline / config.json
YoussefMoNader's picture
Upload Image3DPredictionPipeline
14a1de1 verified
raw
history blame contribute delete
741 Bytes
{
"_name_or_path": "YoussefMoNader/timesformer-test4",
"architectures": [
"TimesformerScrollprizeModel"
],
"auto_map": {
"AutoConfig": "YoussefMoNader/timesformer-test4--timesformer_config.TimesformerScrollprizeConfig",
"AutoModel": "YoussefMoNader/timesformer-test4--timesformer_model.TimesformerScrollprizeModel"
},
"custom_pipelines": {
"ink-detection": {
"impl": "ink_detection_pipeline.Image3DPredictionPipeline",
"pt": [
"AutoModel"
],
"tf": []
}
},
"depth": 8,
"dim": 512,
"n_heads": 6,
"num_classes": 16,
"num_frames": 26,
"patch_size": 16,
"torch_dtype": "float32",
"transformers_version": "4.46.3",
"window_size": 64
}