SoulPerforms commited on
Commit
25bbb04
·
verified ·
1 Parent(s): 4277e7d

Update README.md

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