Instructions to use llm-semantic-router/mmbert32k-pii-detector-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use llm-semantic-router/mmbert32k-pii-detector-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForTokenClassification base_model = AutoModelForTokenClassification.from_pretrained("llm-semantic-router/mmbert-32k-yarn") model = PeftModel.from_pretrained(base_model, "llm-semantic-router/mmbert32k-pii-detector-lora") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d1259b9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4b6323f0bb70ba150bdca571e6d9bcfe733747c42ab3b971ac46407416055da7
size 5841
|