dennisjooo
commited on
Commit
·
22ac9e2
1
Parent(s):
9aa8dc0
Update README.md
Browse files
README.md
CHANGED
@@ -6,22 +6,24 @@ metrics:
|
|
6 |
pipeline_tag: image-classification
|
7 |
tags:
|
8 |
- biology
|
9 |
-
-
|
10 |
- image-classification
|
11 |
-
|
12 |
-
- src: https://upload.wikimedia.org/wikipedia/commons/thumb/4/45/Eopsaltria_australis_-_Mogo_Campground.jpg/640px-Eopsaltria_australis_-_Mogo_Campground.jpg
|
13 |
-
example_title: Eastern Yellow Robin
|
14 |
-
- src: https://peregrinefund.org/sites/default/files/styles/raptor_banner_600x430/public/2019-11/raptor-er-bald-eagle-portrait-screaming-james-bodkin.jpg?itok=ruN52TUp
|
15 |
-
example_title: Bald Eagle
|
16 |
---
|
17 |
|
18 |
# Bird Classifier EfficientNet-B2
|
19 |
|
20 |
## Model Description
|
21 |
|
|
|
|
|
|
|
|
|
22 |
This model is a fine-tuned version of [google/efficientnet-b2](https://huggingface.co/google/efficientnet-b2)
|
23 |
on the [gpiosenka/100-bird-species](https://www.kaggle.com/datasets/gpiosenka/100-bird-species) dataset available on Kaggle.
|
24 |
-
The dataset used to train the model was taken on September 24th, 2023.
|
|
|
|
|
25 |
|
26 |
In theory, the accuracy for a random guess on this dataset is 0.0019047619 (essentially 1/525).
|
27 |
The model performed significantly well on all three sets with result being:
|
|
|
6 |
pipeline_tag: image-classification
|
7 |
tags:
|
8 |
- biology
|
9 |
+
- efficientnet-b2
|
10 |
- image-classification
|
11 |
+
- vision
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Bird Classifier EfficientNet-B2
|
15 |
|
16 |
## Model Description
|
17 |
|
18 |
+
Have you look at a bird and said "Woahh if only I know what bird that is".
|
19 |
+
Unless you're an avid bird spotter (or just love birds in general), it's hard to differentiate some species of birds.
|
20 |
+
Well you're in luck, turns out you can use a image classifier to identify bird species!
|
21 |
+
|
22 |
This model is a fine-tuned version of [google/efficientnet-b2](https://huggingface.co/google/efficientnet-b2)
|
23 |
on the [gpiosenka/100-bird-species](https://www.kaggle.com/datasets/gpiosenka/100-bird-species) dataset available on Kaggle.
|
24 |
+
The dataset used to train the model was taken on September 24th, 2023.
|
25 |
+
|
26 |
+
The original model itself was trained on ImageNet-1K, thus it might still have some useful features for identifying creatures like birds.
|
27 |
|
28 |
In theory, the accuracy for a random guess on this dataset is 0.0019047619 (essentially 1/525).
|
29 |
The model performed significantly well on all three sets with result being:
|