yongsun-yoon commited on
Commit
18f0476
1 Parent(s): a1677b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -1,6 +1,14 @@
 
 
 
 
 
1
 
2
  # Open Named Entity Recognition (Multilingual)
3
 
 
 
 
4
  ```python
5
  from transformers import pipeline
6
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - ko
5
+ ---
6
 
7
  # Open Named Entity Recognition (Multilingual)
8
 
9
+ You can read the details in [this post](https://medium.com/@yongsun.yoon/cross-encoder-for-open-named-entity-recognition-4a7d485c37cc).
10
+
11
+
12
  ```python
13
  from transformers import pipeline
14