Token Classification
Transformers
Safetensors
Russian
English
bert
ner
pii
secret-detection
credentials
masking
russian
Instructions to use fef2/ner_rus_bert-secret_detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fef2/ner_rus_bert-secret_detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="fef2/ner_rus_bert-secret_detection")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("fef2/ner_rus_bert-secret_detection") model = AutoModelForTokenClassification.from_pretrained("fef2/ner_rus_bert-secret_detection", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -252,11 +252,4 @@ core/slot_ontology.yaml онтология ключей для kv-д
|
|
| 252 |
`core/` скопирован без изменений из `masking-service/core` бандла
|
| 253 |
`r3-2026-07-22` — того же кода, что крутится в проде; `predict.py` вызывает
|
| 254 |
`load_gitleaks_rules` и `credential_sites` из него, а не переписывает их. У
|
| 255 |
-
`scrubber.py` есть ещё и CLI датасетного пайплайна (`python -m core.scrubber`) - к инференсу он отношения не имеет, его можно игнорировать.
|
| 256 |
-
|
| 257 |
-
## Лицензия
|
| 258 |
-
|
| 259 |
-
Веса выпущены под Apache 2.0 — вслед за базовой `DeepPavlov/rubert-base-cased`.
|
| 260 |
-
`gitleaks.toml` — производная от конфига правил
|
| 261 |
-
[gitleaks](https://github.com/gitleaks/gitleaks) (MIT), из которого оставлены
|
| 262 |
-
правила категорий token/key/secret.
|
|
|
|
| 252 |
`core/` скопирован без изменений из `masking-service/core` бандла
|
| 253 |
`r3-2026-07-22` — того же кода, что крутится в проде; `predict.py` вызывает
|
| 254 |
`load_gitleaks_rules` и `credential_sites` из него, а не переписывает их. У
|
| 255 |
+
`scrubber.py` есть ещё и CLI датасетного пайплайна (`python -m core.scrubber`) - к инференсу он отношения не имеет, его можно игнорировать.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|