louiecerv commited on
Commit
1641932
·
verified ·
1 Parent(s): 795ff03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -28
README.md CHANGED
@@ -1,28 +1,36 @@
1
-
2
- # Model Card for Cats vs Dogs Classifier
3
-
4
- ## Model Description
5
- This model is a Convolutional Neural Network (CNN) designed to classify images of cats and dogs. It was trained on the "louiecerv/cats_dogs_dataset" dataset.
6
-
7
- ## Intended Use
8
- The model is intended for educational purposes and as a demonstration of image classification using CNNs. It can be used to classify images of cats and dogs.
9
-
10
- ## Training Data
11
- The model was trained on the "louiecerv/cats_dogs_dataset" dataset, which contains images of cats and dogs.
12
-
13
- ## Training Procedure
14
- The model was trained using the following procedure:
15
- - Optimizer: Adam
16
- - Learning Rate: 0.001
17
- - Loss Function: CrossEntropyLoss
18
- - Number of Epochs: 10
19
- - Batch Size: 32
20
-
21
- ## Evaluation
22
- The model was evaluated on the training dataset. Further evaluation on a separate validation or test dataset is recommended.
23
-
24
- ## Limitations
25
- The model may not perform well on images that are significantly different from the training data. It is also limited to binary classification (cats vs. dogs).
26
-
27
- ## License
28
- The model is licensed under the MIT License.
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - louiecerv/cats_dogs_dataset
5
+ language:
6
+ - en
7
+ pipeline_tag: image-classification
8
+ ---
9
+
10
+ # Model Card for Cats vs Dogs Classifier
11
+
12
+ ## Model Description
13
+ This model is a Convolutional Neural Network (CNN) designed to classify images of cats and dogs. It was trained on the "louiecerv/cats_dogs_dataset" dataset.
14
+
15
+ ## Intended Use
16
+ The model is intended for educational purposes and as a demonstration of image classification using CNNs. It can be used to classify images of cats and dogs.
17
+
18
+ ## Training Data
19
+ The model was trained on the "louiecerv/cats_dogs_dataset" dataset, which contains images of cats and dogs.
20
+
21
+ ## Training Procedure
22
+ The model was trained using the following procedure:
23
+ - Optimizer: Adam
24
+ - Learning Rate: 0.001
25
+ - Loss Function: CrossEntropyLoss
26
+ - Number of Epochs: 10
27
+ - Batch Size: 32
28
+
29
+ ## Evaluation
30
+ The model was evaluated on the training dataset. Further evaluation on a separate validation or test dataset is recommended.
31
+
32
+ ## Limitations
33
+ The model may not perform well on images that are significantly different from the training data. It is also limited to binary classification (cats vs. dogs).
34
+
35
+ ## License
36
+ The model is licensed under the MIT License.