Instructions to use OwensLab/commfor-data-preprocessor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OwensLab/commfor-data-preprocessor with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("OwensLab/commfor-data-preprocessor", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "image_processor_type": "CommForImageProcessor", | |
| "size": 384, | |
| "auto_map": { | |
| "AutoImageProcessor": "dataprocessor_hf.CommForImageProcessor" | |
| } | |
| } | |