MaziyarPanahi commited on
Commit
32700b6
·
verified ·
1 Parent(s): a2d377b

Publish onnx-android artifact

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ model.ort filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: token-classification
4
+ library_name: openmed
5
+ tags:
6
+ - openmed
7
+ - medical-nlp
8
+ ---
9
+
10
+ # OpenMed-NER-PathologyDetect-TinyMed-82M-v1-onnx-android
11
+
12
+ This model card is rendered from the OpenMed model manifest. Update `models.jsonl` and rerun the publish step instead of editing this file directly.
13
+
14
+ ## Manifest Summary
15
+
16
+ | Field | Value |
17
+ |---|---|
18
+ | Repository | `OpenMed/OpenMed-NER-PathologyDetect-TinyMed-82M-v1-onnx-android` |
19
+ | Family | NER |
20
+ | Task | token-classification |
21
+ | Languages | en |
22
+ | Tier | Tiny |
23
+ | Parameters | 82M (82,000,000) |
24
+ | Architecture | roberta |
25
+ | Base model | OpenMed/OpenMed-NER-PathologyDetect-TinyMed-82M |
26
+ | Formats | onnx-android, int8, ort-android |
27
+ | License | apache-2.0 |
28
+ | arXiv | [arXiv:2508.01630](https://arxiv.org/abs/2508.01630) |
29
+ | Reproducibility hash | `sha256:8d301f2d5c81b794f5303713cfde89db6299968727de074358898f1b8fa04578` |
30
+ | Released | 2026-07-11 |
31
+
32
+ ## Benchmark
33
+
34
+ | Dataset | Micro F1 | Recall |
35
+ |---|---:|---:|
36
+ | Not reported | Not reported | Not reported |
37
+
38
+ ## Canonical Labels
39
+
40
+ `Disease`
41
+
42
+ ## Artifact Format
43
+
44
+ | Field | Value |
45
+ |---|---|
46
+ | Runtime artifacts | onnx-android, ort-android |
47
+ | Quantization | int8 |
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "transformers_version": "5.12.1",
3
+ "architectures": [
4
+ "RobertaForTokenClassification"
5
+ ],
6
+ "output_hidden_states": false,
7
+ "return_dict": true,
8
+ "dtype": "bfloat16",
9
+ "chunk_size_feed_forward": 0,
10
+ "is_encoder_decoder": false,
11
+ "id2label": {
12
+ "0": "O",
13
+ "1": "B-Disease",
14
+ "2": "I-Disease"
15
+ },
16
+ "label2id": {
17
+ "B-Disease": 1,
18
+ "I-Disease": 2,
19
+ "O": 0
20
+ },
21
+ "problem_type": null,
22
+ "vocab_size": 50265,
23
+ "hidden_size": 768,
24
+ "num_hidden_layers": 6,
25
+ "num_attention_heads": 12,
26
+ "intermediate_size": 3072,
27
+ "hidden_act": "gelu",
28
+ "hidden_dropout_prob": 0.2,
29
+ "attention_probs_dropout_prob": 0.2,
30
+ "max_position_embeddings": 514,
31
+ "type_vocab_size": 1,
32
+ "initializer_range": 0.02,
33
+ "layer_norm_eps": 1e-07,
34
+ "pad_token_id": 1,
35
+ "bos_token_id": 0,
36
+ "eos_token_id": 2,
37
+ "use_cache": true,
38
+ "classifier_dropout": 0.2,
39
+ "is_decoder": false,
40
+ "add_cross_attention": false,
41
+ "tie_word_embeddings": true,
42
+ "_name_or_path": "OpenMed/OpenMed-NER-PathologyDetect-TinyMed-82M",
43
+ "model_type": "roberta",
44
+ "position_embedding_type": "absolute",
45
+ "output_attentions": false,
46
+ "max_sequence_length": 512
47
+ }
id2label.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "0": "O",
3
+ "1": "B-Disease",
4
+ "2": "I-Disease"
5
+ }
model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a85d39cc2578fb68fd5d8d380534d5b9500eb7d4ba6ed8fc4bb0496bcadb37f
3
+ size 326264048
model.ort ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0914cc56a10f1405e69c49c0da0d99622f8a886c7cb2770b3f2cd8e963be33c0
3
+ size 326319008
model.required_operators_and_types.config ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Generated from model/s:
2
+ # - /Users/maziyar/Developer/openmed/dist/onnx-android/OpenMed/OpenMed-NER-PathologyDetect-TinyMed-82M/model.ort
3
+ ai.onnx;1;Not
4
+ ai.onnx;7;And
5
+ ai.onnx;11;Range{"inputs": {"0": ["int64_t"]}}
6
+ ai.onnx;13;Cast{"inputs": {"0": ["bool", "int32_t", "int64_t"]}, "outputs": {"0": ["bool", "int32_t", "int64_t"]}},Concat{"inputs": {"0": ["int64_t"]}},Equal{"inputs": {"0": ["int64_t"]}},Expand{"inputs": {"0": ["bool", "int64_t"]}},Flatten,Gather{"inputs": {"0": ["bool", "float", "int64_t"], "1": ["int64_t"]}},GatherElements{"inputs": {"0": ["int64_t"], "1": ["int64_t"]}},IsNaN{"inputs": {"0": ["float"]}},MatMul{"inputs": {"0": ["float"]}},Softmax{"inputs": {"0": ["float"]}},Transpose{"inputs": {"0": ["float"]}},Unsqueeze
7
+ ai.onnx;14;Add{"inputs": {"0": ["float", "int64_t"]}},CumSum{"inputs": {"0": ["int32_t"]}},Mul{"inputs": {"0": ["int32_t", "int64_t"]}},Reshape
8
+ ai.onnx;15;Shape
9
+ ai.onnx;16;GreaterOrEqual,Where{"inputs": {"1": ["float", "int64_t"]}}
10
+ ai.onnx;17;LayerNormalization
11
+ com.microsoft;1;BiasGelu,FusedMatMul
model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84d7f8a43b5a7337c14bf8e65649452f4125e758b8d556c639e3236ae52e91c8
3
+ size 163257319
model_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b101547f13ad973e9ac30f3f370ee67f11be322b2aece3fb240c804a543c144d
3
+ size 198964422
openmed-onnx.json ADDED
@@ -0,0 +1,477 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "format": "openmed-onnx",
3
+ "format_version": 1,
4
+ "formats": [
5
+ "onnx-android",
6
+ "onnx-int8",
7
+ "ort-android"
8
+ ],
9
+ "task": "token-classification",
10
+ "family": "roberta",
11
+ "source_model_id": "OpenMed/OpenMed-NER-PathologyDetect-TinyMed-82M",
12
+ "config_path": "config.json",
13
+ "label_map_path": "id2label.json",
14
+ "artifacts": [
15
+ {
16
+ "format": "onnx-android",
17
+ "path": "model.onnx",
18
+ "precision": "float32",
19
+ "metadata": {
20
+ "profile": "android",
21
+ "opset": 18,
22
+ "execution_providers": [
23
+ "NNAPI",
24
+ "XNNPACK"
25
+ ],
26
+ "inputs": [
27
+ {
28
+ "name": "input_ids",
29
+ "dtype": "int64",
30
+ "axes": [
31
+ "batch",
32
+ "sequence"
33
+ ],
34
+ "shape": [
35
+ {
36
+ "kind": "dynamic",
37
+ "name": "batch"
38
+ },
39
+ {
40
+ "kind": "dynamic",
41
+ "name": "sequence"
42
+ }
43
+ ]
44
+ },
45
+ {
46
+ "name": "attention_mask",
47
+ "dtype": "int64",
48
+ "axes": [
49
+ "batch",
50
+ "sequence"
51
+ ],
52
+ "shape": [
53
+ {
54
+ "kind": "dynamic",
55
+ "name": "batch"
56
+ },
57
+ {
58
+ "kind": "dynamic",
59
+ "name": "sequence"
60
+ }
61
+ ]
62
+ }
63
+ ],
64
+ "outputs": [
65
+ {
66
+ "name": "logits",
67
+ "dtype": "float32",
68
+ "axes": [
69
+ "batch",
70
+ "sequence",
71
+ "labels"
72
+ ],
73
+ "shape": [
74
+ {
75
+ "kind": "dynamic",
76
+ "name": "batch"
77
+ },
78
+ {
79
+ "kind": "dynamic",
80
+ "name": "sequence"
81
+ },
82
+ {
83
+ "kind": "static",
84
+ "value": 3
85
+ }
86
+ ]
87
+ }
88
+ ],
89
+ "operators": [
90
+ "Constant",
91
+ "Equal",
92
+ "Not",
93
+ "Cast",
94
+ "CumSum",
95
+ "Mul",
96
+ "Add",
97
+ "Shape",
98
+ "Gather",
99
+ "Unsqueeze",
100
+ "Concat",
101
+ "Reshape",
102
+ "ConstantOfShape",
103
+ "Where",
104
+ "Expand",
105
+ "GatherElements",
106
+ "LayerNormalization",
107
+ "Range",
108
+ "GreaterOrEqual",
109
+ "And",
110
+ "Flatten",
111
+ "MatMul",
112
+ "Transpose",
113
+ "Softmax",
114
+ "IsNaN",
115
+ "Div",
116
+ "Erf"
117
+ ],
118
+ "unsupported_ops": [
119
+ "CumSum",
120
+ "GreaterOrEqual",
121
+ "Flatten",
122
+ "IsNaN"
123
+ ],
124
+ "warnings": [
125
+ "CumSum is not in the Android ONNX Runtime Mobile NNAPI/XNNPACK safe set",
126
+ "GreaterOrEqual is not in the Android ONNX Runtime Mobile NNAPI/XNNPACK safe set",
127
+ "Flatten is not in the Android ONNX Runtime Mobile NNAPI/XNNPACK safe set",
128
+ "IsNaN is not in the Android ONNX Runtime Mobile NNAPI/XNNPACK safe set"
129
+ ]
130
+ }
131
+ },
132
+ {
133
+ "format": "onnx-android",
134
+ "path": "model_fp16.onnx",
135
+ "precision": "float16",
136
+ "metadata": {
137
+ "profile": "android",
138
+ "opset": 18,
139
+ "execution_providers": [
140
+ "NNAPI",
141
+ "XNNPACK"
142
+ ],
143
+ "inputs": [
144
+ {
145
+ "name": "input_ids",
146
+ "dtype": "int64",
147
+ "axes": [
148
+ "batch",
149
+ "sequence"
150
+ ],
151
+ "shape": [
152
+ {
153
+ "kind": "dynamic",
154
+ "name": "batch"
155
+ },
156
+ {
157
+ "kind": "dynamic",
158
+ "name": "sequence"
159
+ }
160
+ ]
161
+ },
162
+ {
163
+ "name": "attention_mask",
164
+ "dtype": "int64",
165
+ "axes": [
166
+ "batch",
167
+ "sequence"
168
+ ],
169
+ "shape": [
170
+ {
171
+ "kind": "dynamic",
172
+ "name": "batch"
173
+ },
174
+ {
175
+ "kind": "dynamic",
176
+ "name": "sequence"
177
+ }
178
+ ]
179
+ }
180
+ ],
181
+ "outputs": [
182
+ {
183
+ "name": "logits",
184
+ "dtype": "float32",
185
+ "axes": [
186
+ "batch",
187
+ "sequence",
188
+ "labels"
189
+ ],
190
+ "shape": [
191
+ {
192
+ "kind": "dynamic",
193
+ "name": "batch"
194
+ },
195
+ {
196
+ "kind": "dynamic",
197
+ "name": "sequence"
198
+ },
199
+ {
200
+ "kind": "static",
201
+ "value": 3
202
+ }
203
+ ]
204
+ }
205
+ ],
206
+ "operators": [
207
+ "Constant",
208
+ "Equal",
209
+ "Not",
210
+ "Cast",
211
+ "CumSum",
212
+ "Mul",
213
+ "Add",
214
+ "Shape",
215
+ "Gather",
216
+ "Unsqueeze",
217
+ "Concat",
218
+ "Reshape",
219
+ "ConstantOfShape",
220
+ "Where",
221
+ "Expand",
222
+ "GatherElements",
223
+ "LayerNormalization",
224
+ "Range",
225
+ "GreaterOrEqual",
226
+ "And",
227
+ "Flatten",
228
+ "MatMul",
229
+ "Transpose",
230
+ "Softmax",
231
+ "IsNaN",
232
+ "Div",
233
+ "Erf"
234
+ ],
235
+ "unsupported_ops": [
236
+ "CumSum",
237
+ "GreaterOrEqual",
238
+ "Flatten",
239
+ "IsNaN"
240
+ ],
241
+ "warnings": [
242
+ "CumSum is not in the Android ONNX Runtime Mobile NNAPI/XNNPACK safe set",
243
+ "GreaterOrEqual is not in the Android ONNX Runtime Mobile NNAPI/XNNPACK safe set",
244
+ "Flatten is not in the Android ONNX Runtime Mobile NNAPI/XNNPACK safe set",
245
+ "IsNaN is not in the Android ONNX Runtime Mobile NNAPI/XNNPACK safe set"
246
+ ]
247
+ }
248
+ },
249
+ {
250
+ "format": "onnx-int8",
251
+ "path": "model_int8.onnx",
252
+ "precision": "int8",
253
+ "metadata": {
254
+ "format": "onnx-int8",
255
+ "quantization": {
256
+ "scheme": "dynamic",
257
+ "weight_type": "qint8",
258
+ "op_types": [
259
+ "MatMul",
260
+ "Gemm"
261
+ ],
262
+ "calibration": "none",
263
+ "target": "arm64-cpu",
264
+ "output": "model_int8.onnx"
265
+ },
266
+ "profile": "android",
267
+ "opset": 18,
268
+ "execution_providers": [
269
+ "NNAPI",
270
+ "XNNPACK"
271
+ ],
272
+ "inputs": [
273
+ {
274
+ "name": "input_ids",
275
+ "dtype": "int64",
276
+ "axes": [
277
+ "batch",
278
+ "sequence"
279
+ ],
280
+ "shape": [
281
+ {
282
+ "kind": "dynamic",
283
+ "name": "batch"
284
+ },
285
+ {
286
+ "kind": "dynamic",
287
+ "name": "sequence"
288
+ }
289
+ ]
290
+ },
291
+ {
292
+ "name": "attention_mask",
293
+ "dtype": "int64",
294
+ "axes": [
295
+ "batch",
296
+ "sequence"
297
+ ],
298
+ "shape": [
299
+ {
300
+ "kind": "dynamic",
301
+ "name": "batch"
302
+ },
303
+ {
304
+ "kind": "dynamic",
305
+ "name": "sequence"
306
+ }
307
+ ]
308
+ }
309
+ ],
310
+ "outputs": [
311
+ {
312
+ "name": "logits",
313
+ "dtype": "float32",
314
+ "axes": [
315
+ "batch",
316
+ "sequence",
317
+ "labels"
318
+ ],
319
+ "shape": [
320
+ {
321
+ "kind": "dynamic",
322
+ "name": "batch"
323
+ },
324
+ {
325
+ "kind": "dynamic",
326
+ "name": "sequence"
327
+ },
328
+ {
329
+ "kind": "static",
330
+ "value": 3
331
+ }
332
+ ]
333
+ }
334
+ ],
335
+ "operators": [
336
+ "Constant",
337
+ "Cast",
338
+ "Shape",
339
+ "Gather",
340
+ "Equal",
341
+ "ConstantOfShape",
342
+ "Flatten",
343
+ "Not",
344
+ "Unsqueeze",
345
+ "Concat",
346
+ "CumSum",
347
+ "Range",
348
+ "Reshape",
349
+ "Mul",
350
+ "Add",
351
+ "Where",
352
+ "Expand",
353
+ "GatherElements",
354
+ "LayerNormalization",
355
+ "DynamicQuantizeLinear",
356
+ "MatMulInteger",
357
+ "Transpose",
358
+ "GreaterOrEqual",
359
+ "MatMul",
360
+ "And",
361
+ "Softmax",
362
+ "IsNaN",
363
+ "Div",
364
+ "Erf"
365
+ ],
366
+ "unsupported_ops": [
367
+ "Flatten",
368
+ "CumSum",
369
+ "DynamicQuantizeLinear",
370
+ "MatMulInteger",
371
+ "GreaterOrEqual",
372
+ "IsNaN"
373
+ ],
374
+ "warnings": [
375
+ "Flatten is not in the Android ONNX Runtime Mobile NNAPI/XNNPACK safe set",
376
+ "CumSum is not in the Android ONNX Runtime Mobile NNAPI/XNNPACK safe set",
377
+ "DynamicQuantizeLinear is not in the Android ONNX Runtime Mobile NNAPI/XNNPACK safe set",
378
+ "MatMulInteger is not in the Android ONNX Runtime Mobile NNAPI/XNNPACK safe set",
379
+ "GreaterOrEqual is not in the Android ONNX Runtime Mobile NNAPI/XNNPACK safe set",
380
+ "IsNaN is not in the Android ONNX Runtime Mobile NNAPI/XNNPACK safe set"
381
+ ]
382
+ }
383
+ },
384
+ {
385
+ "format": "ort-android",
386
+ "path": "model.ort",
387
+ "precision": "float32",
388
+ "metadata": {
389
+ "format": "ort-android",
390
+ "profile": "android",
391
+ "source_onnx_path": "model.onnx",
392
+ "optimization_style": "Fixed",
393
+ "target_platform": "arm",
394
+ "op_config_type": "required_operators_and_types",
395
+ "enable_type_reduction": true,
396
+ "ort_path": "model.ort",
397
+ "op_config_path": "model.required_operators_and_types.config",
398
+ "operators": [
399
+ "Constant",
400
+ "Equal",
401
+ "Not",
402
+ "Cast",
403
+ "CumSum",
404
+ "Mul",
405
+ "Add",
406
+ "Shape",
407
+ "Gather",
408
+ "Unsqueeze",
409
+ "Concat",
410
+ "Reshape",
411
+ "ConstantOfShape",
412
+ "Where",
413
+ "Expand",
414
+ "GatherElements",
415
+ "LayerNormalization",
416
+ "Range",
417
+ "GreaterOrEqual",
418
+ "And",
419
+ "Flatten",
420
+ "MatMul",
421
+ "Transpose",
422
+ "Softmax",
423
+ "IsNaN",
424
+ "Div",
425
+ "Erf"
426
+ ],
427
+ "opset": 18
428
+ }
429
+ }
430
+ ],
431
+ "minimum_opset": 18,
432
+ "max_sequence_length": 512,
433
+ "dynamic_shapes": {
434
+ "batch_axis": "dynamic",
435
+ "sequence_axis": "dynamic",
436
+ "shape_buckets": {
437
+ "strategy": "next_configured_bucket_or_exact",
438
+ "axes": {
439
+ "input": [
440
+ "batch",
441
+ "sequence"
442
+ ],
443
+ "output": [
444
+ "batch",
445
+ "sequence"
446
+ ]
447
+ },
448
+ "buckets": [
449
+ 8,
450
+ 16,
451
+ 32,
452
+ 64,
453
+ 128,
454
+ 256,
455
+ 512,
456
+ 1024,
457
+ 2048
458
+ ],
459
+ "min_length": 8,
460
+ "max_length": 2048,
461
+ "overflow": "exact_length"
462
+ }
463
+ },
464
+ "optimization": {
465
+ "enabled": false,
466
+ "minimum_opset": 18
467
+ },
468
+ "validation": {},
469
+ "operator_fallbacks": [],
470
+ "tokenizer": {
471
+ "path": ".",
472
+ "files": [
473
+ "tokenizer.json",
474
+ "tokenizer_config.json"
475
+ ]
476
+ }
477
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<s>",
5
+ "clean_up_tokenization_spaces": false,
6
+ "cls_token": "<s>",
7
+ "eos_token": "</s>",
8
+ "errors": "replace",
9
+ "is_local": false,
10
+ "local_files_only": false,
11
+ "mask_token": "<mask>",
12
+ "max_length": 512,
13
+ "model_max_length": 512,
14
+ "pad_to_multiple_of": null,
15
+ "pad_token": "<pad>",
16
+ "pad_token_type_id": 0,
17
+ "padding_side": "right",
18
+ "sep_token": "</s>",
19
+ "stride": 0,
20
+ "tokenizer_class": "RobertaTokenizer",
21
+ "trim_offsets": true,
22
+ "truncation_side": "right",
23
+ "truncation_strategy": "longest_first",
24
+ "unk_token": "<unk>"
25
+ }