Add Core ML conversion
Browse filesCore ML conversion, task=text-generation, precision=float32
- coreml/feature-extraction/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel +0 -0
- coreml/feature-extraction/float32_model.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- coreml/feature-extraction/float32_model.mlpackage/Manifest.json +18 -0
- coreml/text-generation/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel +0 -0
- coreml/text-generation/float32_model.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- coreml/text-generation/float32_model.mlpackage/Manifest.json +18 -0
coreml/feature-extraction/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
The diff for this file is too large to render.
See raw diff
|
|
coreml/feature-extraction/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:88fe158a01e10da5ef72c2ed867558ec686cf1ed7890c2bb5c4a4f659e1544dd
|
3 |
+
size 1617908352
|
coreml/feature-extraction/float32_model.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"473DF076-BF26-4C57-81AD-DC19D8E6322D": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Weights",
|
7 |
+
"name": "weights",
|
8 |
+
"path": "com.apple.CoreML/weights"
|
9 |
+
},
|
10 |
+
"92C3C287-8913-46A5-BED9-EA5DE3919F17": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Specification",
|
13 |
+
"name": "model.mlmodel",
|
14 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "92C3C287-8913-46A5-BED9-EA5DE3919F17"
|
18 |
+
}
|
coreml/text-generation/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
The diff for this file is too large to render.
See raw diff
|
|
coreml/text-generation/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:5c00b34277a45cdad2e1e6b5d796698208c113df9811b12803719356d773a677
|
3 |
+
size 811316004
|
coreml/text-generation/float32_model.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"24B5D2E3-D4A7-4B7B-8D13-A5C5D20D2E03": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Specification",
|
7 |
+
"name": "model.mlmodel",
|
8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
+
},
|
10 |
+
"503F4A73-0AE4-4680-A25F-975C3A9075DC": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Weights",
|
13 |
+
"name": "weights",
|
14 |
+
"path": "com.apple.CoreML/weights"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "24B5D2E3-D4A7-4B7B-8D13-A5C5D20D2E03"
|
18 |
+
}
|