Instructions to use dini-r-a/cloud-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dini-r-a/cloud-classification with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("dini-r-a/cloud-classification", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -10,5 +10,6 @@
|
|
| 10 |
"stem_type": "deep",
|
| 11 |
"stem_width": 32,
|
| 12 |
"torch_dtype": "float32",
|
| 13 |
-
"transformers_version": "4.34.0"
|
|
|
|
| 14 |
}
|
|
|
|
| 10 |
"stem_type": "deep",
|
| 11 |
"stem_width": 32,
|
| 12 |
"torch_dtype": "float32",
|
| 13 |
+
"transformers_version": "4.34.0",
|
| 14 |
+
"model_type": "resnet",
|
| 15 |
}
|