Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ This model is fine-tuned for Named Entity Recognition task. It has been fine-tun
|
|
12 |
|
13 |
```python
|
14 |
def predict(input_text):
|
15 |
-
nlp = pipeline("ner", model="PardisSzah/
|
16 |
output_predictions = []
|
17 |
for sequence in input_text:
|
18 |
result = nlp(sequence)
|
|
|
12 |
|
13 |
```python
|
14 |
def predict(input_text):
|
15 |
+
nlp = pipeline("ner", model="PardisSzah/Persian_NER_parsbert")
|
16 |
output_predictions = []
|
17 |
for sequence in input_text:
|
18 |
result = nlp(sequence)
|