SwiftySteve commited on
Commit
dfffa60
·
1 Parent(s): f1644f1

Add Core ML conversion

Browse files

Core ML conversion, task=token-classification, precision=float32

coreml/token-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:c337de3f694ccdb559a87fb3a131474c2dd499d72796a48d78ce15bfa96459bd
3
+ size 54334
coreml/token-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:0dcf0fa1c060b4ef81c0feef685b116d51aad64c5ca0280479af71373e767478
3
+ size 550400
coreml/token-classification/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "0D3A6957-D222-48A4-A224-1DB633BE98D7": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "7BA63D45-3827-4D70-8476-37665FF991B1": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "0D3A6957-D222-48A4-A224-1DB633BE98D7"
18
+ }