ivanscorral commited on
Commit
f99f703
1 Parent(s): 8ce676b

Add Core ML conversion (#1)

Browse files

- Add Core ML conversion (f3f855d38d7bbe465737bba9000cdcb8d1441415)

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:ad636a8967971453cd89418518f6e2df62713b8fccd0df8a064c17f41c013d39
3
+ size 65825
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:aa11a60332560f2d440c6c70b9a4b1ecc4f7766d81c330ecc0a49f0461ec995e
3
+ size 266650112
coreml/text-classification/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "33FC6F5B-3B6B-4B3E-91B0-D8A77F532085": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "E58AD3F2-26DC-402E-B9EC-D6465ECF84FC": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "33FC6F5B-3B6B-4B3E-91B0-D8A77F532085"
18
+ }