auhide commited on
Commit
321eef0
1 Parent(s): 8285da4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -122,7 +122,7 @@ print(f"Input: {text}")
122
  print("NERs:", predict(text, model=model, tokenizer=tokenizer))
123
  ```
124
  ```sh
125
- Input: Барух Спиноза е роден в Амстердам .
126
  NERs: [{'word': 'Барух Спиноза', 'entity_group': 'PER'}, {'word': 'Амстердам', 'entity_group': 'LOC'}]
127
  ```
128
 
 
122
  print("NERs:", predict(text, model=model, tokenizer=tokenizer))
123
  ```
124
  ```sh
125
+ Input: Барух Спиноза е роден в Амстердам
126
  NERs: [{'word': 'Барух Спиноза', 'entity_group': 'PER'}, {'word': 'Амстердам', 'entity_group': 'LOC'}]
127
  ```
128