vasylsw14 commited on
Commit
73ea4a1
1 Parent(s): e11efb6

Add Core ML conversion (#1)

Browse files

- Add Core ML conversion (b3555b25943686bc33794d10f0c2425dd1df010b)

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:620db63ff7c964268409b052e5cc665c9b4a937b87e00c9eb6b2c293179b4c13
3
+ size 65674
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:b3d82403e523a4dbc5000297a8d8466c0a07aa6fd97b43fdf1af2ac53bc78026
3
+ size 268428800
coreml/text-classification/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "4F1DA463-3AAE-40AD-9484-C55C8487F0E1": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "F6076E17-1D2B-4242-8625-8585DE03FFBD": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "4F1DA463-3AAE-40AD-9484-C55C8487F0E1"
18
+ }