RealFalconsAI vadimzhuk commited on
Commit
630d0d4
1 Parent(s): ac64bb4

Add Core ML conversion (#2)

Browse files

- Add Core ML conversion (a2146f88c5d3e3133b4f5555e794aa1889999179)


Co-authored-by: Vadzim Zhuk <vadimzhuk@users.noreply.huggingface.co>

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:16df93af33748a9127940878f4c720bc157da4f89a6a1756904bcfcb835d362c
3
+ size 66210
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:a6dca982d7f198072ac884ebe092a40fcd65547c434bb5995dc074909524fb80
3
+ size 266687104
coreml/text-classification/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "AFA8F27A-567D-483E-9161-8CCF1082DB9C": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "E8C20928-9550-43A8-8294-A3CB7A28DCB1": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "AFA8F27A-567D-483E-9161-8CCF1082DB9C"
18
+ }