PardisSzah commited on
Commit
cbbeb92
1 Parent(s): 5856eff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -3
README.md CHANGED
@@ -11,9 +11,6 @@ This model is fine-tuned for Named Entity Recognition task. It has been fine-tun
11
  ## Usage
12
 
13
  ```python
14
-
15
-
16
-
17
  def predict(input_text):
18
  nlp = pipeline("ner", model="PardisSzah/NER_ARMAN_parsbert")
19
  output_predictions = []
 
11
  ## Usage
12
 
13
  ```python
 
 
 
14
  def predict(input_text):
15
  nlp = pipeline("ner", model="PardisSzah/NER_ARMAN_parsbert")
16
  output_predictions = []