Datasets:

Modalities:
Image
Size:
< 1K
Libraries:
Datasets
License:
simamanda commited on
Commit
fe4ddf0
·
verified ·
1 Parent(s): 780502f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -131,17 +131,19 @@ is applied. Lastly, for the metrics/accuracy_top5, this shows up as a horizontal
131
  Overall, my model indicates high accuracy and no cases of overfitting, however, the model could benefit from longer training time to
132
  allow the curves to smoothen out further and reach an eventual straight horizontal line.
133
 
 
134
 
135
  # Limitations and Biases
136
- ### Failure Cases
 
137
  - Struggled at identifying compost majority of the time
138
  - Confused specialized disposal for trash
139
 
140
- ### Limitation
141
  - Decisions on which classes belong in which were made based on Seattle's disposal guidelines, which can’t be used worldwide or statewide due to different disposal requirements and regulations among different areas.
142
  - Model lacks representation and diversity in types of items represented in each class
143
 
144
- ### Poor Performing Class: Compost
145
  - Majority of images in the compost class feature pixelated or low quality images, making it difficult for the model to identify items in this class correctly.
146
 
147
 
 
131
  Overall, my model indicates high accuracy and no cases of overfitting, however, the model could benefit from longer training time to
132
  allow the curves to smoothen out further and reach an eventual straight horizontal line.
133
 
134
+ ---
135
 
136
  # Limitations and Biases
137
+
138
+ **Failure Cases**
139
  - Struggled at identifying compost majority of the time
140
  - Confused specialized disposal for trash
141
 
142
+ **Limitation**
143
  - Decisions on which classes belong in which were made based on Seattle's disposal guidelines, which can’t be used worldwide or statewide due to different disposal requirements and regulations among different areas.
144
  - Model lacks representation and diversity in types of items represented in each class
145
 
146
+ **Poor Performing Class: Compost**
147
  - Majority of images in the compost class feature pixelated or low quality images, making it difficult for the model to identify items in this class correctly.
148
 
149