Update README.md
Browse files
README.md
CHANGED
@@ -2,31 +2,20 @@
|
|
2 |
tags:
|
3 |
- fastai
|
4 |
---
|
|
|
|
|
5 |
|
6 |
-
|
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 |
-
|
22 |
|
23 |
-
|
24 |
|
25 |
-
##
|
26 |
-
|
27 |
|
28 |
-
|
29 |
-
More information needed
|
30 |
|
31 |
-
|
32 |
-
|
|
|
|
|
|
|
|
2 |
tags:
|
3 |
- fastai
|
4 |
---
|
5 |
+
## Model description
|
6 |
+
This repo contains the trained model for Multi-object classification
|
7 |
|
8 |
+
Full credits go to [Nhu Hoang](https://www.linkedin.com/in/nhu-hoang/)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
+
Motivation: Classifying multiple objects is a challenging task without using an object detection algorithm. This model was trained on resnet34 backbone and achieved a good accuracy.
|
11 |
|
12 |
+
## Training and evaluation data
|
13 |
+
### Training hyperparameters
|
14 |
|
15 |
+
The following hyperparameters were used during training:
|
|
|
16 |
|
17 |
+
| Hyperparameters | Value |
|
18 |
+
| :-- | :-- |
|
19 |
+
| name | Adam |
|
20 |
+
| learning_rate | 3e-3 |
|
21 |
+
| training_precision | float16 |
|