Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,7 @@ tags:
|
|
6 |
model-index:
|
7 |
- name: resnet18-catdog-classifier
|
8 |
results: []
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -13,11 +14,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# resnet18-catdog-classifier
|
15 |
|
16 |
-
This model is a fine-tuned version of [microsoft/resnet-18](https://huggingface.co/microsoft/resnet-18) on an
|
17 |
|
18 |
## Model description
|
19 |
|
20 |
-
|
21 |
|
22 |
## Intended uses & limitations
|
23 |
|
@@ -32,17 +33,15 @@ More information needed
|
|
32 |
### Training hyperparameters
|
33 |
|
34 |
The following hyperparameters were used during training:
|
35 |
-
-
|
36 |
-
-
|
37 |
-
-
|
38 |
-
-
|
39 |
-
-
|
40 |
-
- lr_scheduler_type: linear
|
41 |
-
- num_epochs: 3.0
|
42 |
|
43 |
### Framework versions
|
44 |
|
45 |
- Transformers 4.33.2
|
46 |
- Pytorch 2.0.1+cu118
|
47 |
- Datasets 2.14.5
|
48 |
-
- Tokenizers 0.13.3
|
|
|
6 |
model-index:
|
7 |
- name: resnet18-catdog-classifier
|
8 |
results: []
|
9 |
+
pipeline_tag: image-classification
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
14 |
|
15 |
# resnet18-catdog-classifier
|
16 |
|
17 |
+
This model is a fine-tuned version of [microsoft/resnet-18](https://huggingface.co/microsoft/resnet-18) on an [custom](https://www.kaggle.com/datasets/samuelcortinhas/cats-and-dogs-image-classification) dataset.
|
18 |
|
19 |
## Model description
|
20 |
|
21 |
+
This model was built using the "Cats & Dogs Classification" dataset obtained from Kaggle. During the model building process, this was done using the Pytorch framework with pre-trained Resnet-18. The method used during the process of building this classification model is fine-tuning with the dataset.
|
22 |
|
23 |
## Intended uses & limitations
|
24 |
|
|
|
33 |
### Training hyperparameters
|
34 |
|
35 |
The following hyperparameters were used during training:
|
36 |
+
- loss_function = CrossEntropyLoss
|
37 |
+
- optimizer = AdamW
|
38 |
+
- learning_rate: 0.0001
|
39 |
+
- batch_size: 16
|
40 |
+
- num_epochs: 10
|
|
|
|
|
41 |
|
42 |
### Framework versions
|
43 |
|
44 |
- Transformers 4.33.2
|
45 |
- Pytorch 2.0.1+cu118
|
46 |
- Datasets 2.14.5
|
47 |
+
- Tokenizers 0.13.3
|