auhide commited on
Commit
140806b
1 Parent(s): adf689b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -99,7 +99,7 @@ def merge_words_and_predictions(words, entities):
99
  return result
100
  ```
101
 
102
- Then, you can initialize the `AutoTokenizer` and `AutoModelForTokenClassification` objects:
103
  ```python
104
  MODEL_ID = "auhide/bert-bg-ner"
105
 
 
99
  return result
100
  ```
101
 
102
+ Then, you should initialize the `AutoTokenizer` and `AutoModelForTokenClassification` objects:
103
  ```python
104
  MODEL_ID = "auhide/bert-bg-ner"
105