--- license: cc0-1.0 metrics: - f1 - accuracy --- Here is a trained model for Image Classification of different dog breeds, capable of identifying 73 distinct breeds, including all of the top 20 most popular breeds according to the AKC. I trained the model using [this image dataset here](https://huggingface.co/datasets/chrismontes/dog_images). If you would like to see the code used to train this model, which includes data analysis, recording of model runs, and a hyperparameter search, you can find it in my [Github repository here](https://github.com/chrismontes22/Dog-Classification/blob/main/Image%20Classification%20Pipeline/Training%20an%20Image%20Classification%20Model.ipynb).