Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ You can use this model with the Hugging Face `transformers` library as follows:
|
|
26 |
from transformers import pipeline
|
27 |
|
28 |
# Load the NER pipeline
|
29 |
-
ner = pipeline("ner", model="
|
30 |
|
31 |
# Example input
|
32 |
text = "सगरमाथा विश्वको अग्लो हिमाल हो।"
|
|
|
26 |
from transformers import pipeline
|
27 |
|
28 |
# Load the NER pipeline
|
29 |
+
ner = pipeline("ner", model="bishaldpande/Ner-xlm-roberta-base")
|
30 |
|
31 |
# Example input
|
32 |
text = "सगरमाथा विश्वको अग्लो हिमाल हो।"
|