mlboydaisuke commited on
Commit
820d4e9
·
verified ·
1 Parent(s): 7464c91

ios/: the JIT .aimodel (every iPhone generation specializes it); the h19p AOT files move to ios-h19p/

Browse files

The h19p AOT package loads only on the device architecture it was compiled for; the JIT .aimodel specializes on every iPhone generation (measured 2026-09-26 on the iPhone 18 Pro). ios/ now carries the same JIT files as macos/; the h19p package stays at ios-h19p/ with the other files of ios/. Record: knowledge/jit-distribution.md in john-rocky/coreai-model-zoo.

Files changed (28) hide show
  1. .gitattributes +4 -0
  2. ios-h19p/classifier.json +85 -0
  3. {ios → ios-h19p}/gliner25-decide_float16_s256_m32.h19p.aimodelc/main-h19p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/manifest.plist +0 -0
  4. {ios → ios-h19p}/gliner25-decide_float16_s256_m32.h19p.aimodelc/main-h19p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/resources.bin +0 -0
  5. {ios → ios-h19p}/gliner25-decide_float16_s256_m32.h19p.aimodelc/main-h19p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/specialized_model_0.mpsgraph +0 -0
  6. {ios → ios-h19p}/gliner25-decide_float16_s256_m32.h19p.aimodelc/main-h19p.mlirb +0 -0
  7. {ios → ios-h19p}/gliner25-decide_float16_s256_m32.h19p.aimodelc/main.hash +0 -0
  8. {ios → ios-h19p}/gliner25-decide_float16_s256_m32.h19p.aimodelc/metadata.json +0 -0
  9. {ios → ios-h19p}/gliner25-decide_float16_s256_m32.h19p.aimodelc/stats.json +0 -0
  10. {ios → ios-h19p}/gliner25-decide_float16_s512_m32.h19p.aimodelc/main-h19p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/manifest.plist +0 -0
  11. {ios → ios-h19p}/gliner25-decide_float16_s512_m32.h19p.aimodelc/main-h19p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/resources.bin +0 -0
  12. {ios → ios-h19p}/gliner25-decide_float16_s512_m32.h19p.aimodelc/main-h19p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/specialized_model_0.mpsgraph +0 -0
  13. {ios → ios-h19p}/gliner25-decide_float16_s512_m32.h19p.aimodelc/main-h19p.mlirb +0 -0
  14. {ios → ios-h19p}/gliner25-decide_float16_s512_m32.h19p.aimodelc/main.hash +0 -0
  15. {ios → ios-h19p}/gliner25-decide_float16_s512_m32.h19p.aimodelc/metadata.json +0 -0
  16. {ios → ios-h19p}/gliner25-decide_float16_s512_m32.h19p.aimodelc/stats.json +0 -0
  17. ios-h19p/reference_s256.json +654 -0
  18. ios-h19p/reference_s512.json +1165 -0
  19. ios-h19p/tokenizer/special_tokens_map.json +123 -0
  20. ios-h19p/tokenizer/tokenizer.json +0 -0
  21. ios-h19p/tokenizer/tokenizer_config.json +156 -0
  22. ios/classifier.json +4 -6
  23. ios/gliner25-decide_float16_s256_m32.aimodel/main.hash +1 -0
  24. ios/gliner25-decide_float16_s256_m32.aimodel/main.mlirb +3 -0
  25. ios/gliner25-decide_float16_s256_m32.aimodel/metadata.json +8 -0
  26. ios/gliner25-decide_float16_s512_m32.aimodel/main.hash +1 -0
  27. ios/gliner25-decide_float16_s512_m32.aimodel/main.mlirb +3 -0
  28. ios/gliner25-decide_float16_s512_m32.aimodel/metadata.json +8 -0
.gitattributes CHANGED
@@ -37,3 +37,7 @@ ios/gliner25-decide_float16_s256_m32.h19p.aimodelc/main-h19p-delegates/MPSGraph/
37
  ios/gliner25-decide_float16_s512_m32.h19p.aimodelc/main-h19p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/specialized_model_0.mpsgraph filter=lfs diff=lfs merge=lfs -text
38
  macos/gliner25-decide_float16_s256_m32.aimodel/main.mlirb filter=lfs diff=lfs merge=lfs -text
39
  macos/gliner25-decide_float16_s512_m32.aimodel/main.mlirb filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
37
  ios/gliner25-decide_float16_s512_m32.h19p.aimodelc/main-h19p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/specialized_model_0.mpsgraph filter=lfs diff=lfs merge=lfs -text
38
  macos/gliner25-decide_float16_s256_m32.aimodel/main.mlirb filter=lfs diff=lfs merge=lfs -text
39
  macos/gliner25-decide_float16_s512_m32.aimodel/main.mlirb filter=lfs diff=lfs merge=lfs -text
40
+ ios-h19p/gliner25-decide_float16_s256_m32.h19p.aimodelc/main-h19p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/specialized_model_0.mpsgraph filter=lfs diff=lfs merge=lfs -text
41
+ ios-h19p/gliner25-decide_float16_s512_m32.h19p.aimodelc/main-h19p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/specialized_model_0.mpsgraph filter=lfs diff=lfs merge=lfs -text
42
+ ios/gliner25-decide_float16_s256_m32.aimodel/main.mlirb filter=lfs diff=lfs merge=lfs -text
43
+ ios/gliner25-decide_float16_s512_m32.aimodel/main.mlirb filter=lfs diff=lfs merge=lfs -text
ios-h19p/classifier.json ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "fastino/GLiNER2.5-Decide",
3
+ "revision": "7ee5da4c2415e32259bcdc0b1a7367c32ce8d6f6",
4
+ "dtype": "float16",
5
+ "MMAX": 32,
6
+ "shapes": [
7
+ {
8
+ "S": 256,
9
+ "bundle": "gliner25-decide_float16_s256_m32.h19p.aimodelc",
10
+ "bytes": 974005777,
11
+ "reference": "reference_s256.json"
12
+ },
13
+ {
14
+ "S": 512,
15
+ "bundle": "gliner25-decide_float16_s512_m32.h19p.aimodelc",
16
+ "bytes": 975579352,
17
+ "reference": "reference_s512.json"
18
+ }
19
+ ],
20
+ "arch": "h19p",
21
+ "device": "iPhone 18 Pro (iPhone19,2)",
22
+ "host_shape_rule": "use the smallest S in `shapes` with len(input_ids) <= S; longer inputs are outside these bundles (gliner2's classify_text_long chunks such text on the host)",
23
+ "graph": {
24
+ "relative_position": "bucket table baked at export (S fixed); coreai-torch 0.4.1 lowers aten.div.Tensor(int,int) to integer division — logs/diag_div_probe.log"
25
+ },
26
+ "inputs": {
27
+ "input_ids": [
28
+ "int32",
29
+ [
30
+ 1,
31
+ "S"
32
+ ]
33
+ ],
34
+ "attention_mask": [
35
+ "int32",
36
+ [
37
+ 1,
38
+ "S"
39
+ ]
40
+ ],
41
+ "label_idx": [
42
+ "int32",
43
+ [
44
+ 1,
45
+ 32
46
+ ]
47
+ ]
48
+ },
49
+ "outputs": {
50
+ "logits": [
51
+ "float32",
52
+ [
53
+ 1,
54
+ 32
55
+ ]
56
+ ]
57
+ },
58
+ "marker_ids": {
59
+ "[MASK]": 128000,
60
+ "[SEP_STRUCT]": 128001,
61
+ "[SEP_TEXT]": 128002,
62
+ "[P]": 128003,
63
+ "[C]": 128004,
64
+ "[E]": 128005,
65
+ "[R]": 128006,
66
+ "[L]": 128007,
67
+ "[EXAMPLE]": 128008,
68
+ "[OUTPUT]": 128009,
69
+ "[DESCRIPTION]": 128010
70
+ },
71
+ "pad": {
72
+ "input_ids": 0,
73
+ "attention_mask": "1 for real tokens, 0 for padding",
74
+ "label_idx": "unused slots repeat the first [L] position (host never reads them)"
75
+ },
76
+ "label_idx": "the [L] marker positions of every task, concatenated in task order; the host keeps each task's slice",
77
+ "layout": "( [P] <task>[: <prompt>][ [DESCRIPTION] <label>: <desc>]* ( [L] <label> [L] <label> ... ) ) [SEP_STRUCT] ( ... ) [SEP_TEXT] <text words>; every piece tokenized with tokenizer.tokenize(piece) on its own, no CLS/SEP",
78
+ "text": "append '.' unless the text ends with . ! ? (empty -> '.'); split with gliner2 WhitespaceTokenSplitter regex (URL | email | @handle | \\w+(?:[-_]\\w+)* | \\S, IGNORECASE); lowercase the word values only; schema strings keep their case",
79
+ "decision": {
80
+ "single_label": "softmax over the task's logits, argmax",
81
+ "multi_label": "sigmoid, every label with prob >= cls_threshold; none -> argmax",
82
+ "cls_threshold_default": 0.5,
83
+ "temperature": 1.0
84
+ }
85
+ }
{ios → ios-h19p}/gliner25-decide_float16_s256_m32.h19p.aimodelc/main-h19p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/manifest.plist RENAMED
File without changes
{ios → ios-h19p}/gliner25-decide_float16_s256_m32.h19p.aimodelc/main-h19p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/resources.bin RENAMED
File without changes
{ios → ios-h19p}/gliner25-decide_float16_s256_m32.h19p.aimodelc/main-h19p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/specialized_model_0.mpsgraph RENAMED
File without changes
{ios → ios-h19p}/gliner25-decide_float16_s256_m32.h19p.aimodelc/main-h19p.mlirb RENAMED
File without changes
{ios → ios-h19p}/gliner25-decide_float16_s256_m32.h19p.aimodelc/main.hash RENAMED
File without changes
{ios → ios-h19p}/gliner25-decide_float16_s256_m32.h19p.aimodelc/metadata.json RENAMED
File without changes
{ios → ios-h19p}/gliner25-decide_float16_s256_m32.h19p.aimodelc/stats.json RENAMED
File without changes
{ios → ios-h19p}/gliner25-decide_float16_s512_m32.h19p.aimodelc/main-h19p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/manifest.plist RENAMED
File without changes
{ios → ios-h19p}/gliner25-decide_float16_s512_m32.h19p.aimodelc/main-h19p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/resources.bin RENAMED
File without changes
{ios → ios-h19p}/gliner25-decide_float16_s512_m32.h19p.aimodelc/main-h19p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/specialized_model_0.mpsgraph RENAMED
File without changes
{ios → ios-h19p}/gliner25-decide_float16_s512_m32.h19p.aimodelc/main-h19p.mlirb RENAMED
File without changes
{ios → ios-h19p}/gliner25-decide_float16_s512_m32.h19p.aimodelc/main.hash RENAMED
File without changes
{ios → ios-h19p}/gliner25-decide_float16_s512_m32.h19p.aimodelc/metadata.json RENAMED
File without changes
{ios → ios-h19p}/gliner25-decide_float16_s512_m32.h19p.aimodelc/stats.json RENAMED
File without changes
ios-h19p/reference_s256.json ADDED
@@ -0,0 +1,654 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "fastino/GLiNER2.5-Decide",
3
+ "revision": "7ee5da4c2415e32259bcdc0b1a7367c32ce8d6f6",
4
+ "S": 256,
5
+ "MMAX": 32,
6
+ "case_id": "fd/screen_tags/017",
7
+ "selection": "longest-distance range first (S/2 < seq_len <= S), then multi-label, most tasks, longest",
8
+ "seq_len": 249,
9
+ "text": "[blurb]\nIn this brisk near-future feature, I introduce myself as Nera Vale, the last independent outage auditor in a city where the civic forecast engine assigns every worker a probable mistake. My route begins at the municipal prediction exchange, where I enter the sealed district of Stack Nine to recover a stolen human override before the system schedules an entire neighborhood for evacuation. The local signal crews—known as the Patchers—treat outsiders as corrupted data, and their slang of drift, bleed, and ghost load takes me days to decode. I travel alone through maintenance shafts, rooftop relay farms, and a midnight market held inside an idle data center, trading favors for fragments of the override. There are chase scenes, improvised escapes, and a few sharp comic reversals when the Patchers’ arrogant dispatcher keeps misreading my risk score. Yet the mission turns personal as I learn the forecast engine predicted my arrival years ago. I have one night to reach the central tower, expose the model’s hidden objective, and give the city a choice its algorithms cannot calculate.",
10
+ "tasks": {
11
+ "genres": {
12
+ "labels": [
13
+ "comedy",
14
+ "drama",
15
+ "action",
16
+ "documentary",
17
+ "horror",
18
+ "romance",
19
+ "sci_fi",
20
+ "kids"
21
+ ],
22
+ "multi_label": true
23
+ },
24
+ "format": {
25
+ "labels": [
26
+ "film",
27
+ "series"
28
+ ],
29
+ "multi_label": false
30
+ }
31
+ },
32
+ "input_ids": [
33
+ 287,
34
+ 128003,
35
+ 12409,
36
+ 287,
37
+ 128007,
38
+ 5550,
39
+ 128007,
40
+ 4522,
41
+ 128007,
42
+ 1016,
43
+ 128007,
44
+ 6186,
45
+ 128007,
46
+ 5971,
47
+ 128007,
48
+ 6981,
49
+ 128007,
50
+ 14371,
51
+ 616,
52
+ 5863,
53
+ 128007,
54
+ 978,
55
+ 1263,
56
+ 1263,
57
+ 128001,
58
+ 287,
59
+ 128003,
60
+ 2475,
61
+ 287,
62
+ 128007,
63
+ 933,
64
+ 128007,
65
+ 813,
66
+ 1263,
67
+ 1263,
68
+ 128002,
69
+ 647,
70
+ 36730,
71
+ 6311,
72
+ 267,
73
+ 291,
74
+ 30275,
75
+ 941,
76
+ 271,
77
+ 33443,
78
+ 1389,
79
+ 366,
80
+ 584,
81
+ 4506,
82
+ 1113,
83
+ 283,
84
+ 2030,
85
+ 6804,
86
+ 66365,
87
+ 366,
88
+ 262,
89
+ 437,
90
+ 2142,
91
+ 25292,
92
+ 25755,
93
+ 267,
94
+ 266,
95
+ 707,
96
+ 399,
97
+ 262,
98
+ 11795,
99
+ 5487,
100
+ 1868,
101
+ 32057,
102
+ 469,
103
+ 5407,
104
+ 266,
105
+ 14120,
106
+ 4273,
107
+ 323,
108
+ 312,
109
+ 2788,
110
+ 2979,
111
+ 288,
112
+ 262,
113
+ 9733,
114
+ 10313,
115
+ 2395,
116
+ 366,
117
+ 399,
118
+ 584,
119
+ 1916,
120
+ 262,
121
+ 8846,
122
+ 2526,
123
+ 265,
124
+ 7342,
125
+ 2639,
126
+ 264,
127
+ 5462,
128
+ 266,
129
+ 6326,
130
+ 857,
131
+ 21548,
132
+ 416,
133
+ 262,
134
+ 492,
135
+ 9863,
136
+ 299,
137
+ 1128,
138
+ 3463,
139
+ 270,
140
+ 17886,
141
+ 323,
142
+ 262,
143
+ 588,
144
+ 3048,
145
+ 11672,
146
+ 533,
147
+ 756,
148
+ 283,
149
+ 262,
150
+ 6109,
151
+ 1525,
152
+ 533,
153
+ 2435,
154
+ 26903,
155
+ 283,
156
+ 21565,
157
+ 514,
158
+ 366,
159
+ 263,
160
+ 308,
161
+ 30061,
162
+ 265,
163
+ 14699,
164
+ 366,
165
+ 21785,
166
+ 366,
167
+ 263,
168
+ 10123,
169
+ 2929,
170
+ 1046,
171
+ 351,
172
+ 538,
173
+ 264,
174
+ 36866,
175
+ 323,
176
+ 584,
177
+ 1248,
178
+ 1585,
179
+ 390,
180
+ 2406,
181
+ 33080,
182
+ 366,
183
+ 17101,
184
+ 12424,
185
+ 8795,
186
+ 366,
187
+ 263,
188
+ 266,
189
+ 8544,
190
+ 594,
191
+ 968,
192
+ 1013,
193
+ 299,
194
+ 16110,
195
+ 514,
196
+ 1386,
197
+ 366,
198
+ 2259,
199
+ 17486,
200
+ 270,
201
+ 15350,
202
+ 265,
203
+ 262,
204
+ 21548,
205
+ 323,
206
+ 343,
207
+ 281,
208
+ 9603,
209
+ 4373,
210
+ 366,
211
+ 30239,
212
+ 27498,
213
+ 366,
214
+ 263,
215
+ 266,
216
+ 477,
217
+ 4610,
218
+ 5846,
219
+ 18150,
220
+ 268,
221
+ 335,
222
+ 262,
223
+ 6109,
224
+ 1525,
225
+ 507,
226
+ 276,
227
+ 22257,
228
+ 49540,
229
+ 3425,
230
+ 101494,
231
+ 312,
232
+ 1051,
233
+ 2271,
234
+ 323,
235
+ 729,
236
+ 262,
237
+ 2151,
238
+ 2908,
239
+ 753,
240
+ 283,
241
+ 584,
242
+ 799,
243
+ 262,
244
+ 5487,
245
+ 1868,
246
+ 7248,
247
+ 312,
248
+ 4484,
249
+ 388,
250
+ 824,
251
+ 323,
252
+ 584,
253
+ 286,
254
+ 311,
255
+ 661,
256
+ 264,
257
+ 1431,
258
+ 262,
259
+ 2124,
260
+ 6203,
261
+ 366,
262
+ 10516,
263
+ 262,
264
+ 1040,
265
+ 507,
266
+ 276,
267
+ 1550,
268
+ 3605,
269
+ 4110,
270
+ 366,
271
+ 263,
272
+ 527,
273
+ 262,
274
+ 707,
275
+ 266,
276
+ 1141,
277
+ 359,
278
+ 8785,
279
+ 1037,
280
+ 8483,
281
+ 323,
282
+ 0,
283
+ 0,
284
+ 0,
285
+ 0,
286
+ 0,
287
+ 0,
288
+ 0
289
+ ],
290
+ "attention_mask": [
291
+ 1,
292
+ 1,
293
+ 1,
294
+ 1,
295
+ 1,
296
+ 1,
297
+ 1,
298
+ 1,
299
+ 1,
300
+ 1,
301
+ 1,
302
+ 1,
303
+ 1,
304
+ 1,
305
+ 1,
306
+ 1,
307
+ 1,
308
+ 1,
309
+ 1,
310
+ 1,
311
+ 1,
312
+ 1,
313
+ 1,
314
+ 1,
315
+ 1,
316
+ 1,
317
+ 1,
318
+ 1,
319
+ 1,
320
+ 1,
321
+ 1,
322
+ 1,
323
+ 1,
324
+ 1,
325
+ 1,
326
+ 1,
327
+ 1,
328
+ 1,
329
+ 1,
330
+ 1,
331
+ 1,
332
+ 1,
333
+ 1,
334
+ 1,
335
+ 1,
336
+ 1,
337
+ 1,
338
+ 1,
339
+ 1,
340
+ 1,
341
+ 1,
342
+ 1,
343
+ 1,
344
+ 1,
345
+ 1,
346
+ 1,
347
+ 1,
348
+ 1,
349
+ 1,
350
+ 1,
351
+ 1,
352
+ 1,
353
+ 1,
354
+ 1,
355
+ 1,
356
+ 1,
357
+ 1,
358
+ 1,
359
+ 1,
360
+ 1,
361
+ 1,
362
+ 1,
363
+ 1,
364
+ 1,
365
+ 1,
366
+ 1,
367
+ 1,
368
+ 1,
369
+ 1,
370
+ 1,
371
+ 1,
372
+ 1,
373
+ 1,
374
+ 1,
375
+ 1,
376
+ 1,
377
+ 1,
378
+ 1,
379
+ 1,
380
+ 1,
381
+ 1,
382
+ 1,
383
+ 1,
384
+ 1,
385
+ 1,
386
+ 1,
387
+ 1,
388
+ 1,
389
+ 1,
390
+ 1,
391
+ 1,
392
+ 1,
393
+ 1,
394
+ 1,
395
+ 1,
396
+ 1,
397
+ 1,
398
+ 1,
399
+ 1,
400
+ 1,
401
+ 1,
402
+ 1,
403
+ 1,
404
+ 1,
405
+ 1,
406
+ 1,
407
+ 1,
408
+ 1,
409
+ 1,
410
+ 1,
411
+ 1,
412
+ 1,
413
+ 1,
414
+ 1,
415
+ 1,
416
+ 1,
417
+ 1,
418
+ 1,
419
+ 1,
420
+ 1,
421
+ 1,
422
+ 1,
423
+ 1,
424
+ 1,
425
+ 1,
426
+ 1,
427
+ 1,
428
+ 1,
429
+ 1,
430
+ 1,
431
+ 1,
432
+ 1,
433
+ 1,
434
+ 1,
435
+ 1,
436
+ 1,
437
+ 1,
438
+ 1,
439
+ 1,
440
+ 1,
441
+ 1,
442
+ 1,
443
+ 1,
444
+ 1,
445
+ 1,
446
+ 1,
447
+ 1,
448
+ 1,
449
+ 1,
450
+ 1,
451
+ 1,
452
+ 1,
453
+ 1,
454
+ 1,
455
+ 1,
456
+ 1,
457
+ 1,
458
+ 1,
459
+ 1,
460
+ 1,
461
+ 1,
462
+ 1,
463
+ 1,
464
+ 1,
465
+ 1,
466
+ 1,
467
+ 1,
468
+ 1,
469
+ 1,
470
+ 1,
471
+ 1,
472
+ 1,
473
+ 1,
474
+ 1,
475
+ 1,
476
+ 1,
477
+ 1,
478
+ 1,
479
+ 1,
480
+ 1,
481
+ 1,
482
+ 1,
483
+ 1,
484
+ 1,
485
+ 1,
486
+ 1,
487
+ 1,
488
+ 1,
489
+ 1,
490
+ 1,
491
+ 1,
492
+ 1,
493
+ 1,
494
+ 1,
495
+ 1,
496
+ 1,
497
+ 1,
498
+ 1,
499
+ 1,
500
+ 1,
501
+ 1,
502
+ 1,
503
+ 1,
504
+ 1,
505
+ 1,
506
+ 1,
507
+ 1,
508
+ 1,
509
+ 1,
510
+ 1,
511
+ 1,
512
+ 1,
513
+ 1,
514
+ 1,
515
+ 1,
516
+ 1,
517
+ 1,
518
+ 1,
519
+ 1,
520
+ 1,
521
+ 1,
522
+ 1,
523
+ 1,
524
+ 1,
525
+ 1,
526
+ 1,
527
+ 1,
528
+ 1,
529
+ 1,
530
+ 1,
531
+ 1,
532
+ 1,
533
+ 1,
534
+ 1,
535
+ 1,
536
+ 1,
537
+ 1,
538
+ 1,
539
+ 1,
540
+ 0,
541
+ 0,
542
+ 0,
543
+ 0,
544
+ 0,
545
+ 0,
546
+ 0
547
+ ],
548
+ "label_idx": [
549
+ 4,
550
+ 6,
551
+ 8,
552
+ 10,
553
+ 12,
554
+ 14,
555
+ 16,
556
+ 20,
557
+ 29,
558
+ 31,
559
+ 4,
560
+ 4,
561
+ 4,
562
+ 4,
563
+ 4,
564
+ 4,
565
+ 4,
566
+ 4,
567
+ 4,
568
+ 4,
569
+ 4,
570
+ 4,
571
+ 4,
572
+ 4,
573
+ 4,
574
+ 4,
575
+ 4,
576
+ 4,
577
+ 4,
578
+ 4,
579
+ 4,
580
+ 4
581
+ ],
582
+ "task_slices": [
583
+ {
584
+ "task": "genres",
585
+ "start": 0,
586
+ "end": 8
587
+ },
588
+ {
589
+ "task": "format",
590
+ "start": 8,
591
+ "end": 10
592
+ }
593
+ ],
594
+ "oracle_fp32": [
595
+ {
596
+ "task": "genres",
597
+ "labels": [
598
+ "comedy",
599
+ "drama",
600
+ "action",
601
+ "documentary",
602
+ "horror",
603
+ "romance",
604
+ "sci_fi",
605
+ "kids"
606
+ ],
607
+ "multi_label": true,
608
+ "cls_threshold": 0.5,
609
+ "logits": [
610
+ 6.2993621826171875,
611
+ -3.845916271209717,
612
+ 0.5558200478553772,
613
+ -5.201354503631592,
614
+ -4.656406402587891,
615
+ -4.167362213134766,
616
+ 0.2906290292739868,
617
+ -6.535445690155029
618
+ ],
619
+ "probs": [
620
+ 0.9981659054756165,
621
+ 0.02091982588171959,
622
+ 0.6354848146438599,
623
+ 0.005478913430124521,
624
+ 0.009411131963133812,
625
+ 0.015256701037287712,
626
+ 0.5721501111984253,
627
+ 0.0014489794848486781
628
+ ],
629
+ "decision": [
630
+ "comedy",
631
+ "action",
632
+ "sci_fi"
633
+ ]
634
+ },
635
+ {
636
+ "task": "format",
637
+ "labels": [
638
+ "film",
639
+ "series"
640
+ ],
641
+ "multi_label": false,
642
+ "cls_threshold": 0.5,
643
+ "logits": [
644
+ 1.3655487298965454,
645
+ -1.361831545829773
646
+ ],
647
+ "probs": [
648
+ 0.9386231303215027,
649
+ 0.061376914381980896
650
+ ],
651
+ "decision": "film"
652
+ }
653
+ ]
654
+ }
ios-h19p/reference_s512.json ADDED
@@ -0,0 +1,1165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "fastino/GLiNER2.5-Decide",
3
+ "revision": "7ee5da4c2415e32259bcdc0b1a7367c32ce8d6f6",
4
+ "S": 512,
5
+ "MMAX": 32,
6
+ "case_id": "fd/restaurant_review/084",
7
+ "selection": "longest-distance range first (S/2 < seq_len <= S), then multi-label, most tasks, longest",
8
+ "seq_len": 304,
9
+ "text": "[place] Cactus Relay, Arroyo Bend\n[text] Why did we wait so long to try it? My date and I had booked a table at Cactus Relay for our first dinner together, arriving during a neighborhood festival whose live brass band was playing just beyond the block. I was new to Arroyo Bend, so finding the entrance took a minute, and finding a clean empty table took longer; one had sticky rings, another held abandoned glasses, but a host quickly reset a small table near the window. The room was bright, crowded, and cheerful, with papel picado overhead, though conversation competed with the music outside. We ordered tacos al pastor, charred mushroom tacos, and two aguas frescas. Everything tasted fresh, especially the pineapple salsa and the warm tortillas, although the mushroom filling needed more seasoning. Service was courteous and accurate, if somewhat stretched by the event crowd. Compared with fictional neighbors Luna Comal and Barrio Azul, Cactus Relay felt less polished but more generous with portions; prices were reasonable for a full-service place. The wait for our food reached nearly thirty-five minutes, yet our server explained the delay and brought salsa macha. Clean cutlery and a spotless restroom reassured me, but the neglected first tables left a mixed impression. I would return for tacos, perhaps para llevar, after the festival rush.",
10
+ "tasks": {
11
+ "sentiment": {
12
+ "labels": [
13
+ "negative",
14
+ "neutral",
15
+ "positive"
16
+ ],
17
+ "multi_label": false
18
+ },
19
+ "aspects": {
20
+ "labels": [
21
+ "food",
22
+ "service",
23
+ "price",
24
+ "ambiance",
25
+ "wait",
26
+ "cleanliness"
27
+ ],
28
+ "multi_label": true
29
+ }
30
+ },
31
+ "input_ids": [
32
+ 287,
33
+ 128003,
34
+ 9481,
35
+ 287,
36
+ 128007,
37
+ 2330,
38
+ 128007,
39
+ 5678,
40
+ 128007,
41
+ 1453,
42
+ 1263,
43
+ 1263,
44
+ 128001,
45
+ 287,
46
+ 128003,
47
+ 2592,
48
+ 287,
49
+ 128007,
50
+ 645,
51
+ 128007,
52
+ 506,
53
+ 128007,
54
+ 710,
55
+ 128007,
56
+ 21640,
57
+ 128007,
58
+ 1495,
59
+ 128007,
60
+ 24608,
61
+ 1263,
62
+ 1263,
63
+ 128002,
64
+ 647,
65
+ 470,
66
+ 6311,
67
+ 35190,
68
+ 12424,
69
+ 366,
70
+ 44317,
71
+ 57910,
72
+ 10979,
73
+ 647,
74
+ 1529,
75
+ 6311,
76
+ 579,
77
+ 464,
78
+ 301,
79
+ 1495,
80
+ 324,
81
+ 455,
82
+ 264,
83
+ 687,
84
+ 278,
85
+ 1102,
86
+ 312,
87
+ 1043,
88
+ 263,
89
+ 584,
90
+ 330,
91
+ 7344,
92
+ 266,
93
+ 1108,
94
+ 288,
95
+ 35190,
96
+ 12424,
97
+ 270,
98
+ 316,
99
+ 362,
100
+ 2195,
101
+ 603,
102
+ 366,
103
+ 8047,
104
+ 482,
105
+ 266,
106
+ 3463,
107
+ 3694,
108
+ 1661,
109
+ 685,
110
+ 8234,
111
+ 1704,
112
+ 284,
113
+ 1185,
114
+ 348,
115
+ 1579,
116
+ 262,
117
+ 2095,
118
+ 323,
119
+ 584,
120
+ 284,
121
+ 353,
122
+ 264,
123
+ 44317,
124
+ 57910,
125
+ 10979,
126
+ 366,
127
+ 324,
128
+ 1879,
129
+ 262,
130
+ 4307,
131
+ 681,
132
+ 266,
133
+ 2092,
134
+ 366,
135
+ 263,
136
+ 1879,
137
+ 266,
138
+ 1347,
139
+ 3601,
140
+ 1108,
141
+ 681,
142
+ 1032,
143
+ 2600,
144
+ 311,
145
+ 330,
146
+ 11375,
147
+ 6606,
148
+ 366,
149
+ 501,
150
+ 968,
151
+ 6597,
152
+ 5860,
153
+ 366,
154
+ 304,
155
+ 266,
156
+ 1960,
157
+ 1126,
158
+ 9032,
159
+ 266,
160
+ 536,
161
+ 1108,
162
+ 941,
163
+ 262,
164
+ 1775,
165
+ 323,
166
+ 262,
167
+ 629,
168
+ 284,
169
+ 2878,
170
+ 366,
171
+ 9701,
172
+ 366,
173
+ 263,
174
+ 17358,
175
+ 366,
176
+ 275,
177
+ 119022,
178
+ 6485,
179
+ 10452,
180
+ 9292,
181
+ 366,
182
+ 651,
183
+ 2540,
184
+ 14407,
185
+ 275,
186
+ 262,
187
+ 755,
188
+ 954,
189
+ 323,
190
+ 301,
191
+ 3233,
192
+ 23664,
193
+ 1564,
194
+ 9686,
195
+ 366,
196
+ 39551,
197
+ 16422,
198
+ 23664,
199
+ 366,
200
+ 263,
201
+ 375,
202
+ 266,
203
+ 33610,
204
+ 268,
205
+ 37223,
206
+ 268,
207
+ 21783,
208
+ 323,
209
+ 758,
210
+ 13450,
211
+ 1576,
212
+ 366,
213
+ 869,
214
+ 262,
215
+ 16550,
216
+ 18123,
217
+ 263,
218
+ 262,
219
+ 1926,
220
+ 32560,
221
+ 366,
222
+ 1616,
223
+ 262,
224
+ 16422,
225
+ 4567,
226
+ 858,
227
+ 310,
228
+ 21745,
229
+ 323,
230
+ 506,
231
+ 284,
232
+ 19646,
233
+ 263,
234
+ 3027,
235
+ 366,
236
+ 337,
237
+ 3563,
238
+ 11539,
239
+ 293,
240
+ 262,
241
+ 720,
242
+ 3141,
243
+ 323,
244
+ 1659,
245
+ 275,
246
+ 12967,
247
+ 6085,
248
+ 101890,
249
+ 6215,
250
+ 1544,
251
+ 263,
252
+ 96692,
253
+ 266,
254
+ 59009,
255
+ 366,
256
+ 35190,
257
+ 12424,
258
+ 1199,
259
+ 625,
260
+ 9804,
261
+ 304,
262
+ 310,
263
+ 5871,
264
+ 275,
265
+ 9210,
266
+ 2600,
267
+ 1428,
268
+ 332,
269
+ 3092,
270
+ 270,
271
+ 266,
272
+ 540,
273
+ 271,
274
+ 7408,
275
+ 470,
276
+ 323,
277
+ 262,
278
+ 1495,
279
+ 270,
280
+ 316,
281
+ 645,
282
+ 2182,
283
+ 1533,
284
+ 6302,
285
+ 271,
286
+ 9098,
287
+ 768,
288
+ 366,
289
+ 729,
290
+ 316,
291
+ 1952,
292
+ 2996,
293
+ 262,
294
+ 4595,
295
+ 263,
296
+ 1429,
297
+ 18123,
298
+ 55632,
299
+ 452,
300
+ 323,
301
+ 1347,
302
+ 36609,
303
+ 263,
304
+ 266,
305
+ 39579,
306
+ 24487,
307
+ 33760,
308
+ 351,
309
+ 366,
310
+ 304,
311
+ 262,
312
+ 13272,
313
+ 362,
314
+ 3943,
315
+ 595,
316
+ 266,
317
+ 3230,
318
+ 5035,
319
+ 323,
320
+ 584,
321
+ 338,
322
+ 1067,
323
+ 270,
324
+ 23664,
325
+ 366,
326
+ 1733,
327
+ 6205,
328
+ 95301,
329
+ 834,
330
+ 366,
331
+ 385,
332
+ 262,
333
+ 3694,
334
+ 6049,
335
+ 323,
336
+ 0,
337
+ 0,
338
+ 0,
339
+ 0,
340
+ 0,
341
+ 0,
342
+ 0,
343
+ 0,
344
+ 0,
345
+ 0,
346
+ 0,
347
+ 0,
348
+ 0,
349
+ 0,
350
+ 0,
351
+ 0,
352
+ 0,
353
+ 0,
354
+ 0,
355
+ 0,
356
+ 0,
357
+ 0,
358
+ 0,
359
+ 0,
360
+ 0,
361
+ 0,
362
+ 0,
363
+ 0,
364
+ 0,
365
+ 0,
366
+ 0,
367
+ 0,
368
+ 0,
369
+ 0,
370
+ 0,
371
+ 0,
372
+ 0,
373
+ 0,
374
+ 0,
375
+ 0,
376
+ 0,
377
+ 0,
378
+ 0,
379
+ 0,
380
+ 0,
381
+ 0,
382
+ 0,
383
+ 0,
384
+ 0,
385
+ 0,
386
+ 0,
387
+ 0,
388
+ 0,
389
+ 0,
390
+ 0,
391
+ 0,
392
+ 0,
393
+ 0,
394
+ 0,
395
+ 0,
396
+ 0,
397
+ 0,
398
+ 0,
399
+ 0,
400
+ 0,
401
+ 0,
402
+ 0,
403
+ 0,
404
+ 0,
405
+ 0,
406
+ 0,
407
+ 0,
408
+ 0,
409
+ 0,
410
+ 0,
411
+ 0,
412
+ 0,
413
+ 0,
414
+ 0,
415
+ 0,
416
+ 0,
417
+ 0,
418
+ 0,
419
+ 0,
420
+ 0,
421
+ 0,
422
+ 0,
423
+ 0,
424
+ 0,
425
+ 0,
426
+ 0,
427
+ 0,
428
+ 0,
429
+ 0,
430
+ 0,
431
+ 0,
432
+ 0,
433
+ 0,
434
+ 0,
435
+ 0,
436
+ 0,
437
+ 0,
438
+ 0,
439
+ 0,
440
+ 0,
441
+ 0,
442
+ 0,
443
+ 0,
444
+ 0,
445
+ 0,
446
+ 0,
447
+ 0,
448
+ 0,
449
+ 0,
450
+ 0,
451
+ 0,
452
+ 0,
453
+ 0,
454
+ 0,
455
+ 0,
456
+ 0,
457
+ 0,
458
+ 0,
459
+ 0,
460
+ 0,
461
+ 0,
462
+ 0,
463
+ 0,
464
+ 0,
465
+ 0,
466
+ 0,
467
+ 0,
468
+ 0,
469
+ 0,
470
+ 0,
471
+ 0,
472
+ 0,
473
+ 0,
474
+ 0,
475
+ 0,
476
+ 0,
477
+ 0,
478
+ 0,
479
+ 0,
480
+ 0,
481
+ 0,
482
+ 0,
483
+ 0,
484
+ 0,
485
+ 0,
486
+ 0,
487
+ 0,
488
+ 0,
489
+ 0,
490
+ 0,
491
+ 0,
492
+ 0,
493
+ 0,
494
+ 0,
495
+ 0,
496
+ 0,
497
+ 0,
498
+ 0,
499
+ 0,
500
+ 0,
501
+ 0,
502
+ 0,
503
+ 0,
504
+ 0,
505
+ 0,
506
+ 0,
507
+ 0,
508
+ 0,
509
+ 0,
510
+ 0,
511
+ 0,
512
+ 0,
513
+ 0,
514
+ 0,
515
+ 0,
516
+ 0,
517
+ 0,
518
+ 0,
519
+ 0,
520
+ 0,
521
+ 0,
522
+ 0,
523
+ 0,
524
+ 0,
525
+ 0,
526
+ 0,
527
+ 0,
528
+ 0,
529
+ 0,
530
+ 0,
531
+ 0,
532
+ 0,
533
+ 0,
534
+ 0,
535
+ 0,
536
+ 0,
537
+ 0,
538
+ 0,
539
+ 0,
540
+ 0,
541
+ 0,
542
+ 0,
543
+ 0
544
+ ],
545
+ "attention_mask": [
546
+ 1,
547
+ 1,
548
+ 1,
549
+ 1,
550
+ 1,
551
+ 1,
552
+ 1,
553
+ 1,
554
+ 1,
555
+ 1,
556
+ 1,
557
+ 1,
558
+ 1,
559
+ 1,
560
+ 1,
561
+ 1,
562
+ 1,
563
+ 1,
564
+ 1,
565
+ 1,
566
+ 1,
567
+ 1,
568
+ 1,
569
+ 1,
570
+ 1,
571
+ 1,
572
+ 1,
573
+ 1,
574
+ 1,
575
+ 1,
576
+ 1,
577
+ 1,
578
+ 1,
579
+ 1,
580
+ 1,
581
+ 1,
582
+ 1,
583
+ 1,
584
+ 1,
585
+ 1,
586
+ 1,
587
+ 1,
588
+ 1,
589
+ 1,
590
+ 1,
591
+ 1,
592
+ 1,
593
+ 1,
594
+ 1,
595
+ 1,
596
+ 1,
597
+ 1,
598
+ 1,
599
+ 1,
600
+ 1,
601
+ 1,
602
+ 1,
603
+ 1,
604
+ 1,
605
+ 1,
606
+ 1,
607
+ 1,
608
+ 1,
609
+ 1,
610
+ 1,
611
+ 1,
612
+ 1,
613
+ 1,
614
+ 1,
615
+ 1,
616
+ 1,
617
+ 1,
618
+ 1,
619
+ 1,
620
+ 1,
621
+ 1,
622
+ 1,
623
+ 1,
624
+ 1,
625
+ 1,
626
+ 1,
627
+ 1,
628
+ 1,
629
+ 1,
630
+ 1,
631
+ 1,
632
+ 1,
633
+ 1,
634
+ 1,
635
+ 1,
636
+ 1,
637
+ 1,
638
+ 1,
639
+ 1,
640
+ 1,
641
+ 1,
642
+ 1,
643
+ 1,
644
+ 1,
645
+ 1,
646
+ 1,
647
+ 1,
648
+ 1,
649
+ 1,
650
+ 1,
651
+ 1,
652
+ 1,
653
+ 1,
654
+ 1,
655
+ 1,
656
+ 1,
657
+ 1,
658
+ 1,
659
+ 1,
660
+ 1,
661
+ 1,
662
+ 1,
663
+ 1,
664
+ 1,
665
+ 1,
666
+ 1,
667
+ 1,
668
+ 1,
669
+ 1,
670
+ 1,
671
+ 1,
672
+ 1,
673
+ 1,
674
+ 1,
675
+ 1,
676
+ 1,
677
+ 1,
678
+ 1,
679
+ 1,
680
+ 1,
681
+ 1,
682
+ 1,
683
+ 1,
684
+ 1,
685
+ 1,
686
+ 1,
687
+ 1,
688
+ 1,
689
+ 1,
690
+ 1,
691
+ 1,
692
+ 1,
693
+ 1,
694
+ 1,
695
+ 1,
696
+ 1,
697
+ 1,
698
+ 1,
699
+ 1,
700
+ 1,
701
+ 1,
702
+ 1,
703
+ 1,
704
+ 1,
705
+ 1,
706
+ 1,
707
+ 1,
708
+ 1,
709
+ 1,
710
+ 1,
711
+ 1,
712
+ 1,
713
+ 1,
714
+ 1,
715
+ 1,
716
+ 1,
717
+ 1,
718
+ 1,
719
+ 1,
720
+ 1,
721
+ 1,
722
+ 1,
723
+ 1,
724
+ 1,
725
+ 1,
726
+ 1,
727
+ 1,
728
+ 1,
729
+ 1,
730
+ 1,
731
+ 1,
732
+ 1,
733
+ 1,
734
+ 1,
735
+ 1,
736
+ 1,
737
+ 1,
738
+ 1,
739
+ 1,
740
+ 1,
741
+ 1,
742
+ 1,
743
+ 1,
744
+ 1,
745
+ 1,
746
+ 1,
747
+ 1,
748
+ 1,
749
+ 1,
750
+ 1,
751
+ 1,
752
+ 1,
753
+ 1,
754
+ 1,
755
+ 1,
756
+ 1,
757
+ 1,
758
+ 1,
759
+ 1,
760
+ 1,
761
+ 1,
762
+ 1,
763
+ 1,
764
+ 1,
765
+ 1,
766
+ 1,
767
+ 1,
768
+ 1,
769
+ 1,
770
+ 1,
771
+ 1,
772
+ 1,
773
+ 1,
774
+ 1,
775
+ 1,
776
+ 1,
777
+ 1,
778
+ 1,
779
+ 1,
780
+ 1,
781
+ 1,
782
+ 1,
783
+ 1,
784
+ 1,
785
+ 1,
786
+ 1,
787
+ 1,
788
+ 1,
789
+ 1,
790
+ 1,
791
+ 1,
792
+ 1,
793
+ 1,
794
+ 1,
795
+ 1,
796
+ 1,
797
+ 1,
798
+ 1,
799
+ 1,
800
+ 1,
801
+ 1,
802
+ 1,
803
+ 1,
804
+ 1,
805
+ 1,
806
+ 1,
807
+ 1,
808
+ 1,
809
+ 1,
810
+ 1,
811
+ 1,
812
+ 1,
813
+ 1,
814
+ 1,
815
+ 1,
816
+ 1,
817
+ 1,
818
+ 1,
819
+ 1,
820
+ 1,
821
+ 1,
822
+ 1,
823
+ 1,
824
+ 1,
825
+ 1,
826
+ 1,
827
+ 1,
828
+ 1,
829
+ 1,
830
+ 1,
831
+ 1,
832
+ 1,
833
+ 1,
834
+ 1,
835
+ 1,
836
+ 1,
837
+ 1,
838
+ 1,
839
+ 1,
840
+ 1,
841
+ 1,
842
+ 1,
843
+ 1,
844
+ 1,
845
+ 1,
846
+ 1,
847
+ 1,
848
+ 1,
849
+ 1,
850
+ 0,
851
+ 0,
852
+ 0,
853
+ 0,
854
+ 0,
855
+ 0,
856
+ 0,
857
+ 0,
858
+ 0,
859
+ 0,
860
+ 0,
861
+ 0,
862
+ 0,
863
+ 0,
864
+ 0,
865
+ 0,
866
+ 0,
867
+ 0,
868
+ 0,
869
+ 0,
870
+ 0,
871
+ 0,
872
+ 0,
873
+ 0,
874
+ 0,
875
+ 0,
876
+ 0,
877
+ 0,
878
+ 0,
879
+ 0,
880
+ 0,
881
+ 0,
882
+ 0,
883
+ 0,
884
+ 0,
885
+ 0,
886
+ 0,
887
+ 0,
888
+ 0,
889
+ 0,
890
+ 0,
891
+ 0,
892
+ 0,
893
+ 0,
894
+ 0,
895
+ 0,
896
+ 0,
897
+ 0,
898
+ 0,
899
+ 0,
900
+ 0,
901
+ 0,
902
+ 0,
903
+ 0,
904
+ 0,
905
+ 0,
906
+ 0,
907
+ 0,
908
+ 0,
909
+ 0,
910
+ 0,
911
+ 0,
912
+ 0,
913
+ 0,
914
+ 0,
915
+ 0,
916
+ 0,
917
+ 0,
918
+ 0,
919
+ 0,
920
+ 0,
921
+ 0,
922
+ 0,
923
+ 0,
924
+ 0,
925
+ 0,
926
+ 0,
927
+ 0,
928
+ 0,
929
+ 0,
930
+ 0,
931
+ 0,
932
+ 0,
933
+ 0,
934
+ 0,
935
+ 0,
936
+ 0,
937
+ 0,
938
+ 0,
939
+ 0,
940
+ 0,
941
+ 0,
942
+ 0,
943
+ 0,
944
+ 0,
945
+ 0,
946
+ 0,
947
+ 0,
948
+ 0,
949
+ 0,
950
+ 0,
951
+ 0,
952
+ 0,
953
+ 0,
954
+ 0,
955
+ 0,
956
+ 0,
957
+ 0,
958
+ 0,
959
+ 0,
960
+ 0,
961
+ 0,
962
+ 0,
963
+ 0,
964
+ 0,
965
+ 0,
966
+ 0,
967
+ 0,
968
+ 0,
969
+ 0,
970
+ 0,
971
+ 0,
972
+ 0,
973
+ 0,
974
+ 0,
975
+ 0,
976
+ 0,
977
+ 0,
978
+ 0,
979
+ 0,
980
+ 0,
981
+ 0,
982
+ 0,
983
+ 0,
984
+ 0,
985
+ 0,
986
+ 0,
987
+ 0,
988
+ 0,
989
+ 0,
990
+ 0,
991
+ 0,
992
+ 0,
993
+ 0,
994
+ 0,
995
+ 0,
996
+ 0,
997
+ 0,
998
+ 0,
999
+ 0,
1000
+ 0,
1001
+ 0,
1002
+ 0,
1003
+ 0,
1004
+ 0,
1005
+ 0,
1006
+ 0,
1007
+ 0,
1008
+ 0,
1009
+ 0,
1010
+ 0,
1011
+ 0,
1012
+ 0,
1013
+ 0,
1014
+ 0,
1015
+ 0,
1016
+ 0,
1017
+ 0,
1018
+ 0,
1019
+ 0,
1020
+ 0,
1021
+ 0,
1022
+ 0,
1023
+ 0,
1024
+ 0,
1025
+ 0,
1026
+ 0,
1027
+ 0,
1028
+ 0,
1029
+ 0,
1030
+ 0,
1031
+ 0,
1032
+ 0,
1033
+ 0,
1034
+ 0,
1035
+ 0,
1036
+ 0,
1037
+ 0,
1038
+ 0,
1039
+ 0,
1040
+ 0,
1041
+ 0,
1042
+ 0,
1043
+ 0,
1044
+ 0,
1045
+ 0,
1046
+ 0,
1047
+ 0,
1048
+ 0,
1049
+ 0,
1050
+ 0,
1051
+ 0,
1052
+ 0,
1053
+ 0,
1054
+ 0,
1055
+ 0,
1056
+ 0,
1057
+ 0
1058
+ ],
1059
+ "label_idx": [
1060
+ 4,
1061
+ 6,
1062
+ 8,
1063
+ 17,
1064
+ 19,
1065
+ 21,
1066
+ 23,
1067
+ 25,
1068
+ 27,
1069
+ 4,
1070
+ 4,
1071
+ 4,
1072
+ 4,
1073
+ 4,
1074
+ 4,
1075
+ 4,
1076
+ 4,
1077
+ 4,
1078
+ 4,
1079
+ 4,
1080
+ 4,
1081
+ 4,
1082
+ 4,
1083
+ 4,
1084
+ 4,
1085
+ 4,
1086
+ 4,
1087
+ 4,
1088
+ 4,
1089
+ 4,
1090
+ 4,
1091
+ 4
1092
+ ],
1093
+ "task_slices": [
1094
+ {
1095
+ "task": "sentiment",
1096
+ "start": 0,
1097
+ "end": 3
1098
+ },
1099
+ {
1100
+ "task": "aspects",
1101
+ "start": 3,
1102
+ "end": 9
1103
+ }
1104
+ ],
1105
+ "oracle_fp32": [
1106
+ {
1107
+ "task": "sentiment",
1108
+ "labels": [
1109
+ "negative",
1110
+ "neutral",
1111
+ "positive"
1112
+ ],
1113
+ "multi_label": false,
1114
+ "cls_threshold": 0.5,
1115
+ "logits": [
1116
+ -2.0759124755859375,
1117
+ -1.9065444469451904,
1118
+ 1.3633837699890137
1119
+ ],
1120
+ "probs": [
1121
+ 0.029985392466187477,
1122
+ 0.035519376397132874,
1123
+ 0.9344952702522278
1124
+ ],
1125
+ "decision": "positive"
1126
+ },
1127
+ {
1128
+ "task": "aspects",
1129
+ "labels": [
1130
+ "food",
1131
+ "service",
1132
+ "price",
1133
+ "ambiance",
1134
+ "wait",
1135
+ "cleanliness"
1136
+ ],
1137
+ "multi_label": true,
1138
+ "cls_threshold": 0.5,
1139
+ "logits": [
1140
+ 3.5812911987304688,
1141
+ 3.7278385162353516,
1142
+ 2.3228816986083984,
1143
+ 2.4954051971435547,
1144
+ 4.54884672164917,
1145
+ 2.932429313659668
1146
+ ],
1147
+ "probs": [
1148
+ 0.9729142785072327,
1149
+ 0.9765198230743408,
1150
+ 0.9107545018196106,
1151
+ 0.9238190650939941,
1152
+ 0.989531397819519,
1153
+ 0.9494264721870422
1154
+ ],
1155
+ "decision": [
1156
+ "food",
1157
+ "service",
1158
+ "price",
1159
+ "ambiance",
1160
+ "wait",
1161
+ "cleanliness"
1162
+ ]
1163
+ }
1164
+ ]
1165
+ }
ios-h19p/tokenizer/special_tokens_map.json ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ {
4
+ "content": "[SEP_STRUCT]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ {
11
+ "content": "[SEP_TEXT]",
12
+ "lstrip": false,
13
+ "normalized": false,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ },
17
+ {
18
+ "content": "[P]",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ {
25
+ "content": "[C]",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ },
31
+ {
32
+ "content": "[E]",
33
+ "lstrip": false,
34
+ "normalized": false,
35
+ "rstrip": false,
36
+ "single_word": false
37
+ },
38
+ {
39
+ "content": "[R]",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": false,
43
+ "single_word": false
44
+ },
45
+ {
46
+ "content": "[L]",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false
51
+ },
52
+ {
53
+ "content": "[EXAMPLE]",
54
+ "lstrip": false,
55
+ "normalized": false,
56
+ "rstrip": false,
57
+ "single_word": false
58
+ },
59
+ {
60
+ "content": "[OUTPUT]",
61
+ "lstrip": false,
62
+ "normalized": false,
63
+ "rstrip": false,
64
+ "single_word": false
65
+ },
66
+ {
67
+ "content": "[DESCRIPTION]",
68
+ "lstrip": false,
69
+ "normalized": false,
70
+ "rstrip": false,
71
+ "single_word": false
72
+ }
73
+ ],
74
+ "bos_token": {
75
+ "content": "[CLS]",
76
+ "lstrip": false,
77
+ "normalized": false,
78
+ "rstrip": false,
79
+ "single_word": false
80
+ },
81
+ "cls_token": {
82
+ "content": "[CLS]",
83
+ "lstrip": false,
84
+ "normalized": false,
85
+ "rstrip": false,
86
+ "single_word": false
87
+ },
88
+ "eos_token": {
89
+ "content": "[SEP]",
90
+ "lstrip": false,
91
+ "normalized": false,
92
+ "rstrip": false,
93
+ "single_word": false
94
+ },
95
+ "mask_token": {
96
+ "content": "[MASK]",
97
+ "lstrip": false,
98
+ "normalized": false,
99
+ "rstrip": false,
100
+ "single_word": false
101
+ },
102
+ "pad_token": {
103
+ "content": "[PAD]",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": false,
107
+ "single_word": false
108
+ },
109
+ "sep_token": {
110
+ "content": "[SEP]",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false
115
+ },
116
+ "unk_token": {
117
+ "content": "[UNK]",
118
+ "lstrip": false,
119
+ "normalized": true,
120
+ "rstrip": false,
121
+ "single_word": false
122
+ }
123
+ }
ios-h19p/tokenizer/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
ios-h19p/tokenizer/tokenizer_config.json ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "[PAD]",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "[CLS]",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "[SEP]",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "[UNK]",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "128000": {
37
+ "content": "[MASK]",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "128001": {
45
+ "content": "[SEP_STRUCT]",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": true
51
+ },
52
+ "128002": {
53
+ "content": "[SEP_TEXT]",
54
+ "lstrip": false,
55
+ "normalized": false,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": true
59
+ },
60
+ "128003": {
61
+ "content": "[P]",
62
+ "lstrip": false,
63
+ "normalized": false,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": true
67
+ },
68
+ "128004": {
69
+ "content": "[C]",
70
+ "lstrip": false,
71
+ "normalized": false,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": true
75
+ },
76
+ "128005": {
77
+ "content": "[E]",
78
+ "lstrip": false,
79
+ "normalized": false,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": true
83
+ },
84
+ "128006": {
85
+ "content": "[R]",
86
+ "lstrip": false,
87
+ "normalized": false,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": true
91
+ },
92
+ "128007": {
93
+ "content": "[L]",
94
+ "lstrip": false,
95
+ "normalized": false,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": true
99
+ },
100
+ "128008": {
101
+ "content": "[EXAMPLE]",
102
+ "lstrip": false,
103
+ "normalized": false,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": true
107
+ },
108
+ "128009": {
109
+ "content": "[OUTPUT]",
110
+ "lstrip": false,
111
+ "normalized": false,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": true
115
+ },
116
+ "128010": {
117
+ "content": "[DESCRIPTION]",
118
+ "lstrip": false,
119
+ "normalized": false,
120
+ "rstrip": false,
121
+ "single_word": false,
122
+ "special": true
123
+ }
124
+ },
125
+ "additional_special_tokens": [
126
+ "[SEP_STRUCT]",
127
+ "[SEP_TEXT]",
128
+ "[P]",
129
+ "[C]",
130
+ "[E]",
131
+ "[R]",
132
+ "[L]",
133
+ "[EXAMPLE]",
134
+ "[OUTPUT]",
135
+ "[DESCRIPTION]"
136
+ ],
137
+ "backend": "tokenizers",
138
+ "bos_token": "[CLS]",
139
+ "clean_up_tokenization_spaces": false,
140
+ "cls_token": "[CLS]",
141
+ "do_lower_case": false,
142
+ "eos_token": "[SEP]",
143
+ "extra_special_tokens": {},
144
+ "is_local": false,
145
+ "local_files_only": false,
146
+ "mask_token": "[MASK]",
147
+ "model_max_length": 1000000000000000019884624838656,
148
+ "pad_token": "[PAD]",
149
+ "sep_token": "[SEP]",
150
+ "sp_model_kwargs": {},
151
+ "split_by_punct": false,
152
+ "tokenizer_class": "XLMRobertaTokenizer",
153
+ "unk_id": 3,
154
+ "unk_token": "[UNK]",
155
+ "vocab_type": "spm"
156
+ }
ios/classifier.json CHANGED
@@ -6,19 +6,17 @@
6
  "shapes": [
7
  {
8
  "S": 256,
9
- "bundle": "gliner25-decide_float16_s256_m32.h19p.aimodelc",
10
- "bytes": 974005777,
11
  "reference": "reference_s256.json"
12
  },
13
  {
14
  "S": 512,
15
- "bundle": "gliner25-decide_float16_s512_m32.h19p.aimodelc",
16
- "bytes": 975579352,
17
  "reference": "reference_s512.json"
18
  }
19
  ],
20
- "arch": "h19p",
21
- "device": "iPhone 18 Pro (iPhone19,2)",
22
  "host_shape_rule": "use the smallest S in `shapes` with len(input_ids) <= S; longer inputs are outside these bundles (gliner2's classify_text_long chunks such text on the host)",
23
  "graph": {
24
  "relative_position": "bucket table baked at export (S fixed); coreai-torch 0.4.1 lowers aten.div.Tensor(int,int) to integer division — logs/diag_div_probe.log"
 
6
  "shapes": [
7
  {
8
  "S": 256,
9
+ "bundle": "gliner25-decide_float16_s256_m32.aimodel",
10
+ "bytes": 872988957,
11
  "reference": "reference_s256.json"
12
  },
13
  {
14
  "S": 512,
15
+ "bundle": "gliner25-decide_float16_s512_m32.aimodel",
16
+ "bytes": 874561440,
17
  "reference": "reference_s512.json"
18
  }
19
  ],
 
 
20
  "host_shape_rule": "use the smallest S in `shapes` with len(input_ids) <= S; longer inputs are outside these bundles (gliner2's classify_text_long chunks such text on the host)",
21
  "graph": {
22
  "relative_position": "bucket table baked at export (S fixed); coreai-torch 0.4.1 lowers aten.div.Tensor(int,int) to integer division — logs/diag_div_probe.log"
ios/gliner25-decide_float16_s256_m32.aimodel/main.hash ADDED
@@ -0,0 +1 @@
 
 
1
+ e܉4U/�f�p�^=|e���Q�ӏ|! �[���
ios/gliner25-decide_float16_s256_m32.aimodel/main.mlirb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65dc8934552fa866bb70cd5e3d7c65b2b08a51b0d38f7c21098f5bec17aa940d
3
+ size 872988532
ios/gliner25-decide_float16_s256_m32.aimodel/metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "producer" : "coreai-core 1.0.0b2",
3
+ "license" : "Apache-2.0",
4
+ "creationDate" : "20260926T025958Z",
5
+ "description" : "GLiNER2.5-Decide zero-shot classification — DeBERTa-v3-large encoder, [L]-marker gather and 1024-2048-1 label head in one static graph; labels are host input.",
6
+ "author" : "fastino (GLiNER2.5-Decide); DeBERTa-v3-large (Microsoft, MIT)",
7
+ "assetVersion" : "2.0"
8
+ }
ios/gliner25-decide_float16_s512_m32.aimodel/main.hash ADDED
@@ -0,0 +1 @@
 
 
1
+ ��/d|}��m 64���N�6N��|�$4�_V=
ios/gliner25-decide_float16_s512_m32.aimodel/main.mlirb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5e22f647c7de2bff26d2036341eaac0944e12be364efdbf7cc72434f45f563d
3
+ size 874561015
ios/gliner25-decide_float16_s512_m32.aimodel/metadata.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "license" : "Apache-2.0",
3
+ "author" : "fastino (GLiNER2.5-Decide); DeBERTa-v3-large (Microsoft, MIT)",
4
+ "assetVersion" : "2.0",
5
+ "description" : "GLiNER2.5-Decide zero-shot classification — DeBERTa-v3-large encoder, [L]-marker gather and 1024-2048-1 label head in one static graph; labels are host input.",
6
+ "creationDate" : "20260926T030621Z",
7
+ "producer" : "coreai-core 1.0.0b2"
8
+ }