Update README.md
Browse files
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 |
|