Update README.md
Browse files
README.md
CHANGED
@@ -9,10 +9,11 @@ datasets:
|
|
9 |
pipeline_tag: image-classification
|
10 |
---
|
11 |
## Model Details
|
|
|
12 |
|
13 |
**Model type:** Convolutional Neural Network (CNN)
|
14 |
|
15 |
-
**Finetuned from model :** ResNet50 (pre-trained on ImageNet-1k
|
16 |
|
17 |
### Model Sources
|
18 |
**Repository:** https://github.com/chathumal93/EuroSat-RGB-Classifiers
|
|
|
9 |
pipeline_tag: image-classification
|
10 |
---
|
11 |
## Model Details
|
12 |
+
This model is based on the ResNet-18 architecture and it has been fine-tuned for satellite image classification tasks on the EuroSAT dataset.
|
13 |
|
14 |
**Model type:** Convolutional Neural Network (CNN)
|
15 |
|
16 |
+
**Finetuned from model :** ResNet50 (pre-trained on ImageNet-1k)
|
17 |
|
18 |
### Model Sources
|
19 |
**Repository:** https://github.com/chathumal93/EuroSat-RGB-Classifiers
|