Gleb Vinarskis commited on
Commit
1337dc1
·
1 Parent(s): 8473922
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -11,11 +11,10 @@ tags:
11
 
12
  #### How to use
13
 
14
- You can use this model with Transformers *pipeline* for NER.
15
 
16
  <!-- Provide a longer summary of what this model is. -->
17
  ```python
18
- MODEL_NAME = "emanuelaboros/lang-detect"
19
 
20
  lang_pipeline = pipeline("lang-detect", model=MODEL_NAME,
21
  trust_remote_code=True,
 
11
 
12
  #### How to use
13
 
 
14
 
15
  <!-- Provide a longer summary of what this model is. -->
16
  ```python
17
+ MODEL_NAME = "Maslionok/language-detection-pipeline"
18
 
19
  lang_pipeline = pipeline("lang-detect", model=MODEL_NAME,
20
  trust_remote_code=True,