Instructions to use birder-project/convnext_v2_tiny_intermediate-eu-common with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Birder
How to use birder-project/convnext_v2_tiny_intermediate-eu-common with Birder:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
| { | |
| "birder_version": "v0.0.5a87", | |
| "name": "convnext_v2", | |
| "alias": "convnext_v2_tiny", | |
| "task": "image_classification", | |
| "net_param": null, | |
| "model_config": { | |
| "in_channels": [ | |
| 96, | |
| 192, | |
| 384, | |
| 768 | |
| ], | |
| "num_layers": [ | |
| 3, | |
| 3, | |
| 9, | |
| 3 | |
| ], | |
| "drop_path_rate": 0.2 | |
| }, | |
| "signature": { | |
| "inputs": [ | |
| { | |
| "data_shape": [ | |
| 0, | |
| 3, | |
| 384, | |
| 384 | |
| ] | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "data_shape": [ | |
| 0, | |
| 707 | |
| ] | |
| } | |
| ] | |
| }, | |
| "rgb_stats": { | |
| "mean": [ | |
| 0.5248, | |
| 0.5372, | |
| 0.5086 | |
| ], | |
| "std": [ | |
| 0.2135, | |
| 0.2103, | |
| 0.2622 | |
| ] | |
| } | |
| } |