henrygu commited on
Commit
3283c3f
1 Parent(s): 4a78e04

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:487762e1d6e79a30cc15c7eefeee25ca00cb102db476239eff4dc338ca5dde7e
3
+ size 66031
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:eb01545680e51f4a769608eaf9f4160e4d1a9b03941cbf8cf7464c66e1828734
3
+ size 50744896
coreml/text-classification/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "61268D5D-3964-4802-95F1-6041876328BD": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "A8D0912F-8E6F-4938-9133-DA5B8CDD4B72": {
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": "A8D0912F-8E6F-4938-9133-DA5B8CDD4B72"
18
+ }