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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -31,6 +31,7 @@ text = "Pan Kowalski, znany jako 'Cichy', mieszka w Warszawie"
31
  result = ner(text)
32
 
33
  print(result)
 
34
  ```
35
 
36
  ## License
 
31
  result = ner(text)
32
 
33
  print(result)
34
+ [{'entity_group': 'mask', 'score': 0.6855897, 'word': 'Kowalski ,', 'start': 4, 'end': 13}, {'entity_group': 'mask', 'score': 0.65670776, 'word': 'Cichy', 'start': 26, 'end': 31}]
35
  ```
36
 
37
  ## License