edwinhung commited on
Commit
388e1a3
1 Parent(s): 7f86f47

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -18
README.md CHANGED
@@ -1,21 +1,6 @@
1
  ---
2
  tags:
3
  - fastai
4
- ---
5
-
6
- # Amazing!
7
-
8
- 🥳 Congratulations on hosting your fastai model on the Hugging Face Hub!
9
-
10
- # Some next steps
11
- 1. Fill out this model card with more information (see the template below and the [documentation here](https://huggingface.co/docs/hub/model-repos))!
12
-
13
- 2. Create a demo in Gradio or Streamlit using 🤗 Spaces ([documentation here](https://huggingface.co/docs/hub/spaces)).
14
-
15
- 3. Join the fastai community on the [Fastai Discord](https://discord.com/invite/YKrxeNn)!
16
-
17
- Greetings fellow fastlearner 🤝! Don't forget to delete this content from your model card.
18
-
19
 
20
  ---
21
 
@@ -23,10 +8,10 @@ Greetings fellow fastlearner 🤝! Don't forget to delete this content from your
23
  # Model card
24
 
25
  ## Model description
26
- More information needed
27
 
28
  ## Intended uses & limitations
29
- More information needed
30
 
31
  ## Training and evaluation data
32
- More information needed
 
1
  ---
2
  tags:
3
  - fastai
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
 
5
  ---
6
 
 
8
  # Model card
9
 
10
  ## Model description
11
+ A neural network model trained with fastai and timm to classify 400 bird species in an image.
12
 
13
  ## Intended uses & limitations
14
+ This bird classifier is used to predict bird species in a given image. The Image fed should have only one bird. This is a multi-class classification which will output a class even if there is no bird in the image.
15
 
16
  ## Training and evaluation data
17
+ Pre-trained model used is Efficient net from timm library, specifically *efficientnet_b3a*. The dataset trained is from Kaggle [BIRDS 400 - SPECIES IMAGE CLASSIFICATION](https://www.kaggle.com/datasets/gpiosenka/100-bird-species). Evaluation accuracy score on the given test set from Kaggle is 99.4%. Please note this is likely not representative of real world performance, as mentioned by dataset provider that the test set is hand picked as the best images.