chrismontes commited on
Commit
6469968
1 Parent(s): 4c0aa75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -1,3 +1,7 @@
1
- ---
2
- license: cc0-1.0
3
- ---
 
 
 
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ metrics:
4
+ - f1
5
+ - accuracy
6
+ ---
7
+ 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).