Commit
•
08a2a2f
1
Parent(s):
66b2075
Add Core ML conversion (#2)
Browse files- Add Core ML conversion (de1d1e106bcf9429c556123dfa73a89409357cd8)
Co-authored-by: Pedro Cuenca <pcuenq@users.noreply.huggingface.co>
- coreml/seq2seq-lm/decoder_float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel +0 -0
- coreml/seq2seq-lm/decoder_float32_model.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- coreml/seq2seq-lm/decoder_float32_model.mlpackage/Manifest.json +18 -0
- coreml/seq2seq-lm/encoder_float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel +0 -0
- coreml/seq2seq-lm/encoder_float32_model.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- coreml/seq2seq-lm/encoder_float32_model.mlpackage/Manifest.json +18 -0
coreml/seq2seq-lm/decoder_float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
Binary file (108 kB). View file
|
|
coreml/seq2seq-lm/decoder_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:7724a3cacbcb8fc8578d14d3e046ddb1dd0a97bf434bdee5139655f01882e5c5
|
3 |
+
size 232596992
|
coreml/seq2seq-lm/decoder_float32_model.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"C85C0DE2-90C5-4C82-A24C-46F4A46DDEE5": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Specification",
|
7 |
+
"name": "model.mlmodel",
|
8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
+
},
|
10 |
+
"E37DEFE4-8978-4615-AC84-A7EB12099D5D": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Weights",
|
13 |
+
"name": "weights",
|
14 |
+
"path": "com.apple.CoreML/weights"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "C85C0DE2-90C5-4C82-A24C-46F4A46DDEE5"
|
18 |
+
}
|
coreml/seq2seq-lm/encoder_float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
Binary file (62.5 kB). View file
|
|
coreml/seq2seq-lm/encoder_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:0e4c1967eac96bf2a2a261d361b7f9b2bd49e3ad6b24414661bbde36ec839ab0
|
3 |
+
size 141439488
|
coreml/seq2seq-lm/encoder_float32_model.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"17521F66-483C-4DAF-8A75-A1B67FE1DE33": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Specification",
|
7 |
+
"name": "model.mlmodel",
|
8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
+
},
|
10 |
+
"653E63BF-AEC8-4528-95B1-9819B2D9AB06": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Weights",
|
13 |
+
"name": "weights",
|
14 |
+
"path": "com.apple.CoreML/weights"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "17521F66-483C-4DAF-8A75-A1B67FE1DE33"
|
18 |
+
}
|