kerls commited on
Commit
6ea26b8
1 Parent(s): c2dfdbf

Add Core ML conversion

Browse files

Core ML conversion, task=text-classification, precision=float32

coreml/text-classification/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f182be0aba3d7d10e6caf5c8450dd75cd214c9b8beadc8269c6da51a9aa912d8
3
+ size 2478848
coreml/text-classification/float32_model.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:4af132c63e8640944d26afa4bb7351737f7ea44e5bd3f4b141e92be8f3790626
3
+ size 504460416
coreml/text-classification/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "0656B92A-FEFF-456F-AD22-6BE8EC6A140B": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "DA66F49F-06C6-4A39-BB1F-CE6DE3EDB690": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Specification",
13
+ "name": "model.mlmodel",
14
+ "path": "com.apple.CoreML/model.mlmodel"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "DA66F49F-06C6-4A39-BB1F-CE6DE3EDB690"
18
+ }