pcuenq HF staff commited on
Commit
dde2334
1 Parent(s): d399ebe

Add Core ML conversion

Browse files

Core ML conversion, task=multiple-choice, precision=float32

coreml/multiple-choice/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:c03e1b66143a48ed102c75adf05c9b9dbdbecd4c733d036c0361422f4a35ed72
3
+ size 64896
coreml/multiple-choice/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:c32cdae9c0d410dc5086f91a33e171c4e2732530ac1ace6cc15ac24cac2f5553
3
+ size 267823616
coreml/multiple-choice/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "572F564D-B6A8-4327-9EF2-69157CA0F485": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "96B2752D-FFDE-4202-96B4-8A9AAC8398D7": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "572F564D-B6A8-4327-9EF2-69157CA0F485"
18
+ }