Safetensors
Polish
bert
BANonymizer-PL
klorenc commited on
Commit
d42419b
·
verified ·
1 Parent(s): 098e627

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ This model is particularly useful for privacy-preserving tasks, such as anonymiz
18
  ## Usage
19
  Example code:
20
  ```python
21
- from transformers import AutoModelForTokenClassification, AutoTokenizer, pipeline
22
 
23
  model_name = "NASK-PIB/BANonymizer-PL"
24
  ner = pipeline(
 
18
  ## Usage
19
  Example code:
20
  ```python
21
+ from transformers import pipeline
22
 
23
  model_name = "NASK-PIB/BANonymizer-PL"
24
  ner = pipeline(