Update README.md
Browse files
README.md
CHANGED
@@ -66,7 +66,7 @@ The easiest way is to load the inference api from huggingface and second method
|
|
66 |
# Use a pipeline as a high-level helper
|
67 |
from transformers import pipeline
|
68 |
|
69 |
-
pipe = pipeline("token-classification", model="blaze999/deberta-med-ner-2")
|
70 |
```
|
71 |
|
72 |
|
|
|
66 |
# Use a pipeline as a high-level helper
|
67 |
from transformers import pipeline
|
68 |
|
69 |
+
pipe = pipeline("token-classification", model="blaze999/deberta-med-ner-2", aggregation_strategy='simple')
|
70 |
```
|
71 |
|
72 |
|