claudioccavalli commited on
Commit
159177a
·
1 Parent(s): a371ace

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
The diff for this file is too large to render. See raw diff
 
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:1cb43394570010eeb3c736b8087a8c854cc4fa17372b479ea62ec9aaa76e7d9d
3
+ size 1329123776
coreml/token-classification/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "708ADC3A-8D84-4052-8E9C-FA7A06781F14": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "90610C81-9BFB-4037-9C14-9FE55DFA0CF6": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "708ADC3A-8D84-4052-8E9C-FA7A06781F14"
18
+ }