Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ pipeline_tag: image-classification
|
|
25 |
|
26 |
## Model description
|
27 |
|
28 |
-
The model is used to classify insect images into one of the 2000 species/classes. `resnet18` was used for training.
|
29 |
|
30 |
## Intended uses & limitations
|
31 |
The model was trained on 130133 insect images spread over 2000 species with a minimum of 25 pics in a class. Some classes were trained on too few images. The training pics were not screened for quality. For example, giving the model a picture of a human finger will most likely return an insect species that had finger in a training pic. Or a pic of a bug on the siding of a house will likely return that type of match.
|
|
|
25 |
|
26 |
## Model description
|
27 |
|
28 |
+
The model is used to classify insect images into one of the 2000 North American species/classes. `resnet18` was used for training.
|
29 |
|
30 |
## Intended uses & limitations
|
31 |
The model was trained on 130133 insect images spread over 2000 species with a minimum of 25 pics in a class. Some classes were trained on too few images. The training pics were not screened for quality. For example, giving the model a picture of a human finger will most likely return an insect species that had finger in a training pic. Or a pic of a bug on the siding of a house will likely return that type of match.
|