bishaldpande commited on
Commit
1e2858b
·
verified ·
1 Parent(s): cf3d667

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="your-username/everest-ner-xlm-roberta-base")
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 = "सगरमाथा विश्वको अग्लो हिमाल हो।"