Update README.md
Browse files
README.md
CHANGED
|
@@ -77,8 +77,7 @@ model = AutoModelForTokenClassification.from_pretrained(model_name)
|
|
| 77 |
ner = pipeline(
|
| 78 |
"token-classification",
|
| 79 |
model=model,
|
| 80 |
-
tokenizer=tokenizer
|
| 81 |
-
aggregation_strategy="simple"
|
| 82 |
)
|
| 83 |
|
| 84 |
text = "INR 11025.97 debited from your account at Uber on 31.07.2020"
|
|
|
|
| 77 |
ner = pipeline(
|
| 78 |
"token-classification",
|
| 79 |
model=model,
|
| 80 |
+
tokenizer=tokenizer
|
|
|
|
| 81 |
)
|
| 82 |
|
| 83 |
text = "INR 11025.97 debited from your account at Uber on 31.07.2020"
|