yongsun-yoon
commited on
Commit
·
a40e20f
1
Parent(s):
092a3fe
Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,9 @@ language:
|
|
4 |
---
|
5 |
# Open Named Entity Recognition (English)
|
6 |
|
|
|
|
|
|
|
7 |
```python
|
8 |
from transformers import pipeline
|
9 |
|
|
|
4 |
---
|
5 |
# Open Named Entity Recognition (English)
|
6 |
|
7 |
+
You can read the details in [this post](https://medium.com/@yongsun.yoon/cross-encoder-for-open-named-entity-recognition-4a7d485c37cc).
|
8 |
+
|
9 |
+
|
10 |
```python
|
11 |
from transformers import pipeline
|
12 |
|