Views
No views yet
dynamic-pii pipeline of Patronus Ark, Patronus' open-source AI-security scanning library. Ark is not publicly released yet — a repository link will be added at launch. The model itself is the work of the upstream authors — see Attribution.| Upstream model | fastino/gliner2-multi-v1 — Apache License 2.0 |
| Backbone | microsoft/mdeberta-v3-base — MIT License |
| File | Purpose |
|---|---|
encoder_int8_int4.onnx / .ort | Quantized encoder (INT8 weights, INT4 embeddings) |
classifier_int8, span_rep_int8, count_pred_int8, count_lstm_int8 | Quantized task heads (ONNX and ORT) |
spm.model, tokenizer.json, added_tokens.json | Tokenizer (unchanged from upstream) |
config.json, gliner2_config.json, edge_manifest.json | Model and edge-build configuration |
required_operators.config | Operator set required by the ORT build |
LICENSE in
this repository.Copyright the original GLiNER authors and contributors.
Modifications (ONNX export and quantization) Copyright Casdo Labs GmbH.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.