Update README.md
Browse files
README.md
CHANGED
@@ -72,8 +72,9 @@ model = AutoModelForTokenClassification.from_pretrained("d4data/biomedical-ner-a
|
|
72 |
pipe = pipeline("ner", model=model, tokenizer=tokenizer, aggregation_strategy="simple") # pass device=0 if using gpu
|
73 |
pipe("""The patient reported no recurrence of palpitations at follow-up 6 months after the ablation.""")
|
74 |
|
75 |
-
</span>
|
76 |
</div>
|
|
|
77 |
### Accuracy
|
78 |
|
79 |
| Type | Score |
|
|
|
72 |
pipe = pipeline("ner", model=model, tokenizer=tokenizer, aggregation_strategy="simple") # pass device=0 if using gpu
|
73 |
pipe("""The patient reported no recurrence of palpitations at follow-up 6 months after the ablation.""")
|
74 |
|
75 |
+
</span>
|
76 |
</div>
|
77 |
+
|
78 |
### Accuracy
|
79 |
|
80 |
| Type | Score |
|