err805 commited on
Commit
865619c
·
verified ·
1 Parent(s): 09fdbdf

Upload 5 files

Browse files

ImageClipEncoder

ImageCLIPEncoder.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Outputs" : {
3
+ "embOutput2" : {
4
+ "MLFeatureShortDescription" : "--"
5
+ },
6
+ "embOutput" : {
7
+ "MLFeatureShortDescription" : "--"
8
+ }
9
+ },
10
+ "Inputs" : {
11
+ "colorImage" : {
12
+ "MLFeatureShortDescription" : "--"
13
+ }
14
+ },
15
+ "TrainingInputs" : {
16
+
17
+ }
18
+ }
ImageCLIPEncoder.mlpackage/Data/com.apple.CoreML/Metadata.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "MLModelVersionStringKey" : "--",
3
+ "MLModelDescriptionKey" : "--",
4
+ "MLModelCreatorDefinedKey" : {
5
+ "com.github.apple.coremltools.source_dialect" : "TorchScript",
6
+ "com.github.apple.coremltools.version" : "8.2",
7
+ "com.github.apple.coremltools.source" : "torch==2.5.0"
8
+ },
9
+ "MLModelAuthorKey" : "--",
10
+ "MLModelLicenseKey" : "--"
11
+ }
ImageCLIPEncoder.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1c14f96bbc9c4bd16562ad0fee6e61ba3959e7a485d73138608ea15e84b0e83
3
+ size 122680
ImageCLIPEncoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf4c85f01e3149e981764e807f9e2c0ee0e860fe279b1975b596be2d94265daa
3
+ size 351411840
ImageCLIPEncoder.mlpackage/Manifest.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "0B66B0AD-49FC-46C8-A002-72431A689BC4": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "916AE994-AC47-4C56-8BF9-4742655DB6FB": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "External Metadata Overlay",
13
+ "name": "Metadata.json",
14
+ "path": "com.apple.CoreML/Metadata.json"
15
+ },
16
+ "973B9E14-78E0-4027-A25B-0BB2C7788D94": {
17
+ "author": "com.apple.CoreML",
18
+ "description": "External FeatureDescription Overlay",
19
+ "name": "FeatureDescriptions.json",
20
+ "path": "com.apple.CoreML/FeatureDescriptions.json"
21
+ },
22
+ "C37C4E5E-599F-4E21-945E-218067EDA199": {
23
+ "author": "com.apple.CoreML",
24
+ "description": "CoreML Model Weights",
25
+ "name": "weights",
26
+ "path": "com.apple.CoreML/weights"
27
+ }
28
+ },
29
+ "rootModelIdentifier": "0B66B0AD-49FC-46C8-A002-72431A689BC4"
30
+ }