SwiftySteve commited on
Commit
5dce8a1
1 Parent(s): 7c00206

Add Core ML conversion (#1)

Browse files

- Add Core ML conversion (4a7be9573d0aeac857d32cbbf5a6db14be9b1851)

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:d20d59ddd9165a1e06d0fa83b3d3b2d392df9b2778a890ef5252da5dd9adfc06
3
+ size 55291
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:f20204cb5722f94e3fb6f5e504f339b60a9e99581b6431f1b8f53f5f2b8fa67c
3
+ size 306624
coreml/text-classification/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "51A51627-975C-4DBE-9789-E869D9D43678": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "93766DAD-2534-43CC-9125-5245041FB9FB": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "51A51627-975C-4DBE-9789-E869D9D43678"
18
+ }