SoulPerforms commited on
Commit
25a67ef
·
verified ·
1 Parent(s): 4f472eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -5,6 +5,7 @@ tags:
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.
 
5
  metrics:
6
  - accuracy
7
  pipeline_tag: image-classification
8
+ library_name: adapter-transformers
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.