m3hrdadfi commited on
Commit
590f9b2
1 Parent(s): fbd6a4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ You use this model with Transformers pipeline for NER (token-classification).
38
  pip install transformers
39
  ```
40
 
41
- ### How to predict using pipeline
42
 
43
  ```python
44
  import torch
 
38
  pip install transformers
39
  ```
40
 
41
+ ### Prediction using pipeline
42
 
43
  ```python
44
  import torch