Instructions to use protectai/lakshyakh93-deberta_finetuned_pii-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use protectai/lakshyakh93-deberta_finetuned_pii-onnx with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="protectai/lakshyakh93-deberta_finetuned_pii-onnx")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("protectai/lakshyakh93-deberta_finetuned_pii-onnx") model = AutoModelForTokenClassification.from_pretrained("protectai/lakshyakh93-deberta_finetuned_pii-onnx", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,11 @@ license: apache-2.0
|
|
| 7 |
base_model: lakshyakh93/deberta_finetuned_pii
|
| 8 |
---
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
# ONNX version of lakshyakh93/deberta_finetuned_pii
|
| 11 |
|
| 12 |
**This model is a conversion of [lakshyakh93/deberta_finetuned_pii](https://huggingface.co/lakshyakh93/deberta_finetuned_pii) to ONNX** format using the [🤗 Optimum](https://huggingface.co/docs/optimum/index) library.
|
|
|
|
| 7 |
base_model: lakshyakh93/deberta_finetuned_pii
|
| 8 |
---
|
| 9 |
|
| 10 |
+
> [!WARNING]
|
| 11 |
+
> **THIS PROJECT HAS BEEN ARCHIVED.**
|
| 12 |
+
>
|
| 13 |
+
> This project and its associated code on [GitHub](https://github.com/protectai/llm-guard) are no longer under active development or maintained.
|
| 14 |
+
|
| 15 |
# ONNX version of lakshyakh93/deberta_finetuned_pii
|
| 16 |
|
| 17 |
**This model is a conversion of [lakshyakh93/deberta_finetuned_pii](https://huggingface.co/lakshyakh93/deberta_finetuned_pii) to ONNX** format using the [🤗 Optimum](https://huggingface.co/docs/optimum/index) library.
|