bwbrook commited on
Commit
6ec3a6d
1 Parent(s): beeba37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -4,7 +4,8 @@ license: cc-by-nc-4.0
4
 
5
  ## Model Description
6
 
7
- This is a Keras model. It is based on EfficientNet v2-S, with a dense compression layer and a classification layer. There are 10 classes, represented by an integer and common name, as specified in class_list.yaml.
 
8
 
9
  ## Usage
10
 
 
4
 
5
  ## Model Description
6
 
7
+ This is a family of pretrained Keras 3 models, based on the kimm (https://github.com/james77777778/keras-image-models) implementation of different-sized EfficientNetV2, ConvNeXt and ViT architectures, with a model top consisting of two dropout layers, a sandwiched dense compression layer, and a final classification layer. There are 10 classes, represented by an integer and common name, as specified in class_list.yaml.
8
+ An example configuration file for integration with EcoAssist (https://github.com/PetervanLunteren/EcoAssist) is also provided.
9
 
10
  ## Usage
11