Instructions to use unifyai/convnext_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use unifyai/convnext_base with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("unifyai/convnext_base", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| {"version": 1, "in_channels": 3, "num_classes": 1000, "depths": [3, 3, 27, 3], "dims": [128, 256, 512, 1024], "drop_path_rate": 0.0, "layer_scale_init_value": 1e-06, "head_init_scale": 1.0, "device": null, "training": false, "data_format": "NCHW"} |