Safetensors
Polish
bert
BANonymizer-PL
klorenc commited on
Commit
353ab3c
·
verified ·
1 Parent(s): bfbf526

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ ner = pipeline(
28
  )
29
 
30
  text = "Pan Kowalski, znany jako 'Cichy', mieszka w Warszawie"
31
- result = nlp(text)
32
 
33
  print(result)
34
  ```
 
28
  )
29
 
30
  text = "Pan Kowalski, znany jako 'Cichy', mieszka w Warszawie"
31
+ result = ner(text)
32
 
33
  print(result)
34
  ```