Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
AIMLSam
/
Cat_Dog_Classifier
like
0
Image Classification
English
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
AIMLSam
commited on
Nov 7, 2024
Commit
1ea5583
·
verified
·
1 Parent(s):
cd71f2e
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+10
-3
README.md
CHANGED
Viewed
@@ -1,3 +1,10 @@
1
-
---
2
-
license: apache-2.0
3
-
---
1
+
---
2
+
license: apache-2.0
3
+
language:
4
+
- en
5
+
metrics:
6
+
- accuracy
7
+
base_model:
8
+
- timm/resnet18.a1_in1k
9
+
pipeline_tag: image-classification
10
+
---