crossprism commited on
Commit
c680a1a
1 Parent(s): 0f09a63

initial commit

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .DS_Store
NatureFlowersHead_quant8.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Outputs" : {
3
+ "classLabel" : {
4
+ "MLFeatureShortDescription" : "--"
5
+ },
6
+ "Identity" : {
7
+ "MLFeatureShortDescription" : "--"
8
+ }
9
+ },
10
+ "Inputs" : {
11
+ "features" : {
12
+ "MLFeatureShortDescription" : "--"
13
+ }
14
+ },
15
+ "TrainingInputs" : {
16
+
17
+ }
18
+ }
NatureFlowersHead_quant8.mlpackage/Data/com.apple.CoreML/Metadata.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "MLModelVersionStringKey" : "--",
3
+ "MLModelDescriptionKey" : "Predicts flowers from a set of 16827 flower classes. Generated for use in CrossPrism: https:\/\/crossprism.excelsis.com\/",
4
+ "MLModelCreatorDefinedKey" : {
5
+ "com.excelsis.crossprism.friendly_name" : "Flowers",
6
+ "com.github.apple.coremltools.version" : "6.3.0",
7
+ "sampleCount" : "7112880",
8
+ "com.excelsis.crossprism.label_threshold" : "0.3",
9
+ "source" : "GBIF.org (14 April 2022) GBIF Occurrence Download https:\/\/doi.org\/10.15468\/dl.8hv7pt",
10
+ "com.excelsis.crossprism.id" : "efficientnetv221k_flowers_head",
11
+ "com.excelsis.crossprism.type" : "head",
12
+ "com.excelsis.crossprism.feature_extractor_hash" : "3e88d596d25159092694dfdf0ac222c0",
13
+ "com.excelsis.crossprism.image_mode" : "scaleFill",
14
+ "com.github.apple.coremltools.source" : "tensorflow==2.12.0",
15
+ "com.excelsis.crossprism.logits_output" : "Identity",
16
+ "com.excelsis.crossprism.category" : "Nature"
17
+ },
18
+ "MLModelAuthorKey" : "--",
19
+ "MLModelLicenseKey" : "©2023 Excelsis Consulting"
20
+ }
NatureFlowersHead_quant8.mlpackage/Data/com.apple.CoreML/efficientnetV2M21kFlowersHead_quant8.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b86a3ff70ac1f7b797fa22a47bd05962789332427d3078ffbc8355e2ac55268f
3
+ size 22292134
NatureFlowersHead_quant8.mlpackage/Manifest.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "83E4427F-84A4-45B6-88ED-4DB09DE04B50": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "External FeatureDescription Overlay",
7
+ "name": "FeatureDescriptions.json",
8
+ "path": "com.apple.CoreML/FeatureDescriptions.json"
9
+ },
10
+ "A05851E8-12CE-402D-9FC7-570B62B802D3": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "External Metadata Overlay",
13
+ "name": "Metadata.json",
14
+ "path": "com.apple.CoreML/Metadata.json"
15
+ },
16
+ "B8758A59-B8AE-41F0-8BD0-254A59BFBB60": {
17
+ "author": "com.apple.CoreML",
18
+ "description": "CoreML Model Specification",
19
+ "name": "efficientnetV2M21kFlowersHead_quant8.mlmodel",
20
+ "path": "com.apple.CoreML/efficientnetV2M21kFlowersHead_quant8.mlmodel"
21
+ }
22
+ },
23
+ "rootModelIdentifier": "B8758A59-B8AE-41F0-8BD0-254A59BFBB60"
24
+ }