{ "_name_or_path": "fxmarty/resnet-tiny-beans", "architectures": [ "ResNetForImageClassification" ], "depths": [ 2, 2 ], "downsample_in_first_stage": false, "embedding_size": 64, "finetuning_task": "image-classification", "hidden_act": "relu", "hidden_sizes": [ 32, 64 ], "id2label": { "0": "angular_leaf_spot", "1": "bean_rust", "2": "healthy" }, "image_size": 224, "label2id": { "angular_leaf_spot": "0", "bean_rust": "1", "healthy": "2" }, "layer_type": "basic", "model_type": "resnet", "num_channels": 3, "out_features": [ "stage2" ], "out_indices": [ 2 ], "problem_type": "single_label_classification", "stage_names": [ "stem", "stage1", "stage2" ], "torch_dtype": "float32", "transformers_version": "4.28.1" }