VinayHajare
commited on
Commit
•
70a501a
1
Parent(s):
1d4404e
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- VinayHajare/Fruits-30
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
pipeline_tag: image-classification
|
8 |
+
tags:
|
9 |
+
- vision
|
10 |
+
- image-classificatio
|
11 |
+
- resnet18
|
12 |
---
|
13 |
+
# Model Details
|
14 |
+
A [ResNet18](https://huggingface.co/microsoft/resnet-18) model trained using transfer learning approach on [Fruit-30](https://huggingface.co/datasets/VinayHajare/Fruits-30) dataset for fruit image classification task
|
15 |
+
https://huggingface.co/microsoft/resnet-18
|