PardisSzah commited on
Commit
d830fac
1 Parent(s): cbbeb92

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/NER_ARMAN_parsbert")
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)