Create readme.yaml
Browse files- readme.yaml +28 -0
readme.yaml
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
license: apache-2.0
|
| 2 |
+
tags:
|
| 3 |
+
- image-classification
|
| 4 |
+
- computer-vision
|
| 5 |
+
- cnn
|
| 6 |
+
- pytorch
|
| 7 |
+
- cat-vs-dog
|
| 8 |
+
- deep-learning
|
| 9 |
+
- batch-normalization
|
| 10 |
+
- dropout
|
| 11 |
+
- transfer-learning
|
| 12 |
+
- animal-classification
|
| 13 |
+
library_name: pytorch
|
| 14 |
+
datasets:
|
| 15 |
+
- custom
|
| 16 |
+
metrics:
|
| 17 |
+
- name: accuracy
|
| 18 |
+
type: accuracy
|
| 19 |
+
value: 90.56
|
| 20 |
+
model_name: Cat vs Dog Classifier (PyTorch)
|
| 21 |
+
language:
|
| 22 |
+
- en
|
| 23 |
+
pipeline_tag: image-classification
|
| 24 |
+
widget:
|
| 25 |
+
- src: https://example.com/sample-cat.jpg
|
| 26 |
+
example_title: Cat Example
|
| 27 |
+
- src: https://example.com/sample-dog.jpg
|
| 28 |
+
example_title: Dog Example
|