taeminlee commited on
Commit
fcaf888
1 Parent(s): c2418e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ This version has been trained on the **various Korean NER** dataset (Research pu
21
  ## Installation
22
  To use this model, you must install the Korean fork of GLiNER Python library and mecab-ko:
23
  ```
24
- !pip install git+https://github.com/taeminlee/GLiNER
25
  !pip install python-mecab-ko
26
  ```
27
 
 
21
  ## Installation
22
  To use this model, you must install the Korean fork of GLiNER Python library and mecab-ko:
23
  ```
24
+ !pip install gliner
25
  !pip install python-mecab-ko
26
  ```
27