SoulPerforms commited on
Commit
3ad3c9c
·
verified ·
1 Parent(s): db6fbf5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -5,7 +5,6 @@ tags:
5
  metrics:
6
  - accuracy
7
  pipeline_tag: image-classification
8
- library_name: diffusers
9
  ---
10
  Butterfly image classification model that use pre-trained cnn model resnet18 and fine-tuned the last fully connected layer to classify 75 categories of butterfly species.
11
  The model used the best checkpoint with 90% test accuracy. The model constructed on Pytorch environment.
 
5
  metrics:
6
  - accuracy
7
  pipeline_tag: image-classification
 
8
  ---
9
  Butterfly image classification model that use pre-trained cnn model resnet18 and fine-tuned the last fully connected layer to classify 75 categories of butterfly species.
10
  The model used the best checkpoint with 90% test accuracy. The model constructed on Pytorch environment.