aoiandroid commited on
Commit
521f8e4
·
verified ·
1 Parent(s): 69b75c2

Add macos-compiled nllb200-coreml-1024-float32

Browse files
NLLB_Decoder_1024_init.mlmodelc/analytics/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a293bd6b528cdbd601aeda1447d535a76471bd7515e0cf92d47d3ec3a823aab
3
+ size 243
NLLB_Decoder_1024_init.mlmodelc/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dab49c10b04fe3b085ff64bebe2ade4644ea422d215c11ca9b6f598f2bcf23b7
3
+ size 612
NLLB_Decoder_1024_init.mlmodelc/metadata.json ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "metadataOutputVersion" : "3.0",
4
+ "storagePrecision" : "Float32",
5
+ "outputSchema" : [
6
+ {
7
+ "hasShapeFlexibility" : "0",
8
+ "isOptional" : "0",
9
+ "dataType" : "Float32",
10
+ "formattedType" : "MultiArray (Float32 1 × 1 × 256206)",
11
+ "shortDescription" : "",
12
+ "shape" : "[1, 1, 256206]",
13
+ "name" : "logits",
14
+ "type" : "MultiArray"
15
+ },
16
+ {
17
+ "hasShapeFlexibility" : "0",
18
+ "isOptional" : "0",
19
+ "dataType" : "Float32",
20
+ "formattedType" : "MultiArray (Float32 12 × 1 × 16 × 2 × 64)",
21
+ "shortDescription" : "",
22
+ "shape" : "[12, 1, 16, 2, 64]",
23
+ "name" : "past_self_key",
24
+ "type" : "MultiArray"
25
+ },
26
+ {
27
+ "hasShapeFlexibility" : "0",
28
+ "isOptional" : "0",
29
+ "dataType" : "Float32",
30
+ "formattedType" : "MultiArray (Float32 12 × 1 × 16 × 2 × 64)",
31
+ "shortDescription" : "",
32
+ "shape" : "[12, 1, 16, 2, 64]",
33
+ "name" : "past_self_value",
34
+ "type" : "MultiArray"
35
+ },
36
+ {
37
+ "hasShapeFlexibility" : "0",
38
+ "isOptional" : "0",
39
+ "dataType" : "Float32",
40
+ "formattedType" : "MultiArray (Float32)",
41
+ "shortDescription" : "",
42
+ "shape" : "[]",
43
+ "name" : "past_cross_key",
44
+ "type" : "MultiArray"
45
+ },
46
+ {
47
+ "hasShapeFlexibility" : "0",
48
+ "isOptional" : "0",
49
+ "dataType" : "Float32",
50
+ "formattedType" : "MultiArray (Float32)",
51
+ "shortDescription" : "",
52
+ "shape" : "[]",
53
+ "name" : "past_cross_value",
54
+ "type" : "MultiArray"
55
+ }
56
+ ],
57
+ "modelParameters" : [
58
+
59
+ ],
60
+ "specificationVersion" : 7,
61
+ "mlProgramOperationTypeHistogram" : {
62
+ "Transpose" : 108,
63
+ "Ios16.gather" : 15,
64
+ "Ios16.softmax" : 24,
65
+ "Ios16.notEqual" : 1,
66
+ "Ios16.linear" : 121,
67
+ "Select" : 2,
68
+ "Concat" : 61,
69
+ "Ios16.realDiv" : 1,
70
+ "Ios16.add" : 62,
71
+ "Tile" : 1,
72
+ "Shape" : 14,
73
+ "ExpandDims" : 2,
74
+ "Ios16.sub" : 1,
75
+ "Ios16.cast" : 3,
76
+ "Ios16.reshape" : 99,
77
+ "Ios16.matmul" : 48,
78
+ "Ios16.relu" : 12,
79
+ "Ios16.layerNorm" : 37,
80
+ "Ios16.scatter" : 1,
81
+ "SliceByIndex" : 13,
82
+ "Ios16.equal" : 1,
83
+ "Stack" : 4,
84
+ "Ios16.mul" : 26,
85
+ "Ios16.cumsum" : 1
86
+ },
87
+ "computePrecision" : "Mixed (Float32, Int32)",
88
+ "isUpdatable" : "0",
89
+ "stateSchema" : [
90
+
91
+ ],
92
+ "availability" : {
93
+ "macOS" : "13.0",
94
+ "tvOS" : "16.0",
95
+ "visionOS" : "1.0",
96
+ "watchOS" : "9.0",
97
+ "iOS" : "16.0",
98
+ "macCatalyst" : "16.0"
99
+ },
100
+ "modelType" : {
101
+ "name" : "MLModelType_mlProgram"
102
+ },
103
+ "userDefinedMetadata" : {
104
+ "com.github.apple.coremltools.conversion_date" : "2026-03-21",
105
+ "com.github.apple.coremltools.source" : "torch==2.8.0",
106
+ "com.github.apple.coremltools.version" : "9.0",
107
+ "com.github.apple.coremltools.source_dialect" : "TorchScript"
108
+ },
109
+ "inputSchema" : [
110
+ {
111
+ "hasShapeFlexibility" : "0",
112
+ "isOptional" : "0",
113
+ "dataType" : "Int32",
114
+ "formattedType" : "MultiArray (Int32 1 × 2)",
115
+ "shortDescription" : "",
116
+ "shape" : "[1, 2]",
117
+ "name" : "input_ids",
118
+ "type" : "MultiArray"
119
+ },
120
+ {
121
+ "dataType" : "Float32",
122
+ "hasShapeFlexibility" : "1",
123
+ "isOptional" : "0",
124
+ "shapeFlexibility" : "1 × 1...1024 × 1024",
125
+ "shapeRange" : "[[1, 1], [1, 1024], [1024, 1024]]",
126
+ "formattedType" : "MultiArray (Float32 1 × 1 × 1024)",
127
+ "type" : "MultiArray",
128
+ "shape" : "[1, 1, 1024]",
129
+ "name" : "encoder_hidden_states",
130
+ "shortDescription" : ""
131
+ },
132
+ {
133
+ "dataType" : "Int32",
134
+ "hasShapeFlexibility" : "1",
135
+ "isOptional" : "0",
136
+ "shapeFlexibility" : "1 × 1...1024",
137
+ "shapeRange" : "[[1, 1], [1, 1024]]",
138
+ "formattedType" : "MultiArray (Int32 1 × 1)",
139
+ "type" : "MultiArray",
140
+ "shape" : "[1, 1]",
141
+ "name" : "encoder_attention_mask",
142
+ "shortDescription" : ""
143
+ }
144
+ ],
145
+ "generatedClassName" : "NLLB_Decoder_1024_init",
146
+ "method" : "predict"
147
+ }
148
+ ]
NLLB_Decoder_1024_init.mlmodelc/model.mil ADDED
The diff for this file is too large to render. See raw diff
 
NLLB_Decoder_1024_init.mlmodelc/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7863eda7792c8d7085db07377ec5f25934c119d0961a03bf2fa64612a264d7da
3
+ size 1860915896
NLLB_Decoder_1024_init.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b81e88e188c33824991eacdbe39711682b5170deef7d5aa1cb734fb8439b6316
3
+ size 244007
NLLB_Decoder_1024_init.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:7863eda7792c8d7085db07377ec5f25934c119d0961a03bf2fa64612a264d7da
3
+ size 1860915896
NLLB_Decoder_1024_init.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "66B544D7-3606-4143-8B62-FE9C575029E8": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "E305B0D9-34FB-463B-AA1B-F6A54FD1A99E": {
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": "E305B0D9-34FB-463B-AA1B-F6A54FD1A99E"
18
+ }
NLLB_Decoder_1024_step.mlmodelc/analytics/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:401bfa45c9502d64dc7089544f69f2493a53e65332ca46bdc2e467e8f2d2d765
3
+ size 243
NLLB_Decoder_1024_step.mlmodelc/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58be56a83d8bc4ab9a8ffafc1a1886d86377b47c6b60d23615ec1a30886e6ea0
3
+ size 884
NLLB_Decoder_1024_step.mlmodelc/metadata.json ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "metadataOutputVersion" : "3.0",
4
+ "storagePrecision" : "Float32",
5
+ "outputSchema" : [
6
+ {
7
+ "hasShapeFlexibility" : "0",
8
+ "isOptional" : "0",
9
+ "dataType" : "Float32",
10
+ "formattedType" : "MultiArray (Float32 1 × 1 × 256206)",
11
+ "shortDescription" : "",
12
+ "shape" : "[1, 1, 256206]",
13
+ "name" : "logits",
14
+ "type" : "MultiArray"
15
+ },
16
+ {
17
+ "hasShapeFlexibility" : "0",
18
+ "isOptional" : "0",
19
+ "dataType" : "Float32",
20
+ "formattedType" : "MultiArray (Float32)",
21
+ "shortDescription" : "",
22
+ "shape" : "[]",
23
+ "name" : "new_past_self_key",
24
+ "type" : "MultiArray"
25
+ },
26
+ {
27
+ "hasShapeFlexibility" : "0",
28
+ "isOptional" : "0",
29
+ "dataType" : "Float32",
30
+ "formattedType" : "MultiArray (Float32)",
31
+ "shortDescription" : "",
32
+ "shape" : "[]",
33
+ "name" : "new_past_self_value",
34
+ "type" : "MultiArray"
35
+ },
36
+ {
37
+ "hasShapeFlexibility" : "0",
38
+ "isOptional" : "0",
39
+ "dataType" : "Float32",
40
+ "formattedType" : "MultiArray (Float32)",
41
+ "shortDescription" : "",
42
+ "shape" : "[]",
43
+ "name" : "new_past_cross_key",
44
+ "type" : "MultiArray"
45
+ },
46
+ {
47
+ "hasShapeFlexibility" : "0",
48
+ "isOptional" : "0",
49
+ "dataType" : "Float32",
50
+ "formattedType" : "MultiArray (Float32)",
51
+ "shortDescription" : "",
52
+ "shape" : "[]",
53
+ "name" : "new_past_cross_value",
54
+ "type" : "MultiArray"
55
+ }
56
+ ],
57
+ "modelParameters" : [
58
+
59
+ ],
60
+ "specificationVersion" : 7,
61
+ "mlProgramOperationTypeHistogram" : {
62
+ "Transpose" : 72,
63
+ "Range1d" : 3,
64
+ "Fill" : 2,
65
+ "Squeeze" : 1,
66
+ "Ios16.gather" : 29,
67
+ "Identity" : 1,
68
+ "Ios16.softmax" : 24,
69
+ "Ios16.notEqual" : 1,
70
+ "Ios16.reduceProd" : 1,
71
+ "Ios16.linear" : 97,
72
+ "Select" : 4,
73
+ "Concat" : 101,
74
+ "Ios16.add" : 65,
75
+ "Ios16.realDiv" : 2,
76
+ "Tile" : 2,
77
+ "Ios16.greater" : 1,
78
+ "Shape" : 30,
79
+ "ExpandDims" : 7,
80
+ "Ios16.sub" : 1,
81
+ "Ios16.cast" : 8,
82
+ "Ios16.reshape" : 80,
83
+ "Ios16.matmul" : 48,
84
+ "Ios16.relu" : 12,
85
+ "SliceByIndex" : 74,
86
+ "Ios16.scatter" : 1,
87
+ "Ios16.layerNorm" : 37,
88
+ "Ios16.equal" : 2,
89
+ "Stack" : 4,
90
+ "Ios16.mul" : 27,
91
+ "Ios16.cumsum" : 1
92
+ },
93
+ "computePrecision" : "Mixed (Float32, Int32)",
94
+ "isUpdatable" : "0",
95
+ "stateSchema" : [
96
+
97
+ ],
98
+ "availability" : {
99
+ "macOS" : "13.0",
100
+ "tvOS" : "16.0",
101
+ "visionOS" : "1.0",
102
+ "watchOS" : "9.0",
103
+ "iOS" : "16.0",
104
+ "macCatalyst" : "16.0"
105
+ },
106
+ "modelType" : {
107
+ "name" : "MLModelType_mlProgram"
108
+ },
109
+ "userDefinedMetadata" : {
110
+ "com.github.apple.coremltools.conversion_date" : "2026-03-21",
111
+ "com.github.apple.coremltools.source" : "torch==2.8.0",
112
+ "com.github.apple.coremltools.version" : "9.0",
113
+ "com.github.apple.coremltools.source_dialect" : "TorchScript"
114
+ },
115
+ "inputSchema" : [
116
+ {
117
+ "hasShapeFlexibility" : "0",
118
+ "isOptional" : "0",
119
+ "dataType" : "Int32",
120
+ "formattedType" : "MultiArray (Int32 1 × 1)",
121
+ "shortDescription" : "",
122
+ "shape" : "[1, 1]",
123
+ "name" : "input_ids",
124
+ "type" : "MultiArray"
125
+ },
126
+ {
127
+ "dataType" : "Float32",
128
+ "hasShapeFlexibility" : "1",
129
+ "isOptional" : "0",
130
+ "shapeFlexibility" : "1 × 1...1024 × 1024",
131
+ "shapeRange" : "[[1, 1], [1, 1024], [1024, 1024]]",
132
+ "formattedType" : "MultiArray (Float32 1 × 1 × 1024)",
133
+ "type" : "MultiArray",
134
+ "shape" : "[1, 1, 1024]",
135
+ "name" : "encoder_hidden_states",
136
+ "shortDescription" : ""
137
+ },
138
+ {
139
+ "dataType" : "Int32",
140
+ "hasShapeFlexibility" : "1",
141
+ "isOptional" : "0",
142
+ "shapeFlexibility" : "1 × 1...1024",
143
+ "shapeRange" : "[[1, 1], [1, 1024]]",
144
+ "formattedType" : "MultiArray (Int32 1 × 1)",
145
+ "type" : "MultiArray",
146
+ "shape" : "[1, 1]",
147
+ "name" : "encoder_attention_mask",
148
+ "shortDescription" : ""
149
+ },
150
+ {
151
+ "dataType" : "Float16",
152
+ "hasShapeFlexibility" : "1",
153
+ "isOptional" : "0",
154
+ "shapeFlexibility" : "12 × 1 × 16 × 1...1023 × 64",
155
+ "shapeRange" : "[[12, 12], [1, 1], [16, 16], [1, 1023], [64, 64]]",
156
+ "formattedType" : "MultiArray (Float16 12 × 1 × 16 × 1 × 64)",
157
+ "type" : "MultiArray",
158
+ "shape" : "[12, 1, 16, 1, 64]",
159
+ "name" : "past_self_key",
160
+ "shortDescription" : ""
161
+ },
162
+ {
163
+ "dataType" : "Float16",
164
+ "hasShapeFlexibility" : "1",
165
+ "isOptional" : "0",
166
+ "shapeFlexibility" : "12 × 1 × 16 × 1...1023 × 64",
167
+ "shapeRange" : "[[12, 12], [1, 1], [16, 16], [1, 1023], [64, 64]]",
168
+ "formattedType" : "MultiArray (Float16 12 × 1 × 16 × 1 × 64)",
169
+ "type" : "MultiArray",
170
+ "shape" : "[12, 1, 16, 1, 64]",
171
+ "name" : "past_self_value",
172
+ "shortDescription" : ""
173
+ },
174
+ {
175
+ "dataType" : "Float16",
176
+ "hasShapeFlexibility" : "1",
177
+ "isOptional" : "0",
178
+ "shapeFlexibility" : "12 × 1 × 16 × 1...1024 × 64",
179
+ "shapeRange" : "[[12, 12], [1, 1], [16, 16], [1, 1024], [64, 64]]",
180
+ "formattedType" : "MultiArray (Float16 12 × 1 × 16 × 1 × 64)",
181
+ "type" : "MultiArray",
182
+ "shape" : "[12, 1, 16, 1, 64]",
183
+ "name" : "past_cross_key",
184
+ "shortDescription" : ""
185
+ },
186
+ {
187
+ "dataType" : "Float16",
188
+ "hasShapeFlexibility" : "1",
189
+ "isOptional" : "0",
190
+ "shapeFlexibility" : "12 × 1 × 16 × 1...1024 × 64",
191
+ "shapeRange" : "[[12, 12], [1, 1], [16, 16], [1, 1024], [64, 64]]",
192
+ "formattedType" : "MultiArray (Float16 12 × 1 × 16 × 1 × 64)",
193
+ "type" : "MultiArray",
194
+ "shape" : "[12, 1, 16, 1, 64]",
195
+ "name" : "past_cross_value",
196
+ "shortDescription" : ""
197
+ }
198
+ ],
199
+ "generatedClassName" : "NLLB_Decoder_1024_step",
200
+ "method" : "predict"
201
+ }
202
+ ]
NLLB_Decoder_1024_step.mlmodelc/model.mil ADDED
The diff for this file is too large to render. See raw diff
 
NLLB_Decoder_1024_step.mlmodelc/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a1d47164e0510fd6f2d28114bd15868b8ec53a354e106cd2e8e69dc46cd885b
3
+ size 1760151224
NLLB_Decoder_1024_step.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfa0f305d878c62aa2f181ac57630bf2302602fc4011986a15f817b7b0c0f73d
3
+ size 295988
NLLB_Decoder_1024_step.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:4a1d47164e0510fd6f2d28114bd15868b8ec53a354e106cd2e8e69dc46cd885b
3
+ size 1760151224
NLLB_Decoder_1024_step.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "593C69FF-A454-4C67-A928-13472D9BFFEE": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "B6A6435D-AE02-4035-A486-B6CB62F4C057": {
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": "B6A6435D-AE02-4035-A486-B6CB62F4C057"
18
+ }
NLLB_Encoder_1024.mlmodelc/analytics/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d5747e0bfeb645ca404c5ebb4ec99a0a77fce88d943c387f3ef52dc89759313
3
+ size 243
NLLB_Encoder_1024.mlmodelc/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd0f697e9bc622941f195771517b303b12514fbaecb5573df7578c5440c0b254
3
+ size 430
NLLB_Encoder_1024.mlmodelc/metadata.json ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "metadataOutputVersion" : "3.0",
4
+ "storagePrecision" : "Float32",
5
+ "outputSchema" : [
6
+ {
7
+ "hasShapeFlexibility" : "0",
8
+ "isOptional" : "0",
9
+ "dataType" : "Float32",
10
+ "formattedType" : "MultiArray (Float32)",
11
+ "shortDescription" : "",
12
+ "shape" : "[]",
13
+ "name" : "output",
14
+ "type" : "MultiArray"
15
+ }
16
+ ],
17
+ "modelParameters" : [
18
+
19
+ ],
20
+ "specificationVersion" : 7,
21
+ "mlProgramOperationTypeHistogram" : {
22
+ "Transpose" : 48,
23
+ "Ios16.gather" : 27,
24
+ "Ios16.softmax" : 12,
25
+ "Ios16.notEqual" : 1,
26
+ "Ios16.linear" : 72,
27
+ "Select" : 2,
28
+ "Concat" : 25,
29
+ "Ios16.add" : 38,
30
+ "Ios16.realDiv" : 1,
31
+ "Tile" : 1,
32
+ "Shape" : 26,
33
+ "ExpandDims" : 2,
34
+ "Ios16.sub" : 1,
35
+ "Ios16.cast" : 3,
36
+ "Ios16.reshape" : 50,
37
+ "Ios16.matmul" : 24,
38
+ "Ios16.relu" : 12,
39
+ "Ios16.layerNorm" : 25,
40
+ "SliceByIndex" : 12,
41
+ "Ios16.equal" : 1,
42
+ "Ios16.mul" : 14,
43
+ "Ios16.cumsum" : 1
44
+ },
45
+ "computePrecision" : "Mixed (Float32, Int32)",
46
+ "isUpdatable" : "0",
47
+ "stateSchema" : [
48
+
49
+ ],
50
+ "availability" : {
51
+ "macOS" : "13.0",
52
+ "tvOS" : "16.0",
53
+ "visionOS" : "1.0",
54
+ "watchOS" : "9.0",
55
+ "iOS" : "16.0",
56
+ "macCatalyst" : "16.0"
57
+ },
58
+ "modelType" : {
59
+ "name" : "MLModelType_mlProgram"
60
+ },
61
+ "userDefinedMetadata" : {
62
+ "com.github.apple.coremltools.conversion_date" : "2026-03-21",
63
+ "com.github.apple.coremltools.source" : "torch==2.8.0",
64
+ "com.github.apple.coremltools.version" : "9.0",
65
+ "com.github.apple.coremltools.source_dialect" : "TorchScript"
66
+ },
67
+ "inputSchema" : [
68
+ {
69
+ "dataType" : "Int32",
70
+ "hasShapeFlexibility" : "1",
71
+ "isOptional" : "0",
72
+ "shapeFlexibility" : "1 × 1...1024",
73
+ "shapeRange" : "[[1, 1], [1, 1024]]",
74
+ "formattedType" : "MultiArray (Int32 1 × 1)",
75
+ "type" : "MultiArray",
76
+ "shape" : "[1, 1]",
77
+ "name" : "input_ids",
78
+ "shortDescription" : ""
79
+ },
80
+ {
81
+ "dataType" : "Int32",
82
+ "hasShapeFlexibility" : "1",
83
+ "isOptional" : "0",
84
+ "shapeFlexibility" : "1 × 1...1024",
85
+ "shapeRange" : "[[1, 1], [1, 1024]]",
86
+ "formattedType" : "MultiArray (Int32 1 × 1)",
87
+ "type" : "MultiArray",
88
+ "shape" : "[1, 1]",
89
+ "name" : "attention_mask",
90
+ "shortDescription" : ""
91
+ }
92
+ ],
93
+ "generatedClassName" : "NLLB_Encoder_1024",
94
+ "method" : "predict"
95
+ }
96
+ ]
NLLB_Encoder_1024.mlmodelc/model.mil ADDED
The diff for this file is too large to render. See raw diff
 
NLLB_Encoder_1024.mlmodelc/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eacbb8d48c752c68b3e4099bf99ea5bfa476da91c042b617947ef0862afc48c6
3
+ size 1658261824
NLLB_Encoder_1024.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:071a5365dd68447b97012f2fa74a1ebbd66539808d5909204fb916555b5d17f9
3
+ size 148169
NLLB_Encoder_1024.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:2b5389da2491922fc89b82f9037d647733f81371e0ff1875b464b12c679be4af
3
+ size 1517850624
compile_manifest.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "slug": "nllb200-coreml-1024-float32",
3
+ "compiled_at": "2026-08-27T01:42:06.610997+00:00",
4
+ "ios_repo": "aoiandroid/nllb200-coreml-1024-float32-ios",
5
+ "macos_repo": "aoiandroid/nllb200-coreml-1024-float32-macos"
6
+ }