Update README.md
Browse files
README.md
CHANGED
@@ -2,31 +2,27 @@
|
|
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 |
-
More information needed
|
27 |
|
28 |
-
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
-
## Training and evaluation data
|
32 |
-
More information needed
|
|
|
2 |
tags:
|
3 |
- fastai
|
4 |
---
|
5 |
+
## Model description
|
6 |
+
This repo contains the trained model for rice image classification
|
7 |
|
8 |
+
Full credits go to [Vu Minh Chien](https://www.linkedin.com/in/vumichien/)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
+
Motivation: Rice, which is among the most widely produced grain products worldwide, has many genetic varieties. These varieties are separated from each other due to some of their features. These usually feature such as texture, shape, and color. With these features that distinguish rice varieties, it is possible to classify and evaluate the quality of seeds.
|
11 |
|
12 |
+
## Intended uses & limitations
|
13 |
+
In this repo, Arborio, Basmati, Ipsala, Jasmine, and Karacadag, which are five different varieties of rice often grown in Turkey, were used. A total of 75,000-grain images, 15,000 from each of these varieties, are included in the dataset.
|
14 |
|
15 |
+
## Training and evaluation data
|
16 |
+
### Training hyperparameters
|
17 |
|
18 |
+
The following hyperparameters were used during training:
|
|
|
19 |
|
20 |
+
| Hyperparameters | Value |
|
21 |
+
| :-- | :-- |
|
22 |
+
| name | Adam |
|
23 |
+
| learning_rate | 3e-4 |
|
24 |
+
| freeze_epochs| 3 |
|
25 |
+
| unfreeze_epochs| 10|
|
26 |
+
| beta_2 | 0.9990000128746033 |
|
27 |
+
| training_precision | float32 |
|
28 |
|
|
|
|