emanuelaboros commited on
Commit
f4c750f
·
verified ·
1 Parent(s): ae7c10e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -15,6 +15,8 @@ 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,
 
15
 
16
  <!-- Provide a longer summary of what this model is. -->
17
  ```python
18
+ from transformers import pipeline
19
+
20
  MODEL_NAME = "emanuelaboros/lang-detect"
21
 
22
  lang_pipeline = pipeline("lang-detect", model=MODEL_NAME,