Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,10 @@ tags:
|
|
4 |
- timm
|
5 |
library_name: timm
|
6 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
# Model card for swin_s3_base_224-Foods-101
|
9 |
|
@@ -26,5 +30,4 @@ The pre-trained Swin Transformer Base model was fine-tuned on the Foods-101 data
|
|
26 |
|
27 |
## Intended Use
|
28 |
|
29 |
-
This fine-tuned model can be used for classifying food images into one of the 101 categories present in the Foods-101 dataset. It can be employed in various applications related to food recognition, dietary analysis, recipe recommendation systems, and more
|
30 |
-
|
|
|
4 |
- timm
|
5 |
library_name: timm
|
6 |
license: apache-2.0
|
7 |
+
datasets:
|
8 |
+
- food101
|
9 |
+
metrics:
|
10 |
+
- accuracy
|
11 |
---
|
12 |
# Model card for swin_s3_base_224-Foods-101
|
13 |
|
|
|
30 |
|
31 |
## Intended Use
|
32 |
|
33 |
+
This fine-tuned model can be used for classifying food images into one of the 101 categories present in the Foods-101 dataset. It can be employed in various applications related to food recognition, dietary analysis, recipe recommendation systems, and more
|
|