Instructions to use semon87/poutry_efficientnet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use semon87/poutry_efficientnet with timm:
import timm model = timm.create_model("hf_hub:semon87/poutry_efficientnet", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Upload config.json with huggingface_hub
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"id2label": {"0": "Salmonella", "1": "healthy", "2": "Newcastle", "3": "Coccidiosis"}, "label2id": {"Salmonella": 0, "healthy": 1, "Newcastle": 2, "Coccidiosis": 3}}
|
|
|
|
| 1 |
+
{"architecture": "efficientnet_b0", "num_classes": 4, "id2label": {"0": "Salmonella", "1": "healthy", "2": "Newcastle", "3": "Coccidiosis"}, "label2id": {"Salmonella": 0, "healthy": 1, "Newcastle": 2, "Coccidiosis": 3}}
|