JulianF commited on
Commit
8415549
·
1 Parent(s): 31235a7

Add Core ML conversion (#1)

Browse files

- Add Core ML conversion (2c41235b1b0118e48f5f9be417cc4e416cd89e2d)

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:d363f7d47283fff5774de6c989249d170acce3213945bf86405de510b491ca9d
3
+ size 125759
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:a346e440759e0b659e08c4a907db76f19d2187152624a6fed51a3bf2df6d725b
3
+ size 437152320
coreml/text-classification/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "C907FCCF-9EDB-462B-BC7D-DC0753849371": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "FEED25EA-8AEF-46B0-B2A4-2C05BC02F905": {
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": "FEED25EA-8AEF-46B0-B2A4-2C05BC02F905"
18
+ }