cm93 commited on
Commit
0cc88d7
1 Parent(s): a0680b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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 at resolution 224x224)
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